{
  "week": 32,
  "day": "Thursday",
  "topic": "I Am Part of History",
  "subtitle": "Your Place in the Story",
  "icon": "🌟",
  "pages": [
    {
      "title": "🌟 You Are Part of History",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "Here is something amazing: history is not finished. It is still being written every single day — and YOU are in it!",
            "One day, kids in the future will study OUR time. They might learn about the phones we use, the games we play, and the problems we solve. To them, today will be 'the old days!'",
            "You are also making your own history. Your family's stories, your drawings, your adventures — these are the records of your life. Just like the pioneers wrote in journals and Lincoln wrote speeches, what you make and do today can be remembered tomorrow. What will YOUR chapter of history say?"
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "Is history finished? Explain.", "lines": "double"},
            {"text": "What might future kids learn about OUR time?", "lines": "double"},
            {"text": "How are you already making history records like the pioneers did?", "lines": "double"}
          ]
        },
        {
          "type": "vocab_grid",
          "title": "Vocabulary Grid",
          "icon": "📝",
          "instruction": "Write what each word means in your own words.",
          "words": ["future", "record", "journal", "memory", "chapter", "generation"]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "activity",
          "title": "A Letter to the Future",
          "icon": "💌",
          "content": [
            "Write a letter to a kid living 100 years from now! Tell them about your life today. What do you eat? What do you play? What do you love? What do you wonder about their world?",
            "Dear Kid of the Future,",
            "________________________________________________",
            "________________________________________________",
            "________________________________________________",
            "________________________________________________",
            "________________________________________________",
            "From, ____________________ (a kid of today)"
          ]
        },
        {
          "type": "activity",
          "title": "My Time Capsule Plan",
          "icon": "📦",
          "content": [
            "A time capsule is a box of today's treasures saved for the future. List four things you would put in yours."
          ],
          "table": {
            "header": ["Item for my time capsule", "What it shows about today"],
            "rows": [
              ["1.", ""],
              ["2.", ""],
              ["3.", ""],
              ["4.", ""]
            ]
          }
        }
      ]
    },
    {
      "sections": [
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "What is one good thing you want to do that people might remember?", "lines": "triple"},
            {"text": "What do you hope the world is like in 100 years?", "lines": "triple"}
          ]
        },
        {
          "type": "true_false",
          "title": "True or False",
          "icon": "✏️",
          "instruction": "Write T for true or F for false in each circle.",
          "items": [
            "History is still being written today.",
            "Future kids might study our time.",
            "Only presidents can make history.",
            "Your family's stories are history records.",
            "A time capsule saves today's treasures for the future.",
            "You are part of history."
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["History is still being written", "YES   /   NOT YET"],
            ["I wrote a letter to the future", "YES   /   NOT YET"],
            ["I planned my time capsule", "YES   /   NOT YET"]
          ]
        }
      ]
    }
  ]
}