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)