{
  "id": "10",
  "content": [
    {
      "type": "heading",
      "text": "Best Practices & Summary"
    },
    {
      "type": "text",
      "html": "<ul><li>Use long, unique passwords or passphrases</li><li>Store them in a password manager</li><li>Never reuse passwords</li><li>Beware of phishing</li><li>Enable MFA whenever possible</li></ul>"
    },
    {
      "type": "text",
      "html": "Strong password habits protect your identity and reduce breach risk. Security is not a one\u2011time act \u2014 it\u2019s an ongoing practice."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What\u2019s the best way to manage multiple unique passwords?",
        "options": [
          {
            "id": "a",
            "text": "Password manager"
          },
          {
            "id": "b",
            "text": "Sticky notes"
          },
          {
            "id": "c",
            "text": "Reusing one password"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Which habit improves password security?",
        "options": [
          {
            "id": "a",
            "text": "Using MFA"
          },
          {
            "id": "b",
            "text": "Sharing passwords"
          },
          {
            "id": "c",
            "text": "Using short words"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}