{
  "week": 8,
  "day": "Tuesday",
  "topic": "Ancient Olympic Events",
  "subtitle": "Running, Wrestling, and Chariots",
  "icon": "🏃",
  "pages": [
    {
      "title": "🏃 Ancient Olympic Events",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "What sports did ancient athletes play? The very first Olympics had just ONE event: a running race called the <strong>stade</strong>, about 192 meters long. Our word 'stadium' comes from it! The first recorded champion was a cook named Coroebus.",
            "Over the years, more events were added. There was wrestling, boxing, long jump, and throwing contests with the <strong>javelin</strong> (a spear) and the <strong>discus</strong> (a heavy disc). The <strong>pentathlon</strong> combined five events to find the best all-around athlete!",
            "The most exciting event was the <strong>chariot race</strong>. Teams of four horses pulled small two-wheeled carts around a track at top speed. Crashes were common, and the crowds went wild! There were no team sports like soccer — every athlete competed alone for glory."
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "What was the only event at the very first Olympics?", "lines": "single"},
            {"text": "How many events were in the pentathlon?", "lines": "single"},
            {"text": "Why was the chariot race so exciting?", "lines": "triple"}
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "sort_table",
          "title": "Match the Event",
          "icon": "📊",
          "instruction": "Write the letter that matches: A = a running race, B = throwing a spear, C = throwing a heavy disc, D = horses pulling carts, E = five events in one.",
          "header": ["Event", "Match (A–E)"],
          "rows": [
            ["Javelin", ""],
            ["Stade", ""],
            ["Chariot race", ""],
            ["Pentathlon", ""],
            ["Discus", ""]
          ]
        },
        {
          "type": "fill_blank",
          "title": "Fill in the Blanks",
          "icon": "✏️",
          "wordbank": ["stade", "stadium", "chariot", "pentathlon", "javelin"],
          "items": [
            "The first Olympic event was a race called the ______________.",
            "Our word ______________ comes from that race's name.",
            "A ______________ was a cart pulled by four horses.",
            "The ______________ combined five different events.",
            "The ______________ was a spear for throwing."
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "activity",
          "title": "Hands-On: Backyard Pentathlon",
          "icon": "🔍",
          "content": [
            "<strong>You need:</strong> a safe open space and a grown-up.",
            "Hold your own mini-pentathlon with 5 events: (1) a short sprint, (2) long jump, (3) throw a soft ball for distance, (4) hop on one foot as far as you can, (5) balance on one leg the longest. Record your results below!"
          ],
          "table": {
            "header": ["Event", "My result"],
            "rows": [
              ["Sprint", ""],
              ["Long jump", ""],
              ["Ball throw", ""],
              ["Hopping", ""],
              ["Balance", ""]
            ]
          }
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "Which ancient Olympic event would you be best at? Why?", "lines": "triple"}
          ]
        }
      ]
    }
  ]
}