{
  "id": "08",
  "content": [
    {
      "type": "heading",
      "text": "Secure Password Recovery"
    },
    {
      "type": "text",
      "html": "Use secure recovery options: secondary email, phone verification, or app\u2011based recovery."
    },
    {
      "type": "text",
      "html": "Avoid weak security questions \u2014 attackers may guess them from social media."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Which is a safe recovery option?",
        "options": [
          {
            "id": "a",
            "text": "Using a verified backup email or phone number"
          },
          {
            "id": "b",
            "text": "Posting on social media"
          },
          {
            "id": "c",
            "text": "Asking in public forums"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Why avoid simple security questions?",
        "options": [
          {
            "id": "a",
            "text": "Answers may be public or easy to guess"
          },
          {
            "id": "b",
            "text": "They make login faster"
          },
          {
            "id": "c",
            "text": "They\u2019re encrypted"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}