{
  "title": "Maps and Globes for First Graders: Making a Classroom Map with Scale and Symbols",
  "lecture": "**What is a map?** A `map` is a flat drawing of a place that shows where things are so we can find them, and long ago—over `2,000` years—people began making maps to help travelers and families plan routes. \n**What is a globe?** A `globe` is a round model of Earth that shows continents and oceans in 3D, with an early famous globe made around `1492`, while a map is flat and focuses on small or big areas. 🌍\nThe main purpose of maps is to help us understand the layout of a space and navigate it safely and easily, from a classroom to a city. 🌟\nMaps work because they are models: they shrink a big space to a small page but keep shapes and positions in the same order. \nThere are different types of maps, like **political maps** (countries and borders), **physical/topographic maps** (landforms and height lines), and **thematic maps** (a special topic like `rainfall`), but a “color map” is not a real map type—color is just a style. \nGood classroom maps include key parts: a **title**, **labels**, a **compass rose** (shows `N`, `S`, `E`, `W` 🧭), a **scale** (like `1 cm = 1 m`), and a **legend** (explains symbols). \nThe **compass rose** helps you point the map the right way, so the top might be North and the right side East, which tells you which way to move in the room. \nThe **scale** shows how far things are in real life compared with the drawing, so if the desks are `5 cm` apart on the map and the scale is `1 cm = 0.5 m`, they are `2.5 m` apart in the room.",
  "graphic_description": "Create an SVG of a simple classroom map. Draw a large horizontal rectangle (600x400 units) for the room outline with a 10-unit stroke for walls. Place a 100-unit wide door opening centered on the bottom (south) wall, shown by a gap with an inward door arc. Add three window rectangles (60x10 units) along the right (east) wall near the top half. Inside the room, place six student desks as small light-brown rectangles (50x35 units) arranged in two rows of three, evenly spaced; place a larger teacher desk (90x50 units) near the front (north) wall with a small gold star icon on it. Add a labeled sink rectangle on the west wall. Include a compass rose in the top-right corner: a black circle, a four-pointed star, and text labels ‘N’, ‘E’, ‘S’, ‘W’ with ‘N’ at the top. Add a scale bar at the bottom-left: three alternating black/white segments totaling 100 units, labeled ‘Scale: 1 cm = 1 m’. Include a legend box in the top-left with small symbol samples: a tiny square labeled ‘Desk’, a thick line labeled ‘Wall’, a star labeled ‘Teacher’, a blue thin rectangle labeled ‘Window’, and a door-arc labeled ‘Door’. Add clear text labels inside the room (‘Door’, ‘Windows’, ‘Desks’, ‘Teacher Desk’, ‘Sink’) and a title at the top center: ‘Our Classroom Map’ with a small date ‘2025’ beneath it.",
  "examples": [
    {
      "question": "Worked Example 1: Make a classroom map (room 6 m by 4 m) with scale `1 cm = 1 m`, a door centered on the south wall, and three desks along the north wall.",
      "solution": "- Step 1: Measure and plan. Write the size: length = `6 m` (east–west), width = `4 m` (north–south).\n- Step 2: Choose the scale `1 cm = 1 m`; this means the map will be `6 cm` by `4 cm`.\n- Step 3: Use a ruler to draw a rectangle `6 cm` wide and `4 cm` tall; add the **title** at the top.\n- Step 4: Draw a gap for the **door** at the middle of the bottom side (south wall) and label it “Door.”\n- Step 5: Place three small squares along the top (north wall) for **desks**, spaced evenly; label them “Desk 1,” “Desk 2,” “Desk 3.”\n- Step 6: Add a **compass rose** with `N` pointing up and `E` to the right. 🧭\n- Step 7: Create a **legend**: small square = desk; thick line = wall; arc = door.\n- Step 8: Add the **scale** text `1 cm = 1 m` and the date; check that labels are neat and readable.",
      "type": "static"
    },
    {
      "question": "Worked Example 2: Using directions. Starting at the door on the south wall (center), how do you reach a window on the east wall near the middle?",
      "solution": "- Step 1: Orient the map so the top is **North** and the right side is **East**.\n- Step 2: From the door (south-center), move **North** to the middle of the room.\n- Step 3: Turn **East** (right) and move to the **east wall** where the window is.\n- Step 4: Describe the path with words: “Go North, then go East to the window.”\n- Step 5: Check with the compass rose to be sure the directions match `N` and `E`.",
      "type": "static"
    },
    {
      "question": "Worked Example 3: Reading the scale. On your map the distance between two bookshelves is `3 cm`, and the scale is `1 cm = 0.5 m`. How far apart are the shelves in real life?",
      "solution": "- Step 1: Read the scale: each `1 cm` on the map equals `0.5 m` in the room.\n- Step 2: Multiply: `3 cm × 0.5 m/cm = 1.5 m`.\n- Step 3: Write the answer clearly with units: The bookshelves are `1.5 m` apart.\n- Step 4: Sense-check: 3 small centimeters on paper should be a few steps in real life—1.5 meters makes sense. 👍",
      "type": "static"
    },
    {
      "question": "Which part of a map explains what the symbols and colors mean?",
      "solution": "Correct answer: A) Legend.\n- Why A is correct: The **legend** (also called a key) tells what each symbol and color stands for, so you can read the map.\n- Why not B: The **scale** tells how map distances match real distances, not what symbols mean.\n- Why not C: The **compass rose** shows directions (`N`, `S`, `E`, `W`).\n- Why not D: The **title** tells what the map is about but does not explain symbols.",
      "type": "interactive",
      "choices": [
        "A) Legend",
        "B) Scale",
        "C) Compass rose",
        "D) Title"
      ],
      "correct_answer": "A"
    },
    {
      "question": "What does a compass rose show on a map?",
      "solution": "Correct answer: B) The directions North, South, East, and West.\n- Why B is correct: The **compass rose** orients the map with the cardinal directions so you know which way to go. 🧭\n- Why not A: It does not show building heights.\n- Why not C: That is the **legend’s** job.\n- Why not D: That is the **scale’s** job.",
      "type": "interactive",
      "choices": [
        "A) Where the tallest building is",
        "B) The directions North, South, East, West",
        "C) The symbols used on the map",
        "D) How far places are in real life"
      ],
      "correct_answer": "B"
    }
  ],
  "saved_at": "2025-09-28T23:46:58.573Z"
}