{
  "week": 8,
  "day": "Monday",
  "topic": "The First Olympics",
  "subtitle": "Games for the Gods",
  "icon": "🏅",
  "pages": [
    {
      "title": "🏅 The First Olympic Games",
      "sections": [
        {
          "type": "activity",
          "title": "Today's Goals",
          "icon": "🎯",
          "content": [
            "✔ Learn where and why the Olympics began.",
            "✔ Find out who could compete.",
            "✔ Discover what winners received."
          ]
        },
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "Did you know the Olympic Games are almost 2,800 years old? The first recorded games were held in <strong>776 BC</strong> in a Greek town called <strong>Olympia</strong>. The games honored Zeus, king of the gods, and were held every <strong>four years</strong> — just like today!",
            "Athletes came from city-states all over Greece. Even cities at war would agree to a special <strong>truce</strong> — a promise to stop fighting — so athletes could travel safely to the games. Sports could bring enemies together!",
            "Winners did not get gold medals. Instead, they received a crown of <strong>olive leaves</strong> — and something even better: fame! Winners became heroes in their hometowns, with statues, songs, and free dinners for life."
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "Where were the first Olympic Games held?", "lines": "single"},
            {"text": "Which god did the games honor?", "lines": "single"},
            {"text": "What did Olympic winners receive?", "lines": "triple"}
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "vocab_grid",
          "title": "Vocabulary Grid",
          "icon": "📝",
          "instruction": "Write what each word means in your own words.",
          "words": ["Olympics", "Olympia", "athlete", "truce", "compete", "champion"]
        },
        {
          "type": "true_false",
          "title": "True or False",
          "icon": "✏️",
          "instruction": "Write T for true or F for false in each circle.",
          "items": [
            "The first recorded Olympics were in 776 BC.",
            "The games were held in a town called Olympia.",
            "The games honored the goddess Athena.",
            "Cities at war made a truce during the games.",
            "Winners received gold medals.",
            "The ancient games happened every four years."
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "draw_grid",
          "title": "Draw a Champion",
          "icon": "🎨",
          "instruction": "Draw an Olympic winner wearing a crown of olive leaves, with a cheering crowd.",
          "boxes": 1
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "Why was the truce during the games such a big deal?", "lines": "triple"},
            {"text": "Would you rather win a gold medal or an olive crown and fame? Why?", "lines": "single"}
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["Where the Olympics began", "YES &nbsp; / &nbsp; NOT YET"],
            ["What winners received", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}