{
  "week": 14,
  "day": "Tuesday",
  "topic": "A Day in a Medieval Village",
  "subtitle": "Life from Sunrise to Sunset",
  "icon": "🌾",
  "pages": [
    {
      "title": "🌾 A Day in a Medieval Village",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "Meet Alice and Tom, two peasant children in a medieval <strong>village</strong>. Their day starts at sunrise. There are no alarm clocks — the rooster wakes everyone up!",
            "Their house is small, with one room, a dirt floor, and a fire for cooking. Father works in the fields, plowing and planting. Mother makes bread, tends the garden, and spins wool into thread. Alice feeds the chickens and Tom helps carry water from the well.",
            "For lunch they eat dark bread, cheese, and vegetable soup called <strong>pottage</strong>. There is no school for most village children — they learn by helping. But after chores, there is still time to play tag and ball games before the sun goes down!"
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "What woke the village up in the morning?", "lines": "single"},
            {"text": "What was the peasant house like?", "lines": "double"},
            {"text": "What is pottage?", "lines": "single"},
            {"text": "How did village children learn if they did not go to school?", "lines": "single"}
          ]
        },
        {
          "type": "vocab_grid",
          "title": "Vocabulary Grid",
          "icon": "📝",
          "instruction": "Write what each word means in your own words.",
          "words": ["village", "pottage", "well", "plow", "chores", "wool"]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "sort_table",
          "title": "Then or Now?",
          "icon": "📊",
          "instruction": "Write T if it happened THEN (Middle Ages) or N if it happens NOW.",
          "header": ["Sentence", "T or N?"],
          "rows": [
            ["A rooster wakes the family up.", ""],
            ["Kids ride a bus to school.", ""],
            ["Water comes from a well.", ""],
            ["Dinner is cooked over an open fire.", ""],
            ["Water comes from a faucet.", ""],
            ["Kids play tag after chores.", ""]
          ]
        },
        {
          "type": "true_false",
          "title": "True or False",
          "icon": "✏️",
          "instruction": "Write T for true or F for false in each circle.",
          "items": [
            "Peasant houses had many big rooms.",
            "Children helped with chores every day.",
            "Pottage was a vegetable soup.",
            "Most village children went to school.",
            "Mothers spun wool into thread.",
            "Medieval children still found time to play."
          ]
        },
        {
          "type": "draw_grid",
          "title": "Draw Village Life",
          "icon": "🎨",
          "instruction": "Draw the medieval village: a small house, the fields, the well, and children doing chores or playing.",
          "boxes": 1
        }
      ]
    },
    {
      "sections": [
        {
          "type": "fill_blank",
          "title": "Fill in the Blanks",
          "icon": "✏️",
          "wordbank": ["rooster", "pottage", "well", "fields", "chores", "fire"],
          "items": [
            "The ______________ woke the village at sunrise.",
            "Father plowed and planted in the ______________.",
            "Tom carried water from the ______________.",
            "The family ate soup called ______________.",
            "Food was cooked over an open ______________.",
            "Children did ______________ before they could play."
          ]
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "Compare your morning to Alice and Tom's morning. What is the same? What is different?", "lines": "triple"},
            {"text": "Which chore would be hardest for you? Why?", "lines": "double"}
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["What a peasant house was like", "YES &nbsp; / &nbsp; NOT YET"],
            ["What medieval families ate", "YES &nbsp; / &nbsp; NOT YET"],
            ["How medieval children lived", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}