diff --git a/macao/content/activities/devActi/quiz.json b/macao/content/activities/devActi/quiz.json deleted file mode 100644 index ff4ce0a1d6e20f3a04f9246c72c84c8794327a45..0000000000000000000000000000000000000000 --- a/macao/content/activities/devActi/quiz.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "correctComment": "Bonnes réponses !", - "incorrectComment": "**Voici le corrigé :**\ncomfortable: 3 syllabes.\nhistory: 2 syllabes.\naverage: 2 syllabes.\ninterested: 3 syllabes.", - "elements": [ - { - "type": "radiogroup", - "name": "question1", - "title": "<div><audio id=\"history_01.mp3\" ><source src=\"\/macao-hugo\/media\/history\/history_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('history_01.mp3').play()\">Play<\/button><\/div>", - "choices": [ - { "value": 1, "text": "1" }, - { "value": 2, "text": "2" }, - { "value": 3, "text": "3" }, - { "value": 4, "text": "4" }, - { "value": 5, "text": "5" } - ], - "enableHtml": true, - "correctAnswer": 3, - "colCount": 5, - "customFormat": "one_line", - "titleLocation": "left" - }, - { - "type": "radiogroup", - "name": "question2", - "title": "<div><audio id=\"average_01.mp3\" ><source src=\"\/macao-hugo\/media\/average\/average_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('average_01.mp3').play()\">Play<\/button><\/div>", - "choices": [ - { "value": 1, "text": "1" }, - { "value": 2, "text": "2" }, - { "value": 3, "text": "3" }, - { "value": 4, "text": "4" }, - { "value": 5, "text": "5" } - ], - "enableHtml": true, - "correctAnswer": 2, - "colCount": 5, - "titleLocation": "left" - }, - { - "type": "radiogroup", - "name": "question3", - "title": "<div><audio id=\"confortable_01.mp3\" ><source src=\"\/macao-hugo\/media\/confortable\/confortable_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('confortable_01.mp3').play()\">Play<\/button><\/div>", - "choices": [ - { "value": 1, "text": "1" }, - { "value": 2, "text": "2" }, - { "value": 3, "text": "3" }, - { "value": 4, "text": "4" }, - { "value": 5, "text": "5" } - ], - "enableHtml": true, - "correctAnswer": 3, - "colCount": 5, - "titleLocation": "left" - }, - { - "type": "radiogroup", - "name": "question3", - "title": "<div><audio id=\"interested_01.mp3\" ><source src=\"\/macao-hugo\/media\/interested\/interested_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('interested_01.mp3').play()\">Play<\/button><\/div>", - "choices": [ - { "value": 1, "text": "1" }, - { "value": 2, "text": "2" }, - { "value": 3, "text": "3" }, - { "value": 4, "text": "4" }, - { "value": 5, "text": "5" } - ], - "enableHtml": true, - "correctAnswer": 3, - "colCount": 5, - "titleLocation": "left" - } - ] -} -