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?
!
Page 1 / 1
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.
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.
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?
> @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.
> 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.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.