{
  "subjects": [
    {
      "id": 1,
      "name": "Science",
      "icon": "🔬",
      "color": "purple",
      "description": "Science curriculum for Zambia"
    },
    {
      "id": 2,
      "name": "Mathematics",
      "icon": "📐",
      "color": "green",
      "description": "Math curriculum for Zambia"
    },
    {
      "id": 3,
      "name": "English",
      "icon": "📖",
      "color": "orange",
      "description": "English curriculum for Zambia"
    }
  ],
  "progress": [
    {
      "subject": "Science",
      "mastery_score": 85,
      "questions_attempted": 10,
      "correct_answers": 8
    },
    {
      "subject": "Mathematics",
      "mastery_score": 60,
      "questions_attempted": 5,
      "correct_answers": 3
    }
  ],
  "topics": [
    {
      "id": 1,
      "subject": "Science",
      "title": "Living Things",
      "content": "<h1>Living Things</h1><p>Living things need water, food, and air.</p><h3>Key Points</h3><ul><li>Animals</li><li>Plants</li></ul>",
      "grade_level": 7
    },
    {
      "id": 2,
      "subject": "Science",
      "title": "Photosynthesis",
      "content": "<h1>Photosynthesis</h1><p>Plants make their own food using sunlight. This process is called photosynthesis.</p>",
      "grade_level": 7
    },
    {
      "id": 3,
      "subject": "Mathematics",
      "title": "Fractions",
      "content": "<h1>Fractions</h1><p>A fraction represents a part of a whole.</p>",
      "grade_level": 7
    }
  ],
  "quizzes": [
    {
      "topic_id": 1,
      "questions": [
        {
          "id": 1,
          "question": "What do living things need?",
          "options": ["Rocks", "Water", "Fire", "Gold"],
          "correct_answer": 1,
          "explanation": "Living things need water to survive."
        }
      ]
    }
  ]
}
