{
  "id": "09",
  "content": [
    {
      "type": "heading",
      "text": "Introduction to Multi\u2011Factor Authentication (MFA)"
    },
    {
      "type": "text",
      "html": "MFA adds another layer of protection beyond passwords \u2014 for example, a code sent to your phone or generated by an app."
    },
    {
      "type": "text",
      "html": "Even if your password is stolen, MFA helps block unauthorized access."
    },
    {
      "type": "text",
      "html": "We\u2019ll cover setup details in the next course: <em>Password Security 201: Multi\u2011Factor Authentication</em>."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What does MFA require?",
        "options": [
          {
            "id": "a",
            "text": "At least two forms of verification"
          },
          {
            "id": "b",
            "text": "A single password"
          },
          {
            "id": "c",
            "text": "Fingerprint only"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What\u2019s an example of a second factor?",
        "options": [
          {
            "id": "a",
            "text": "A one\u2011time code on your phone"
          },
          {
            "id": "b",
            "text": "Your email address"
          },
          {
            "id": "c",
            "text": "Your password again"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}