{
  "id": "03",
  "content": [
    {
      "type": "heading",
      "text": "Building a Strong Password"
    },
    {
      "type": "text",
      "html": "Strong passwords are long, random, and unique. Combine uppercase, lowercase, numbers, and symbols. Example: <code>X7!f2#vM93@a</code>."
    },
    {
      "type": "text",
      "html": "Avoid names, birthdays, or dictionary words. Longer is better \u2014 aim for at least 12 characters."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What\u2019s the most important factor in password strength?",
        "options": [
          {
            "id": "a",
            "text": "Length"
          },
          {
            "id": "b",
            "text": "Colors"
          },
          {
            "id": "c",
            "text": "Using your name"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Which is the strongest password below?",
        "options": [
          {
            "id": "a",
            "text": "P@ssw0rd!"
          },
          {
            "id": "b",
            "text": "X7!f2#vM93@a"
          },
          {
            "id": "c",
            "text": "Summer2025"
          }
        ],
        "correct": [
          "b"
        ]
      }
    ]
  }
}