{
  "id": "01",
  "content": [
    {
      "type": "heading",
      "text": "What Launch Operations Means"
    },
    {
      "type": "text",
      "html": "Launch operations is the discipline of making a site go live without guesswork. It connects strategy, content, DNS, hosting, redirects, analytics, security, and support into one controlled process."
    },
    {
      "type": "text",
      "html": "A launch is not one click. It is a sequence of decisions before, during, and after release. The better the sequence, the calmer the launch."
    },
    {
      "type": "text",
      "html": "This course turns the earlier technical and strategy courses into a practical launch workflow."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Write the launch goal, launch date, owner, backup owner, and definition of done before changing any production setting."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What does launch operations reduce?",
        "options": [
          {
            "id": "a",
            "text": "Guesswork during a site launch"
          },
          {
            "id": "b",
            "text": "The need for planning"
          },
          {
            "id": "c",
            "text": "The need for backups"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should exist before production changes?",
        "options": [
          {
            "id": "a",
            "text": "Goal, owner, timing and definition of done"
          },
          {
            "id": "b",
            "text": "Only a vague idea"
          },
          {
            "id": "c",
            "text": "Only a new logo"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
