{
  "id": "07",
  "content": [
    {
      "type": "heading",
      "text": "Launch Day Runbook"
    },
    {
      "type": "text",
      "html": "A runbook is the step-by-step script for launch day. It lists actions, order, owners, validation checks, communication notes, and rollback triggers."
    },
    {
      "type": "text",
      "html": "Runbooks reduce stress because decisions are made before the pressure hits. They also make it easier for someone else to help if the primary owner is unavailable."
    },
    {
      "type": "text",
      "html": "Good runbooks include timestamps and evidence: screenshots, command outputs, test URLs, or notes showing what was checked."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Write a launch runbook with pre-launch, cutover, validation, communication, monitor, and rollback sections."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What is a launch runbook?",
        "options": [
          {
            "id": "a",
            "text": "A step-by-step launch script with owners and checks"
          },
          {
            "id": "b",
            "text": "A design mood board only"
          },
          {
            "id": "c",
            "text": "A DNS record type"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Why include rollback triggers?",
        "options": [
          {
            "id": "a",
            "text": "So the team knows when to revert or pause"
          },
          {
            "id": "b",
            "text": "So nobody can make decisions"
          },
          {
            "id": "c",
            "text": "So tests are skipped"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
