Drag and Drop question without rank in new survey taking experience | XM Community
Skip to main content

Hi, 

I want to have a drag and drop style questions asking to sort 15 items into 4 buckets. I wanted this interface to make it more visual and fun to encourage responses.

I went for Pick Group and Rank question. Navigation is ok but I really don’t want the rank. It is confusing for respondent but what is worse it is blowing up my database to 130 variables I don’t need. 

I researched this and found suggestion to switch to Matrix question with drag and drop option but this one apparently is not avaibale in new survey taking experience. 

How would you go about it? Do  you have any ideas on how to tackle this? Any suggestions will be much appreciated.

Thanks

Hi,

If you want a simple solution and can bear with the rank variables, just add this to your custom CSS.

.draggable-list-item-container .draggable-list-item .item-rank {
display: none;
}

 


Hi,

If you want a simple solution and can bear with the rank variables, just add this to your custom CSS.

.draggable-list-item-container .draggable-list-item .item-rank {
display: none;
}

 

Thank you. This worked great! at least I made it better for end user. :)

If anyone has idea how to resolve it on the backend as well all suggestions welcome.


If anyone has idea how to resolve it on the backend as well all suggestions welcome.

You could use a matrix question and convert it to a drag and drop using JS. A drag and drop library like sortable.js would make it easier.


Leave a Reply