Self Assessment - MCQ Example
JSON code for this quiz:
{
"questions": [
{
"questiontype":"mcq",
"question":"<p>Multiple choice questions can have more than 1 correct answer. Just separate each correct answer with a comma. If the script sees that there is more than one correct answer it will be created using checkboxes instead of radio buttons.</p><p>Each answer can have individual feedback as well as a general feedback comment. The feedback for each chosen answer will be given when the user clicks 'submit'. The general feedback will also be shown when the correct answer is chosen/has been revealed.</p><p>As with all question types, the number of attempts before showing the 'Reveal answers' button can be set (3 is the default).</p><p><strong>Which of the following are breeds of dog?</strong></p>",
"answers": {
"a":"Terrier",
"b":"Jack Russell",
"c":"Cocker Spaniel",
"d":"Justin Bieber",
"e":"Golden Retriever",
"f":"Volkswagen"
},
"feedback": {
"a":"A is a correct answer.",
"b":"B is a correct answer.",
"c":"C is a correct answer",
"d":"Justin Bieber is not a breed of dog.",
"e":"D is a correct answer",
"f":"Volkswagen is a make of car."
},
"correct":"a,b,c,e",
"feedbackGeneral": "Those are all breeds of dog."
}
]
}