{
  "id": "08",
  "content": [
    {
      "type": "heading",
      "text": "Monitoring and First 24 Hours"
    },
    {
      "type": "text",
      "html": "The first 24 hours after launch are when hidden issues usually appear. Monitor uptime, error logs, analytics, forms, search console signals, speed, redirects, and support messages."
    },
    {
      "type": "text",
      "html": "Do not disappear after launch. A site needs observation while real visitors, crawlers, and integrations interact with it."
    },
    {
      "type": "text",
      "html": "Post-launch monitoring should distinguish urgent fixes from normal noise. Not every small visual issue is a rollback reason, but broken checkout might be."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Create a first-day monitoring checklist with owner, check frequency, escalation path, and severity levels."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Why monitor the first 24 hours?",
        "options": [
          {
            "id": "a",
            "text": "Real visitors and systems reveal hidden issues"
          },
          {
            "id": "b",
            "text": "Monitoring is only useful before launch"
          },
          {
            "id": "c",
            "text": "It replaces testing"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should severity levels help decide?",
        "options": [
          {
            "id": "a",
            "text": "What needs urgent action or rollback"
          },
          {
            "id": "b",
            "text": "What color to use"
          },
          {
            "id": "c",
            "text": "Which domain to buy"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
