How to build this question? | XM Community
Skip to main content
Question

How to build this question?

  • January 22, 2020
  • 3 replies
  • 8 views

Forum|alt.badge.img
I need to build the below table in a survey. I need it to be able to add rows as the last row is completed and the far right column needs to be a drop-down menu with the ability to make multiple selections. Is that possible in Qualtrics? !

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • January 22, 2020
It is only possible with JavaScript to: 1. Format the question 2. Add drop downs to the last column 3. Dynamically show additional rows Also, you can't have an unlimited number of rows because Qualtrics only records data it knows about. You can have many many rows, but you do have to set a max limit.

Forum|alt.badge.img
Hi Tom. THanks for that. Turns out I don't need unlimited rows...just the three as in the picture. However, what I don't know is #1 & #2. How do I format it (what question type would it be) and how do I add drop-downs?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • January 22, 2020
> @universityrelations said: > Hi Tom. THanks for that. Turns out I don't need unlimited rows...just the three as in the picture. However, what I don't know is #1 & #2. How do I format it (what question type would it be) and how do I add drop-downs? Actually, on second thought, if you use a side-by-side question type, you don't need JS for #2. Then you just need to hide the first column (row labels) with JS.