{
  "id": "09",
  "content": [
    {
      "type": "heading",
      "text": "Enabling MFA on Popular Platforms"
    },
    {
      "type": "text",
      "html": "<ul><li><strong>Google:</strong> Account \u2192 Security \u2192 2\u2011Step Verification</li><li><strong>Microsoft:</strong> My Account \u2192 Security Info \u2192 Add method</li><li><strong>Facebook:</strong> Settings \u2192 Security and Login \u2192 Two\u2011Factor Authentication</li><li><strong>Apple:</strong> Settings \u2192 Apple ID \u2192 Password & Security \u2192 Two\u2011Factor Authentication</li></ul>"
    },
    {
      "type": "text",
      "html": "Each platform may use different terminology, but the principle is the same: confirm your identity twice."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Where can you enable 2\u2011Step Verification on Google?",
        "options": [
          {
            "id": "a",
            "text": "Account \u2192 Security \u2192 2\u2011Step Verification"
          },
          {
            "id": "b",
            "text": "Gmail Compose window"
          },
          {
            "id": "c",
            "text": "Google Maps"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What\u2019s the common goal of MFA across all platforms?",
        "options": [
          {
            "id": "a",
            "text": "Require two verifications to log in"
          },
          {
            "id": "b",
            "text": "Change your password automatically"
          },
          {
            "id": "c",
            "text": "Share your credentials"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}