Skip to content
Snippets Groups Projects
Commit 853e1ac9 authored by David Rouquet's avatar David Rouquet
Browse files

Update quiz.json with tat

parent 5093d335
No related branches found
No related tags found
No related merge requests found
Pipeline #2038 passed
{ {
"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": [ "elements": [
{ {
"name": "quizQuestion", "type": "html",
"type": "checkbox", "name": "sentence_part1",
"name": "pg665", "html": "The quick",
"choices": [ "startWithNewLine": false
},
{ {
"value": "1", "type": "dropdown",
"text": " The farmer refused to ***produce*** ...", "name": "blank1",
"enableIf": "false" "titleLocation": "hidden",
"isRequired": true,
"showClearButton": false,
"correctAnswer": "quick",
"startWithNewLine": false,
"choices": [
{ "value": "quick", "text": "Quick" },
{ "value": "slow", "text": "Slow" },
{ "value": "sleepy", "text": "Sleepy" }
]
}, },
{ {
"value": "2", "type": "html",
"text": "<img src='/macao-hugo/media/phon_produce_13.png'>\n" "name": "sentence_part2",
"html": "fox",
"startWithNewLine": false
}, },
{ {
"value": "3", "type": "dropdown",
"text": "<img src='/macao-hugo/media/phon_produce_2_.png'>\n" "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" }
]
}, },
{ {
"value": "7", "type": "html",
"text": "...organic ***produce.***", "name": "sentence_part3",
"enableIf": "false" "html": "over the lazy",
"startWithNewLine": false
}, },
{ {
"value": "8", "type": "dropdown",
"text": "<img src='/macao-hugo/media/phon_produce_13.png'>\n" "name": "blank3",
"titleLocation": "hidden",
"isRequired": true,
"showClearButton": false,
"correctAnswer": "dog",
"startWithNewLine": false,
"choices": [
{ "value": "dog", "text": "Dog" },
{ "value": "cat", "text": "Cat" },
{ "value": "mouse", "text": "Mouse" }
]
}, },
{ {
"value": "9", "type": "html",
"text": "<img src='/macao-hugo/media/phon_produce_2_.png'>\n" "name": "sentence_part4",
"html": ".",
"startWithNewLine": false
} }
] ]
} }
], ],
"correctComment": "\n", "showQuestionNumbers": "off",
"incorrectComment": "\n\nVoici le corrigé\n:\n\nThe farmer refused\nto ***produce*** organic ***produce***.\n\n <img src='/macao-hugo/media/phon_produce_12.png'> <img src='/macao-hugo/media/phon_produce_2.png'>\n\n" "completedHtml": "Thank you for completing the survey!"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment