{
  "week": 29,
  "day": "Wednesday",
  "topic": "War Timeline",
  "subtitle": "Hands-On: Map the Civil War Story",
  "icon": "πŸ—ΊοΈ",
  "pages": [
    {
      "title": "πŸ—ΊοΈ The Civil War Story, Step by Step",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "πŸ“–",
          "paragraphs": [
            "Every big event in history has a beginning, a middle, and an end. Historians use <strong>timelines</strong> to keep the story in order.",
            "The Civil War story goes like this: First, the North and South argued about slavery. Next, Southern states left and the war began in 1861. Then came four hard years of battles and struggle. Finally, in 1865, the North won, the country came back together, and slavery ended.",
            "Today you will build the Civil War timeline yourself, just like a real historian. Keeping events in order helps us understand how one thing led to another."
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "What do historians use to keep events in order?", "lines": "single"},
            {"text": "What year did the war begin? What year did it end?", "lines": "single"},
            {"text": "What TWO big things happened when the war ended?", "lines": "double"}
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "activity",
          "title": "Hands-On: Build the Timeline",
          "icon": "πŸ”",
          "content": [
            "These Civil War events are all mixed up! Number them 1 to 5 in the correct order. Then copy them in order onto the timeline table below.",
            "___ The North wins and the country reunites (1865).",
            "___ The North and South argue about slavery.",
            "___ Four hard years of battles.",
            "___ Southern states leave and the war begins (1861).",
            "___ Slavery ends forever."
          ],
          "table": {
            "header": ["Order", "Event"],
            "rows": [
              ["1 (First)", ""],
              ["2 (Next)", ""],
              ["3 (Then)", ""],
              ["4 (After that)", ""],
              ["5 (Finally)", ""]
            ]
          }
        },
        {
          "type": "draw_grid",
          "title": "Draw It!",
          "icon": "🎨",
          "instruction": "Draw two pictures: the country DIVIDED during the war, and the country TOGETHER after the war. You can draw flags, maps, or people shaking hands.",
          "boxes": 2
        }
      ]
    },
    {
      "sections": [
        {
          "type": "fill_blank",
          "title": "Fill in the Blanks",
          "icon": "✏️",
          "wordbank": ["timeline", "1861", "four", "1865", "together", "ended"],
          "items": [
            "A ______________ keeps events in order.",
            "The war began in ______________.",
            "It lasted ______________ years.",
            "The war ended in ______________.",
            "The country came back ______________.",
            "Slavery ______________ forever."
          ]
        },
        {
          "type": "true_false",
          "title": "True or False",
          "icon": "✏️",
          "instruction": "Write T for true or F for false in each circle.",
          "items": [
            "Timelines put events in order.",
            "The Civil War began in 1861.",
            "The war lasted twenty years.",
            "The South won the war.",
            "The country came back together in 1865.",
            "Slavery ended after the war."
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "πŸ“Š",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["The order of Civil War events", "YES &nbsp; / &nbsp; NOT YET"],
            ["The start and end years of the war", "YES &nbsp; / &nbsp; NOT YET"],
            ["I built my own timeline", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}