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

Vaadin Multi select Grid Question

  • September 11, 2023
  • 8 replies
  • 131 views

Forum|alt.badge.img+2

How do i create a multiselect grid question in the form of a table, PFA for reference

8 replies

Forum|alt.badge.img+14
  • Level 5 ●●●●●
  • 276 replies
  • September 11, 2023

Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • 256 replies
  • September 11, 2023

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

 


Forum|alt.badge.img+2
  • Author
  • Level 2 ●●
  • 7 replies
  • September 11, 2023

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


Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • 256 replies
  • September 11, 2023

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?


Forum|alt.badge.img+2
  • Author
  • Level 2 ●●
  • 7 replies
  • September 11, 2023

Yes ;  I would be entering embeded data there


Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • 256 replies
  • September 11, 2023
AchyuthMorab wrote:

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


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5926 replies
  • September 11, 2023

@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.

Forum|alt.badge.img+2
  • Author
  • Level 2 ●●
  • 7 replies
  • September 11, 2023

Thannks for response


Leave a Reply