{
  "week": 15,
  "day": "Tuesday",
  "topic": "The Printing Press",
  "subtitle": "The Machine That Filled the World with Books",
  "icon": "📚",
  "pages": [
    {
      "title": "📚 The Printing Press",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "Before the printing press, every book was written by hand! Monks copied books one letter at a time, and one book could take a whole year to finish. Books were so rare and expensive that most people never owned one.",
            "Around the year 1450, a German man named <strong>Johannes Gutenberg</strong> built the <strong>printing press</strong>. It used little metal letters called <strong>type</strong>. Workers arranged the letters, rolled ink over them, and pressed paper on top. Suddenly, they could print a page again and again!",
            "Books became faster and cheaper to make. More people learned to read. Ideas spread across the world like never before. Many people call the printing press one of the greatest inventions ever."
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "How were books made before the printing press?", "lines": "single"},
            {"text": "Who built the printing press, and about when?", "lines": "single"},
            {"text": "How did the printing press work?", "lines": "double"},
            {"text": "What changed after the printing press was invented?", "lines": "double"}
          ]
        },
        {
          "type": "vocab_grid",
          "title": "Vocabulary Grid",
          "icon": "📝",
          "instruction": "Write what each word means in your own words.",
          "words": ["printing press", "type", "ink", "monk", "copy", "rare"]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "sort_table",
          "title": "Before or After the Printing Press?",
          "icon": "📊",
          "instruction": "Write B (before) or A (after) for each sentence.",
          "header": ["Sentence", "B or A?"],
          "rows": [
            ["Books are copied by hand, one letter at a time.", ""],
            ["Books are fast and cheap to make.", ""],
            ["Most people never own a book.", ""],
            ["More and more people learn to read.", ""],
            ["One book takes a year to finish.", ""],
            ["Ideas spread quickly around the world.", ""]
          ]
        },
        {
          "type": "true_false",
          "title": "True or False",
          "icon": "✏️",
          "instruction": "Write T for true or F for false in each circle.",
          "items": [
            "Before the printing press, monks copied books by hand.",
            "Gutenberg built the printing press around 1450.",
            "The press used little metal letters called type.",
            "After the press, books became more expensive.",
            "The printing press helped more people learn to read.",
            "Books were common before the printing press."
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "fill_blank",
          "title": "Fill in the Blanks",
          "icon": "✏️",
          "wordbank": ["Gutenberg", "hand", "type", "ink", "read", "press"],
          "items": [
            "Before the press, books were written by ______________.",
            "Johannes ______________ built the printing press.",
            "The metal letters were called ______________.",
            "Workers rolled ______________ over the letters.",
            "Then they pressed paper down on the printing ______________.",
            "After the press, more people learned to ______________."
          ]
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "Count the books in your home. Imagine each one took a YEAR to copy by hand. Why are books everywhere now?", "lines": "triple"},
            {"text": "What is your favorite book? How would your life be different without books?", "lines": "double"}
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["How books were made before the press", "YES &nbsp; / &nbsp; NOT YET"],
            ["How the printing press worked", "YES &nbsp; / &nbsp; NOT YET"],
            ["Why the printing press changed the world", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}