{
  "id": "01",
  "content": [
    {
      "type": "heading",
      "text": "What is Multi\u2011Factor Authentication (MFA)?"
    },
    {
      "type": "text",
      "html": "MFA requires two or more forms of verification before granting access. It combines something you know (a password) with something you have (a phone, key, or token) or something you are (biometric)."
    },
    {
      "type": "text",
      "html": "Even if your password is stolen, attackers still need the second factor, drastically reducing risk."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Which of the following best defines MFA?",
        "options": [
          {
            "id": "a",
            "text": "Using multiple steps of verification, such as password plus code or fingerprint"
          },
          {
            "id": "b",
            "text": "Changing your password monthly"
          },
          {
            "id": "c",
            "text": "Using a long password"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What are the three common categories of authentication factors?",
        "options": [
          {
            "id": "a",
            "text": "Know, Have, Are"
          },
          {
            "id": "b",
            "text": "Hot, Cold, Warm"
          },
          {
            "id": "c",
            "text": "Fast, Slow, Offline"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}