Yes, that's definitely right - I've tried this on the MCQ component that comes with the default Adapt install. Sample JSON below where options 1, 3 & 4 are all set to have option-specific feedback:
{
"_id":"c-30",
"_parentId":"b-15",
"_type":"component",
"_component":"mcq",
"_classes":"",
"_layout":"right",
"_attempts":2,
"_questionWeight":1,
"_isRandom":true,
"_selectable":1,
"title": "Key benefits of a vertical scrolling approach",
"displayTitle": "Key benefits of a vertical scrolling approach",
"body": "Can you identify a few of the benefits that a vertical scrolling approach offers over the traditional back and next approach?",
"instruction":"Select one or more options from the list below and select Submit.",
"_items": [
{
"text": "Vertical scrolling as a means of navigation on the web is common place and therefore familiar to users",
"_shouldBeSelected":true,
"_feedback": "since this option is the correct one you could just use the correct feedback - there's no need to have option-specific feedback really"
},
{
"text": "Placing scrolling at the heart of your approach means designs are more mobile friendly",
"_shouldBeSelected":false
},
{
"text": "It reduces the need for unnecessary navigation as pages can be as long as they need to be",
"_shouldBeSelected":false,
"_feedback": "option three feedback"
},
{
"text": "It means that you no longer need to first gain your learners' attention",
"_shouldBeSelected":false,
"_feedback": "option four feedback"
}
],
"_feedback":{
"correct": "That’s correct. To continue close this tutor pop-up.",
"_incorrect": {
"notFinal": "Sorry, that’s not right. To continue close this tutor pop-up.",
"final": "Final feedback! Sorry, that’s not right. To continue close this tutor pop-up."
},
"_partlyCorrect": {
"notFinal": "",
"final": ""
}
},
"_buttons": {
"submit": "",
"reset": "",
"showCorrectAnswer": "",
"hideCorrectAnswer": ""
},
"_pageLevelProgress": {
"_isEnabled": true
}
}