diff --git a/macao/content/activities/devActi - Tat/index.md b/macao/content/activities/devActi - Tat/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..3d43d678fddba4ca3a9d04c4b94ee908e61aff11
--- /dev/null
+++ b/macao/content/activities/devActi - Tat/index.md	
@@ -0,0 +1,9 @@
++++
+title = "Dev Activity TAT"
+weight = 460
++++
+
+Activité TAT pour tests en développement
+
+
+{{< quiz >}}
diff --git a/macao/content/activities/devActi - Tat/quiz.json b/macao/content/activities/devActi - Tat/quiz.json
new file mode 100644
index 0000000000000000000000000000000000000000..82bca6d806b50e39c1838128293d784ca0c009e5
--- /dev/null
+++ b/macao/content/activities/devActi - Tat/quiz.json	
@@ -0,0 +1,196 @@
+{
+  "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": "html1",
+          "width": "100%",
+          "minWidth": "256px",
+          "html": "<p style=\"line-height: 52px;margin-bottom:-8px; margin-top:0px;\">\nThis sales contract (hereinafter referred to as the \"Agreement\") is entered into as of\n</p>"
+        },
+        {
+          "type": "dropdown",
+          "name": "car",
+          "title": "Which is the brand of your car?",
+          "isRequired": true,
+          "showNoneItem": true,
+          "showOtherItem": true,
+          "choices": [
+            "Ford",
+            "Vauxhall",
+            "Volkswagen",
+            "Nissan",
+            "Audi",
+            "Mercedes-Benz",
+            "BMW",
+            "Peugeot",
+            "Toyota",
+            "Citroen"
+          ],
+          "minWidth": "256px",
+          "maxWidth": "256px",
+          "startWithNewLine": false
+        },
+        {
+          "type": "text",
+          "name": "date",
+          "width": "30%",
+          "minWidth": "64px",
+          "maxWidth": "",
+          "defaultValueExpression": "today()",
+          "inputType": "date",
+          "placeholder": "date",
+          "startWithNewLine": false
+        },
+        {
+          "type": "html",
+          "name": "html2",
+          "width": "144px",
+          "minWidth": "144px",
+          "maxWidth": "",
+          "startWithNewLine": false,
+          "html": "<p style=\"line-height: 36px;\">\nby and between\n</p>"
+        },
+        {
+          "type": "text",
+          "name": "seller-name",
+          "minWidth": "256px",
+          "maxWidth": "",
+          "startWithNewLine": false,
+          "placeholder": "seller's full legal name"
+        },
+        {
+          "type": "html",
+          "name": "html3",
+          "width": "208px",
+          "minWidth": "208px",
+          "maxWidth": "",
+          "html": "<p style=\"line-height: 36px;\">\nwith a mailing address of\n</p>"
+        },
+        {
+          "type": "text",
+          "name": "seller-address-line-1",
+          "minWidth": "64px",
+          "maxWidth": "",
+          "startWithNewLine": false,
+          "placeholder": "seller's address"
+        },
+        {
+          "type": "text",
+          "name": "seller-address-line-2",
+          "width": "100%",
+          "minWidth": "256px"
+        },
+        {
+          "type": "html",
+          "name": "html4",
+          "width": "344px",
+          "minWidth": "344px",
+          "maxWidth": "",
+          "html": "<p style=\"line-height: 36px;\">\n(hereinafter referred to as the \"Seller\") and\n</p>"
+        },
+        {
+          "type": "text",
+          "name": "buyer-name",
+          "minWidth": "256px",
+          "maxWidth": "",
+          "startWithNewLine": false,
+          "placeholder": "buyer's full legal name"
+        },
+        {
+          "type": "html",
+          "name": "html5",
+          "width": "208px",
+          "minWidth": "208px",
+          "maxWidth": "",
+          "html": "<p style=\"line-height: 36px;\">\nwith a mailing address of\n</p>"
+        },
+        {
+          "type": "text",
+          "name": "buyer-address-line-1",
+          "minWidth": "64px",
+          "maxWidth": "",
+          "startWithNewLine": false,
+          "placeholder": "buyer's address"
+        },
+        {
+          "type": "text",
+          "name": "buyer-address-line-2",
+          "width": "100%",
+          "minWidth": "256px"
+        },
+        {
+          "type": "html",
+          "name": "html6",
+          "width": "100%",
+          "minWidth": "256px",
+          "html": "<p style=\"line-height: 52px;margin-bottom:40px; margin-top:-8px;\">\n(hereinafter referred to as the \"Buyer\"), collectively referred to as the \"Parties\", both\nof whom agree to be bound by this Agreement.\n</p>"
+        },
+        {
+          "type": "html",
+          "name": "html7",
+          "width": "100%",
+          "minWidth": "256px",
+          "maxWidth": "",
+          "html": "<p style=\"line-height: 36px;\">\nThe Seller is the manufacturer and distributor of the following product(s):\n</p>"
+        },
+        {
+          "type": "comment",
+          "name": "goods",
+          "width": "100%",
+          "minWidth": "256px",
+          "rows": 1,
+          "placeholder": "detailed description of the goods",
+          "autoGrow": true,
+          "allowResize": false
+        },
+        {
+          "type": "html",
+          "name": "html8",
+          "width": "100%",
+          "minWidth": "256px",
+          "html": "<p style=\"line-height: 52px;margin-bottom:40px; margin-top:-8px;\">\n(hereinafter referred to as the \"Goods\"). \n<br>\nThe Buyer wishes to purchase the\naforementioned product(s).\n</p>"
+        },
+        {
+          "type": "html",
+          "name": "html9",
+          "width": "100%",
+          "minWidth": "256px",
+          "html": "<p style=\"line-height: 52px;margin-bottom:-8px; margin-top:-8px;\">\nTHEREFORE, the Parties agree as follows:\n<br>\n<b>1. Sale of Goods.</b> The Seller shall make available for sale, and the Buyer shall purchase the Goods.\n<br>\n<b>2. Delivery and Shipping.</b>\n</p>"
+        },
+        {
+          "type": "comment",
+          "name": "delivery-details",
+          "width": "100%",
+          "minWidth": "256px",
+          "rows": 1,
+          "placeholder": "include details regarding the delivery and shipping terms",
+          "autoGrow": true,
+          "allowResize": false
+        },
+        {
+          "type": "html",
+          "name": "html10",
+          "width": "100%",
+          "minWidth": "256px",
+          "html": "<p style=\"line-height: 52px;margin-bottom:-8px; margin-top:-8px;\">\n<b>3. Purchase Price and Payments.</b> \n</p>"
+        }
+      ],
+      "questionTitleLocation": "hidden",
+      "title": "Sales Contract"
+    }
+  ],
+  "showQuestionNumbers": "off",
+  "questionTitleLocation": "left",
+  "questionErrorLocation": "bottom",
+  "completedHtml": "Thank you for completing the survey!",
+  "widthMode": "static",
+  "fitToContainer": "true",
+}
+