{
  "id": "password-security-101",
  "title": "Password Security 101",
  "description": "Learn how to create and keep your passwords secure. Covers password strength, passphrases, password managers, phishing awareness, recovery, and an introduction to MFA.",
  "passingScore": 0.7,
  "modules": [
    {
      "id": "m1",
      "title": "Basics",
      "lessons": [
        "01",
        "02"
      ]
    },
    {
      "id": "m2",
      "title": "Creating Strong Passwords",
      "lessons": [
        "03",
        "04"
      ]
    },
    {
      "id": "m3",
      "title": "Managing Passwords",
      "lessons": [
        "05",
        "06"
      ]
    },
    {
      "id": "m4",
      "title": "Threat Awareness",
      "lessons": [
        "07",
        "08"
      ]
    },
    {
      "id": "m5",
      "title": "Beyond Passwords",
      "lessons": [
        "09",
        "10"
      ]
    }
  ]
}