Vaadin Multi select Grid Question | XM Community
Skip to main content

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/


@AchyuthMorab  I think you should opt for the Matrix table and select the answer type

 


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

https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/question-types-guide/standard-content/side-by-side/

 

Check this out... You can either have side by side or matrix… There is no other option for the moment


@AchyuthMorab,

There are a couple of routes you could go using a multiple choice question. They would both involve some combination of html/css/JS.

  1. 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.
  2. 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