{
  "week": 30,
  "day": "Monday",
  "topic": "Young Abraham Lincoln",
  "subtitle": "From Log Cabin to Leader",
  "icon": "🎩",
  "pages": [
    {
      "title": "🎩 Young Abraham Lincoln",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "<strong>Abraham Lincoln</strong> was born in 1809 in a tiny log cabin in Kentucky. His family was poor, and Abe worked hard on the farm from the time he was small.",
            "Abe went to school for less than one year in his whole life! But he taught himself by reading every book he could find. He would walk miles to borrow a book and read by the light of the fireplace at night.",
            "Abe grew very tall — six feet four inches — and very honest. People called him <strong>Honest Abe</strong>. He became a lawyer, then a leader, and in 1861, the sixteenth president of the United States. This week you will learn how this log-cabin boy changed America."
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "Where was Abraham Lincoln born?", "lines": "single"},
            {"text": "How did Abe learn if he barely went to school?", "lines": "double"},
            {"text": "What was Lincoln's famous nickname? Why?", "lines": "double"},
            {"text": "Which number president was Lincoln?", "lines": "single"}
          ]
        },
        {
          "type": "activity",
          "title": "This Week's Goals",
          "icon": "🎯",
          "content": [
            "<strong>By the end of this week, you will be able to:</strong>",
            "1. Tell the story of Lincoln's life.",
            "2. Explain how Lincoln helped end slavery.",
            "3. Describe the Emancipation Proclamation in simple words.",
            "4. Tell how Lincoln's honesty can be an example for you."
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "vocab_grid",
          "title": "Vocabulary Grid",
          "icon": "📝",
          "instruction": "Write what each word means in your own words.",
          "words": ["log cabin", "honest", "lawyer", "borrow", "leader", "sixteenth"]
        },
        {
          "type": "sort_table",
          "title": "Lincoln's Life in Order",
          "icon": "📊",
          "instruction": "Number these events 1 to 4 in the order they happened.",
          "header": ["Event", "Order (1–4)"],
          "rows": [
            ["Abe becomes the sixteenth president.", ""],
            ["Abe is born in a log cabin in 1809.", ""],
            ["Abe becomes a lawyer.", ""],
            ["Abe teaches himself by reading books.", ""]
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "fill_blank",
          "title": "Fill in the Blanks",
          "icon": "✏️",
          "wordbank": ["1809", "cabin", "books", "Honest", "tall", "sixteenth"],
          "items": [
            "Lincoln was born in ______________.",
            "His family lived in a log ______________.",
            "He taught himself by reading ______________.",
            "People called him ______________ Abe.",
            "He grew very ______________ — six feet four inches.",
            "He became the ______________ president."
          ]
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "Abe was poor and barely went to school, but he became president. What does that teach us?", "lines": "triple"}
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["Where and how Lincoln grew up", "YES &nbsp; / &nbsp; NOT YET"],
            ["How he taught himself", "YES &nbsp; / &nbsp; NOT YET"],
            ["Why he was called Honest Abe", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}