{
  "week": 10,
  "day": "Monday",
  "topic": "Welcome to Rome",
  "subtitle": "From Small Town to Mighty Empire",
  "icon": "🏛️",
  "pages": [
    {
      "title": "🏛️ Welcome to Ancient Rome",
      "sections": [
        {
          "type": "activity",
          "title": "Today's Goals",
          "icon": "🎯",
          "content": [
            "✔ Learn where Rome is and how it began.",
            "✔ Hear the legend of Romulus and Remus.",
            "✔ Discover how Rome grew into an empire."
          ]
        },
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "Our next adventure takes us to <strong>Rome</strong>, a city in Italy built on seven hills beside the Tiber River. The Romans told a legend that their city was founded in 753 BC by twin brothers, <strong>Romulus and Remus</strong>, who as babies were rescued and cared for by a wolf! Romulus gave the city his name.",
            "Rome started as a small town of farmers and shepherds. But the Romans were amazing organizers and builders. Little by little, their armies and roads spread out until Rome ruled lands all around the Mediterranean Sea — from Britain to Egypt!",
            "All these lands together were called the <strong>Roman Empire</strong>, ruled by an <strong>emperor</strong>. At its biggest, around 50 to 90 million people lived in it. The Romans borrowed many ideas from the Greeks — gods, buildings, and art — and added clever inventions of their own."
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "In what country is the city of Rome?", "lines": "single"},
            {"text": "Who were Romulus and Remus, according to legend?", "lines": "single"},
            {"text": "What is an empire?", "lines": "triple"}
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "vocab_grid",
          "title": "Vocabulary Grid",
          "icon": "📝",
          "instruction": "Write what each word means in your own words.",
          "words": ["Rome", "empire", "emperor", "legend", "Tiber River", "founded"]
        },
        {
          "type": "true_false",
          "title": "True or False",
          "icon": "✏️",
          "instruction": "Write T for true or F for false in each circle.",
          "items": [
            "Rome is a city in Italy.",
            "Legend says a wolf cared for Romulus and Remus.",
            "Rome was built on seven hills.",
            "Rome always stayed a tiny town.",
            "The Roman Empire was ruled by an emperor.",
            "The Romans borrowed ideas from the Greeks."
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "draw_grid",
          "title": "Draw the Legend",
          "icon": "🎨",
          "instruction": "Draw the legend of Rome: the twin babies Romulus and Remus with the wolf who cared for them.",
          "boxes": 1
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "The wolf story is a legend. How is a legend different from a fact?", "lines": "triple"},
            {"text": "Why might building beside a river help a city grow?", "lines": "single"}
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["Where Rome is located", "YES &nbsp; / &nbsp; NOT YET"],
            ["The legend of how Rome began", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}