{
  "id": "02",
  "content": [
    {
      "type": "heading",
      "text": "Inventory and Ownership"
    },
    {
      "type": "text",
      "html": "Before launch, list the assets involved: domain, DNS provider, registrar, hosting, CMS, repository, analytics, forms, email service, payment tools, images, scripts, and third-party embeds."
    },
    {
      "type": "text",
      "html": "Ownership matters because launch problems need fast decisions. If nobody owns DNS, email, or analytics, small issues become slow meetings."
    },
    {
      "type": "text",
      "html": "A launch inventory also helps future maintenance. The same list becomes a map for renewals, access reviews, migrations, and incident response."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Build an inventory table with system, URL, owner, login location, backup contact, and launch risk."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Why does ownership matter during launch?",
        "options": [
          {
            "id": "a",
            "text": "Problems need fast decisions"
          },
          {
            "id": "b",
            "text": "It makes DNS unnecessary"
          },
          {
            "id": "c",
            "text": "It removes all testing"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What belongs in a launch inventory?",
        "options": [
          {
            "id": "a",
            "text": "Domains, hosting, analytics, forms and owners"
          },
          {
            "id": "b",
            "text": "Only page colors"
          },
          {
            "id": "c",
            "text": "Only social posts"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
