diff --git a/generate_base_questions.py b/generate_base_questions.py index 59103d7..79110f9 100644 --- a/generate_base_questions.py +++ b/generate_base_questions.py @@ -76,43 +76,43 @@ reading_to_insert_2 = { "solutions": [ { "id": 1, - "options": ["Variety of life"] + "solution": ["Variety of life"] }, { "id": 2, - "options": ["Maintains health"] + "solution": ["Maintains health"] }, { "id": 3, - "options": ["Habitat destruction", "pollution", "climate change"] + "solution": ["Habitat destruction", "pollution", "climate change"] }, { "id": 4, - "options": ["Deforestation", "overfishing"] + "solution": ["Deforestation", "overfishing"] }, { "id": 5, - "options": ["Essential functions"] + "solution": ["Essential functions"] }, { "id": 6, - "options": ["Pollination"] + "solution": ["Pollination"] }, { "id": 7, - "options": ["Disrupts relationships", "imbalances"] + "solution": ["Disrupts relationships", "imbalances"] }, { "id": 8, - "options": ["Unchecked population growth", "effects on vegetation"] + "solution": ["Unchecked population growth", "effects on vegetation"] }, { "id": 9, - "options": ["Diseases"] + "solution": ["Diseases"] }, { "id": 10, - "options": ["Supports pollination"] + "solution": ["Supports pollination"] }, ], "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": [ { "id": 1, - "options": ["Art and Culture"] + "solution": ["Art and Culture"] }, { "id": 2, - "options": ["10 AM"] + "solution": ["10 AM"] }, { "id": 3, - "options": ["ID", "Card", "student ID", "senior citizen card"] + "solution": ["ID", "Card", "student ID", "senior citizen card"] }, { "id": 4, - "options": ["day"] + "solution": ["day"] }, { "id": 5, - "options": ["45"] + "solution": ["45"] } ], "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": [ { "id": 1, - "options": ["Solar power"] + "solution": ["Solar power"] }, { "id": 2, - "options": ["Wind energy"] + "solution": ["Wind energy"] }, { "id": 3, - "options": ["Water heaters", "electric vehicles"] + "solution": ["Water heaters", "electric vehicles"] }, { "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 " @@ -2289,15 +2289,15 @@ reading_to_insert_1 = { "solutions": [ { "id": "24", - "options": ["mechanization", "steam engine", "power loom"] + "solution": ["mechanization", "steam engine", "power loom"] }, { "id": "25", - "options": ["urbanization", "overcrowding", "poor working conditions"] + "solution": ["urbanization", "overcrowding", "poor working conditions"] }, { "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 " diff --git a/templates/question_templates.py b/templates/question_templates.py index 85ec5ee..dc24cd8 100644 --- a/templates/question_templates.py +++ b/templates/question_templates.py @@ -71,23 +71,23 @@ def getListening2Template(): "solutions": [ { "id": "1", - "options": ["Art and Culture"] + "solution": ["Art and Culture"] }, { "id": "2", - "options": ["10 AM"] + "solution": ["10 AM"] }, { "id": "3", - "options": ["ID", "Card", "student ID", "senior citizen card"] + "solution": ["ID", "Card", "student ID", "senior citizen card"] }, { "id": "4", - "options": ["day"] + "solution": ["day"] }, { "id": "5", - "options": ["45"] + "solution": ["45"] } ], "text": "The exhibition is titled \"Exploring the History of {{1}}.\"\\nThe museum opens at {{2}} on weekdays."