Self Assessment - Draggable Labels Example
JSON code for this quiz:
{
"questions": [
{
"questiontype":"draglabels",
"question":"<p>Drag the names of the fruits to the appropriate places on the diagram.</p><p>The locations of the correct answers are defined by coordinates in the json file.</p><p>Try getting it wrong and see what happens when you click 'Reveal answers'</p>",
"draggableslocation":"top",
"image":"img/fruits.jpg",
"imagewidth":"400",
"imageheight":"300",
"draggables": {
"house":"none",
"apple":"6",
"banana":"5",
"desk":"none",
"orange":"7",
"car":"none"
},
"dropzones": {
"5":"207,52",
"6":"70,245",
"7":"343,105"
},
"attempts":"1",
"feedbackGeneral": "<p>That is the correct answer. You know your fruits.</p>"
}
]
}