diff --git a/macao/content/activities/devActi2/quiz.json b/macao/content/activities/devActi2/quiz.json index 1f3dd7fe9cfe2c8a182000cc8b32082143659538..b6a6f817f92e0cd54f40f8871466ad1ea4de350c 100644 --- a/macao/content/activities/devActi2/quiz.json +++ b/macao/content/activities/devActi2/quiz.json @@ -1,82 +1,49 @@ { - "title": "Fill-in-the-Blank Survey", - "description": "Complete the sentence by selecting the correct words for each blank.", - "correctComment": "Well done! All your answers are correct.", - "incorrectComment": "Some of your answers are incorrect. Please try again.", "pages": [ { - "name": "page1", "elements": [ { - "type": "html", - "name": "sentence_part1", - "html": "The quick", - "startWithNewLine": false - }, - { - "type": "dropdown", - "name": "blank1", - "titleLocation": "hidden", - "isRequired": true, - "showClearButton": false, - "correctAnswer": "quick", - "startWithNewLine": false, + "name": "pg310_1", + "type": "radiogroup", + "title": "<div><audio id=\"e29anj_s1lc_remarque_accen1_13_1.mp3\"><source src=\"/macao-hugo/media/e29anj_s1lc_remarque_accen1/e29anj_s1lc_remarque_accen1_13.mp3\" type=\"audio/mpeg\"></audio><button onclick=\"document.getElementById('e29anj_s1lc_remarque_accen1_13_1.mp3').play()\" class=\"notext\">Play</button> AAA</div>", "choices": [ - { "value": "quick", "text": "Quick" }, - { "value": "slow", "text": "Slow" }, - { "value": "sleepy", "text": "Sleepy" } - ] - }, - { - "type": "html", - "name": "sentence_part2", - "html": "fox", - "startWithNewLine": false - }, - { - "type": "dropdown", - "name": "blank2", - "titleLocation": "hidden", - "isRequired": true, - "showClearButton": false, - "correctAnswer": "jumps", - "startWithNewLine": false, - "choices": [ - { "value": "jumps", "text": "Jumps" }, - { "value": "sleeps", "text": "Sleeps" }, - { "value": "walks", "text": "Walks" } - ] - }, - { - "type": "html", - "name": "sentence_part3", - "html": "over the lazy", - "startWithNewLine": false - }, + { + "value": 0, + "text": "Test 1;" + }, + { + "value": 1, + "text": "Test 1;" + } + ], + "correctAnswer": 0 + } + ] + }, + { + "elements": [ { - "type": "dropdown", - "name": "blank3", - "titleLocation": "hidden", - "isRequired": true, - "showClearButton": false, - "correctAnswer": "dog", - "startWithNewLine": false, + "name": "pg310_2", + "type": "radiogroup", + "title": "<div><audio id=\"e29anj_s1lc_remarque_accen1_13_2.mp3\"><source src=\"/macao-hugo/media/e29anj_s1lc_remarque_accen1/e29anj_s1lc_remarque_accen1_13.mp3\" type=\"audio/mpeg\"></audio><button onclick=\"document.getElementById('e29anj_s1lc_remarque_accen1_13_2.mp3').play()\" class=\"notext\">Play</button> BBB</div>", "choices": [ - { "value": "dog", "text": "Dog" }, - { "value": "cat", "text": "Cat" }, - { "value": "mouse", "text": "Mouse" } - ] - }, - { - "type": "html", - "name": "sentence_part4", - "html": ".", - "startWithNewLine": false + { + "value": 0, + "text": "&Test 1;" + }, + { + "value": 1, + "text": "Test1;" + } + ], + "correctAnswer": 0 } ] } ], - "showQuestionNumbers": "off", - "completedHtml": "Thank you for completing the survey!" + "goNextPageAutomatic": true, + "showQuestionNumbers": "none", + "isSurveySummaryVisible": true, + "processValue": true }