Updated the format of the WriteBlanks

This commit is contained in:
Tiago Ribeiro
2023-09-28 15:31:42 +01:00
parent d6b75de856
commit 6416582ee0
2 changed files with 27 additions and 27 deletions

View File

@@ -76,43 +76,43 @@ reading_to_insert_2 = {
"solutions": [ "solutions": [
{ {
"id": 1, "id": 1,
"options": ["Variety of life"] "solution": ["Variety of life"]
}, },
{ {
"id": 2, "id": 2,
"options": ["Maintains health"] "solution": ["Maintains health"]
}, },
{ {
"id": 3, "id": 3,
"options": ["Habitat destruction", "pollution", "climate change"] "solution": ["Habitat destruction", "pollution", "climate change"]
}, },
{ {
"id": 4, "id": 4,
"options": ["Deforestation", "overfishing"] "solution": ["Deforestation", "overfishing"]
}, },
{ {
"id": 5, "id": 5,
"options": ["Essential functions"] "solution": ["Essential functions"]
}, },
{ {
"id": 6, "id": 6,
"options": ["Pollination"] "solution": ["Pollination"]
}, },
{ {
"id": 7, "id": 7,
"options": ["Disrupts relationships", "imbalances"] "solution": ["Disrupts relationships", "imbalances"]
}, },
{ {
"id": 8, "id": 8,
"options": ["Unchecked population growth", "effects on vegetation"] "solution": ["Unchecked population growth", "effects on vegetation"]
}, },
{ {
"id": 9, "id": 9,
"options": ["Diseases"] "solution": ["Diseases"]
}, },
{ {
"id": 10, "id": 10,
"options": ["Supports pollination"] "solution": ["Supports pollination"]
}, },
], ],
"text": "What is biodiversity?{{1}}\\nHow does biodiversity impact ecosystems?{{2}}\\nWhat activities threaten " "text": "What is biodiversity?{{1}}\\nHow does biodiversity impact ecosystems?{{2}}\\nWhat activities threaten "
@@ -1517,23 +1517,23 @@ listening_section_2_to_insert_1 = {
"solutions": [ "solutions": [
{ {
"id": 1, "id": 1,
"options": ["Art and Culture"] "solution": ["Art and Culture"]
}, },
{ {
"id": 2, "id": 2,
"options": ["10 AM"] "solution": ["10 AM"]
}, },
{ {
"id": 3, "id": 3,
"options": ["ID", "Card", "student ID", "senior citizen card"] "solution": ["ID", "Card", "student ID", "senior citizen card"]
}, },
{ {
"id": 4, "id": 4,
"options": ["day"] "solution": ["day"]
}, },
{ {
"id": 5, "id": 5,
"options": ["45"] "solution": ["45"]
} }
], ],
"text": "The exhibition is titled \"Exploring the History of {{1}}.\"\\nThe museum opens at {{2}} on weekdays." "text": "The exhibition is titled \"Exploring the History of {{1}}.\"\\nThe museum opens at {{2}} on weekdays."
@@ -1560,19 +1560,19 @@ listening_section_2_to_insert_2 = {
"solutions": [ "solutions": [
{ {
"id": 1, "id": 1,
"options": ["Solar power"] "solution": ["Solar power"]
}, },
{ {
"id": 2, "id": 2,
"options": ["Wind energy"] "solution": ["Wind energy"]
}, },
{ {
"id": 3, "id": 3,
"options": ["Water heaters", "electric vehicles"] "solution": ["Water heaters", "electric vehicles"]
}, },
{ {
"id": 4, "id": 4,
"options": ["Low emissions"] "solution": ["Low emissions"]
} }
], ],
"text": "What is the most common source of renewable energy worldwide?{{1}}\\nWhat do wind turbines convert " "text": "What is the most common source of renewable energy worldwide?{{1}}\\nWhat do wind turbines convert "
@@ -2289,15 +2289,15 @@ reading_to_insert_1 = {
"solutions": [ "solutions": [
{ {
"id": "24", "id": "24",
"options": ["mechanization", "steam engine", "power loom"] "solution": ["mechanization", "steam engine", "power loom"]
}, },
{ {
"id": "25", "id": "25",
"options": ["urbanization", "overcrowding", "poor working conditions"] "solution": ["urbanization", "overcrowding", "poor working conditions"]
}, },
{ {
"id": "26", "id": "26",
"options": ["telegraph", "long-distance communication"] "solution": ["telegraph", "long-distance communication"]
}, },
], ],
"text": "What innovations brought automation to industries?{{24}}\\nWhat were some of the challenges " "text": "What innovations brought automation to industries?{{24}}\\nWhat were some of the challenges "

View File

@@ -71,23 +71,23 @@ def getListening2Template():
"solutions": [ "solutions": [
{ {
"id": "1", "id": "1",
"options": ["Art and Culture"] "solution": ["Art and Culture"]
}, },
{ {
"id": "2", "id": "2",
"options": ["10 AM"] "solution": ["10 AM"]
}, },
{ {
"id": "3", "id": "3",
"options": ["ID", "Card", "student ID", "senior citizen card"] "solution": ["ID", "Card", "student ID", "senior citizen card"]
}, },
{ {
"id": "4", "id": "4",
"options": ["day"] "solution": ["day"]
}, },
{ {
"id": "5", "id": "5",
"options": ["45"] "solution": ["45"]
} }
], ],
"text": "The exhibition is titled \"Exploring the History of {{1}}.\"\\nThe museum opens at {{2}} on weekdays." "text": "The exhibition is titled \"Exploring the History of {{1}}.\"\\nThe museum opens at {{2}} on weekdays."