Question T6493
Visible to All Users

Is it possible to have two colums in matrixdropdown

created 4 years ago

For instance I have a simple matrix where participants have to state their preferences about specific products. See image attached and JSON:

JSON
{ "pages": [ { "name": "page1", "elements": [ { "type": "matrixdropdown", "name": "Feelings", "title": "Do you like this?", "columns": [ { "name": "col2", "title": "Do you like this", "cellType": "radiogroup", "isRequired": true, "showInMultipleColumns": true, "choices": [ "Yes", "No" ] } ], "rows": [ "Apple", "Orange", "Banana" ] } ] } ], "showQuestionNumbers": "off", "showProgressBar": "top" }

Would it be possible to have an adjacent second column near the 'fruit' names with, say, calories info (like 'Apple (100 Cal./Serving)

Answers approved by surveyjs Support

created 4 years ago

Hello,
Are you looking for something like this?

Thank you,
Andrew
SurveyJS Team

    Comments (1)

      yes, that's it! Thanks so much!