单选题格式:
{ "id": 1, "type": "single", "question": "题目内容", "options": ["A、选项A", "B、选项B", "C、选项C", "D、选项D"], "answer": "A", "explanation": "解析内容" }
多选题格式:
{ "id": 2, "type": "multiple", "question": "题目内容", "options": ["A、选项A", "B、选项B", "C、选项C", "D、选项D"], "answer": "AB", "explanation": "解析内容" }
判断题格式:
{ "id": 3, "type": "judge", "question": "题目内容", "options": ["A、正确", "B、错误"], "answer": "A", "explanation": "解析内容" }