{
  "id": "07",
  "content": [
    {
      "type": "heading",
      "text": "Recognizing Phishing Attempts"
    },
    {
      "type": "text",
      "html": "Phishing tricks you into revealing your password. Always check URLs carefully and don\u2019t click suspicious links."
    },
    {
      "type": "text",
      "html": "Legitimate sites never ask for your password via email."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Phishing aims to:",
        "options": [
          {
            "id": "a",
            "text": "Steal your password by pretending to be a trusted source"
          },
          {
            "id": "b",
            "text": "Fix your computer"
          },
          {
            "id": "c",
            "text": "Speed up your browser"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should you check before entering your password?",
        "options": [
          {
            "id": "a",
            "text": "The website\u2019s URL and security (HTTPS)"
          },
          {
            "id": "b",
            "text": "The site\u2019s background color"
          },
          {
            "id": "c",
            "text": "Number of ads"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}