{
  "id": "10",
  "content": [
    {
      "type": "heading",
      "text": "Best Practices & Summary"
    },
    {
      "type": "text",
      "html": "<ul><li>Enable MFA everywhere possible</li><li>Use authenticator apps or hardware keys over SMS</li><li>Keep backup codes secure</li><li>Stay alert for phishing</li></ul>"
    },
    {
      "type": "text",
      "html": "MFA turns your password into one layer of a stronger defense. Combine it with unique passwords and safe browsing habits."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Which MFA method offers the strongest protection?",
        "options": [
          {
            "id": "a",
            "text": "Hardware security keys"
          },
          {
            "id": "b",
            "text": "SMS codes"
          },
          {
            "id": "c",
            "text": "Email links"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What\u2019s the best overall security strategy?",
        "options": [
          {
            "id": "a",
            "text": "Unique passwords + MFA + phishing awareness"
          },
          {
            "id": "b",
            "text": "One password everywhere"
          },
          {
            "id": "c",
            "text": "Disable MFA for convenience"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}