Skip to content

Commit

Permalink
Merge pull request #85 from hrajotia/hotfix/mcq_options_specific_feed…
Browse files Browse the repository at this point in the history
…back

Issues/#71
  • Loading branch information
Himanshu Rajotia committed Jan 27, 2015
2 parents 631a5a2 + 0052512 commit 979dda4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@
"inputType": {"type": "Boolean", "options": [true, false]},
"validators": [],
"help": "Set this item to 'true' if this is one of the correct answers"
},
"_feedback": {
"type":"string",
"required":false,
"default": "",
"title": "Option Specific Feedback",
"inputType": "Text",
"validators": [],
"help": "This text will be displayed as feedback if there is only one selectable item for this component"
}
}
}
Expand Down

0 comments on commit 979dda4

Please sign in to comment.