How to use JavaScript to insert graphics into item choices for Pick, Group, Rank question? | XM Community
Skip to main content

I have a very large set of images in a library folder. Each image needs to be inserted into an item choice in a Pick, Group, Rank question so users can placed it into groups. Manually inserting the graphics isn't feasible because of the size of the dataset. I have all the Qualtrics urls for each image, I just don't know how to implement them.
Additionally, there would ideally be 192 choices, each with one image and no words, and each user would be shown a random 20 of them. Qualtrics seems to limit the number of choices to 100, but is there any way to work around that using Javascript?
Thank you!

Instead of using Qualtrics to insert the images, use your own html. You can create the html in a spreadsheet then copy and paste it into Qualtrics all at one time.
As for the limit of 100, do you need ranks or just groups? If you only need groups, use a drag and drop matrix instead - I think the limit is much higher (and the data will be much cleaner). If you need ranks, then the easiest, but not ideal, solution would be to split the images into two questions with 96 images each, and randomly show one of them. You can't use JavaScript or display logic to get around the limit.


Leave a Reply