{
  "id": "02",
  "content": [
    {
      "type": "heading",
      "text": "Why MFA Matters"
    },
    {
      "type": "text",
      "html": "MFA stops most automated account takeovers. It\u2019s one of the most effective security measures available."
    },
    {
      "type": "text",
      "html": "Even if a password leaks in a data breach, MFA adds a strong barrier that attackers rarely bypass."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Why is MFA considered so effective?",
        "options": [
          {
            "id": "a",
            "text": "It adds another required step attackers usually can\u2019t complete"
          },
          {
            "id": "b",
            "text": "It replaces passwords completely"
          },
          {
            "id": "c",
            "text": "It encrypts hard drives"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "If an attacker knows your password, MFA can still:",
        "options": [
          {
            "id": "a",
            "text": "Block access by requiring the second factor"
          },
          {
            "id": "b",
            "text": "Allow automatic login"
          },
          {
            "id": "c",
            "text": "Send your password to others"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}