{
  "id": "04",
  "content": [
    {
      "type": "heading",
      "text": "Headings, Sections and Scannability"
    },
    {
      "type": "text",
      "html": "Most visitors scan before they read. Headings, short sections, lists, and clear visual grouping help people find the part of the page that matters to them."
    },
    {
      "type": "text",
      "html": "A good section heading should make sense out of context. If someone reads only the headings, they should still understand the story of the page."
    },
    {
      "type": "text",
      "html": "Scannability is not about making content shallow. It is about respecting attention and giving deeper readers clear entry points."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Copy only the headings from a page into a list. If the list does not tell a coherent story, improve the structure before polishing sentences."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Why are headings important?",
        "options": [
          {
            "id": "a",
            "text": "They help visitors scan and understand the page structure"
          },
          {
            "id": "b",
            "text": "They replace all body text"
          },
          {
            "id": "c",
            "text": "They configure HTTPS"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should a heading do?",
        "options": [
          {
            "id": "a",
            "text": "Make the section understandable"
          },
          {
            "id": "b",
            "text": "Hide the page purpose"
          },
          {
            "id": "c",
            "text": "Force visitors to guess"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
