{
  "id": "06",
  "content": [
    {
      "type": "heading",
      "text": "Avoiding Password Reuse"
    },
    {
      "type": "text",
      "html": "Never reuse passwords. If one site is breached, attackers can access others."
    },
    {
      "type": "text",
      "html": "A password manager helps generate and store unique passwords easily."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What\u2019s the risk of password reuse?",
        "options": [
          {
            "id": "a",
            "text": "One breach can compromise all your accounts"
          },
          {
            "id": "b",
            "text": "Sites won\u2019t load properly"
          },
          {
            "id": "c",
            "text": "You\u2019ll forget them all"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What helps you avoid password reuse?",
        "options": [
          {
            "id": "a",
            "text": "Password manager"
          },
          {
            "id": "b",
            "text": "Writing on sticky notes"
          },
          {
            "id": "c",
            "text": "Using same password everywhere"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}