{
  "id": "04",
  "content": [
    {
      "type": "heading",
      "text": "Authenticator Apps"
    },
    {
      "type": "text",
      "html": "Authenticator apps (Google Authenticator, Microsoft Authenticator, Authy, 1Password) generate time-based one-time codes (TOTP)."
    },
    {
      "type": "text",
      "html": "They don\u2019t need an internet connection and are safer than SMS codes."
    },
    {
      "type": "text",
      "html": "Setup involves scanning a QR code when enabling MFA on your account."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What does an authenticator app generate?",
        "options": [
          {
            "id": "a",
            "text": "Short\u2011lived verification codes"
          },
          {
            "id": "b",
            "text": "Permanent passwords"
          },
          {
            "id": "c",
            "text": "Text messages"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Why are authenticator apps safer than SMS?",
        "options": [
          {
            "id": "a",
            "text": "They work offline and can\u2019t be intercepted by SIM swapping"
          },
          {
            "id": "b",
            "text": "They require Wi\u2011Fi"
          },
          {
            "id": "c",
            "text": "They use email"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}