[
  {
    "type": "single",
    "question": "以下哪个是中国的首都？",
    "options": ["上海", "北京", "广州", "深圳"],
    "correct": [1],
    "points": 5
  },
  {
    "type": "truefalse",
    "question": "Python 是一种编译型语言",
    "options": ["正确", "错误"],
    "correct": [1],
    "points": 5
  },
  {
    "type": "multiple",
    "question": "以下属于关系型数据库的是？（多选）",
    "options": ["MySQL", "MongoDB", "PostgreSQL", "Redis"],
    "correct": [0, 2],
    "points": 10
  },
  {
    "type": "single",
    "question": "HTTP 状态码 404 表示什么？",
    "options": ["服务器错误", "未找到", "重定向", "成功"],
    "correct": [1],
    "points": 5
  },
  {
    "type": "truefalse",
    "question": "HTTPS 比 HTTP 更安全",
    "options": ["正确", "错误"],
    "correct": [0],
    "points": 5
  }
]
