diff --git a/macao/content/activities/devActi2/quiz.json b/macao/content/activities/devActi2/quiz.json
index 89feca1c8d252a9735759381bb969cd00ce0d663..1f3dd7fe9cfe2c8a182000cc8b32082143659538 100644
--- a/macao/content/activities/devActi2/quiz.json
+++ b/macao/content/activities/devActi2/quiz.json
@@ -1,39 +1,82 @@
 {
-  "elements": [
+  "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": "quizQuestion",
-      "type": "checkbox",
-      "name": "pg665",
-      "choices": [
+      "name": "page1",
+      "elements": [
         {
-          "value": "1",
-          "text": " The farmer refused to ***produce*** ...",
-          "enableIf": "false"
+          "type": "html",
+          "name": "sentence_part1",
+          "html": "The quick",
+          "startWithNewLine": false
         },
         {
-          "value": "2",
-          "text": "<img src='/macao-hugo/media/phon_produce_13.png'>\n"
+          "type": "dropdown",
+          "name": "blank1",
+          "titleLocation": "hidden",
+          "isRequired": true,
+          "showClearButton": false,
+          "correctAnswer": "quick",
+          "startWithNewLine": false,
+          "choices": [
+            { "value": "quick", "text": "Quick" },
+            { "value": "slow", "text": "Slow" },
+            { "value": "sleepy", "text": "Sleepy" }
+          ]
         },
         {
-          "value": "3",
-          "text": "<img src='/macao-hugo/media/phon_produce_2_.png'>\n"
+          "type": "html",
+          "name": "sentence_part2",
+          "html": "fox",
+          "startWithNewLine": false
         },
         {
-          "value": "7",
-          "text": "...organic ***produce.***",
-          "enableIf": "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" }
+          ]
         },
         {
-          "value": "8",
-          "text": "<img src='/macao-hugo/media/phon_produce_13.png'>\n"
+          "type": "html",
+          "name": "sentence_part3",
+          "html": "over the lazy",
+          "startWithNewLine": false
         },
         {
-          "value": "9",
-          "text": "<img src='/macao-hugo/media/phon_produce_2_.png'>\n"
+          "type": "dropdown",
+          "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" }
+          ]
+        },
+        {
+          "type": "html",
+          "name": "sentence_part4",
+          "html": ".",
+          "startWithNewLine": false
         }
       ]
     }
   ],
-  "correctComment": "\n",
-  "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"
+  "showQuestionNumbers": "off",
+  "completedHtml": "Thank you for completing the survey!"
 }
+