{
  "id": "05",
  "content": [
    {
      "type": "heading",
      "text": "Using a Password Manager"
    },
    {
      "type": "text",
      "html": "A password manager securely stores and fills passwords. You only remember one master password."
    },
    {
      "type": "text",
      "html": "It can generate unique passwords for every site and sync them across devices."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What is the main advantage of a password manager?",
        "options": [
          {
            "id": "a",
            "text": "It stores and encrypts many unique passwords securely"
          },
          {
            "id": "b",
            "text": "It makes passwords public"
          },
          {
            "id": "c",
            "text": "It removes passwords entirely"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should be strongest in your password manager setup?",
        "options": [
          {
            "id": "a",
            "text": "The master password"
          },
          {
            "id": "b",
            "text": "Passwords for minor accounts"
          },
          {
            "id": "c",
            "text": "The browser theme"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}