How do i create a multiselect grid question in the form of a table, PFA for reference
Instructions here on how to create matrix tables that allow multiple answers: https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/question-types-guide/standard-content/matrix-table/
But, I need one check box ; With multiple columns; With matrix table there are multiple choices to select but one column of options; couldn t find in matrix table
So Just to confirm what you’re looking for is a table with one single check box option and the rest should be a text entry?
Yes ; I would be entering embeded data there
Yes ; I would be entering embeded data there
Check this out... You can either have side by side or matrix… There is no other option for the moment
There are a couple of routes you could go using a multiple choice question. They would both involve some combination of html/css/JS.
- Create your own table in the question text, hide the question body, and add event handlers to select a choice when the corresponding choice in your html table is selected.
- Add html to your choices to make them either a flexbox or single row table. Use css or JS to align them so the ‘columns’ are the same size.
Thannks for response
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.