{
  "id": "01",
  "content": [
    {
      "type": "heading",
      "text": "Why Passwords Matter"
    },
    {
      "type": "text",
      "html": "Passwords are the keys to your digital life. They protect your accounts, money, and data from unauthorized access."
    },
    {
      "type": "text",
      "html": "Weak or reused passwords are one of the most common causes of breaches."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Why are strong passwords important?",
        "options": [
          {
            "id": "a",
            "text": "They make it harder for attackers to guess or crack your accounts"
          },
          {
            "id": "b",
            "text": "They make websites run faster"
          },
          {
            "id": "c",
            "text": "They improve Wi\u2011Fi signal strength"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What happens if you reuse passwords across sites?",
        "options": [
          {
            "id": "a",
            "text": "A breach on one site can compromise all others"
          },
          {
            "id": "b",
            "text": "Nothing serious"
          },
          {
            "id": "c",
            "text": "It speeds up logins"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}