Embedding multiple drop-down lists into a question | XM Community
Skip to main content
Hello, I am wondering if it would be possible to create a question like the image below on Qualtrics. I need to embed two drop-down lists (gray boxes in the image) in a question so that participants can select an answer from each list to complete the question. Any suggestion would be greatly appreciated. Thank you!



!
Yes, but you'll have to write some HTML and JavaScript. Use a text form with two fields. Use HTML to add the two selects to your Question text. Then use JavaScript to hide the QuestionBody and add event handlers to update the text input fields when the value of the selects change.

Leave a Reply