diff --git a/macao/assets/_custom.scss b/macao/assets/_custom.scss index 657c63cb3b11ea1fe427d0fb61f06aae6f10335c..899a66e4e3192a506e33c93f52e54709e48e6adb 100644 --- a/macao/assets/_custom.scss +++ b/macao/assets/_custom.scss @@ -126,7 +126,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input { .sd-question__header { margin-top: 0; - max-width: 150px; + max-width: 400px; } } diff --git a/macao/content/activities/devActi2/quiz.json b/macao/content/activities/devActi2/quiz.json index 54be48f21b5538ee49413bce39b99e3a1d6dbc8e..91a42f323bd6e9d922e06daf3e4313b685f7fe88 100644 --- a/macao/content/activities/devActi2/quiz.json +++ b/macao/content/activities/devActi2/quiz.json @@ -1,22 +1,71 @@ { - "correctComment": "C'est cela!\n **OF** est le seul mot commun aux deux énoncés.", - "incorrectComment": "Vous vous trompez.\n **OF** est le seul mot commun aux deux énoncés. Vous pouvez réécouter les énoncés.", + "correctComment": "Bonnes réponses !", + 'incorrectComment': '**Voici le corrigé :**\n\n \n\n every: 2 syllabes\n\n interesting: 3 syllabes\n\n dangerous: 2 syllabes', "elements": [ { - "type": "dropdown", + "type": "radiogroup", "name": "question1", "customFormat": "one_line", - "title": "<div><audio id=\"e29_macao1_2b11_01.mp3\" ><source src=\"/macao-hugo\/macao\/static\/media\/e29_macao1_2b11\/e29_macao1_2b11_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('e29_macao1_2b11_01.mp3').play()\">Play<\/button><\/div> <div><audio id=\"e29_macao1_2b21_01.mp3\" ><source src=\"\/macao-hugo\/macao\/static\/media\/e29_macao1_2b21\/e29_macao1_2b21_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('e29_macao1_2b21_01.mp3').play()\">Play<\/button><\/div>", + "title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_socio1\/bt_socio1_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> sociology <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_sociology2.png\" id=\"phon_sociology2.png\"/><img class=\"inlineImage\" src=\"\/macao-hugo\/media\/\" id=\"\"/>", "choices": [ - { "value": 1, "text": "at" }, - { "value": 2, "text": "for" }, - { "value": 3, "text": "in" }, - { "value": 4, "text": "of" }, - { "value": 5, "text": "on" }, - { "value": 6, "text": "to" } + { "value": 1, "text": " " }, + { "value": 2, "text": " " }, + { "value": 3, "text": " " }, + { "value": 4, "text": " " }, + { "value": 5, "text": " " } ], "enableHtml": true, - "correctAnswer": 4 + "correctAnswer": 2, + "colCount": 5 + }, + { + "type": "radiogroup", + "name": "question2", + "customFormat": "one_line", + "title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_comm\/bt_comm_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> communication <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_communication1.png\" id=\"phon_communication1.png\"/><img class=\"inlineImage\" src=\"\/macao-hugo\/media\/\" id=\"\"/>", + "choices": [ + { "value": 1, "text": " " }, + { "value": 2, "text": " " }, + { "value": 3, "text": " " }, + { "value": 4, "text": " " }, + { "value": 5, "text": " " } + ], + "enableHtml": true, + "correctAnswer": 2, + "colCount": 5 + }, + { + "type": "radiogroup", + "name": "question3", + "customFormat": "one_line", + "title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_real\/bt_real_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> realization <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_realization1.png\" id=\"phon_realization1.png\"/><img class=\"inlineImage\" src=\"\/macao-hugo\/media\/\" id=\"\"/>", + "choices": [ + { "value": 1, "text": " " }, + { "value": 2, "text": " " }, + { "value": 3, "text": " " }, + { "value": 4, "text": " " }, + { "value": 5, "text": " " } + ], + "enableHtml": true, + "correctAnswer": 2, + "colCount": 5 + }, + { + "type": "radiogroup", + "name": "question4", + "customFormat": "one_line", + "title": "<audio id=\"every_01.mp3\" ><source src=\"\/macao-hugo\/media\/bt_university\/bt_university_01.mp3\" type=\"audio\/mpeg\"><\/audio><button onclick=\"document.getElementById('every_01.mp3').play()\" class=\"notextplay\">Play<\/button> university <img class=\"inlineImage\" src=\"\/macao-hugo\/media\/phon_university.png\" id=\"phon_university.png\"/><img class=\"inlineImage\" src=\"/macao-hugo/media/\" id=\"\"/>", + "choices": [ + { "value": 1, "text": " " }, + { "value": 2, "text": " " }, + { "value": 3, "text": " " }, + { "value": 4, "text": " " }, + { "value": 5, "text": " " } + ], + "enableHtml": true, + "correctAnswer": 2, + "colCount": 5 } ] } +