{{questionIndex + 1}}. {{question.type === 'single_choice' || question.type === 1 || question.type === 2 ? '单选题' : '多选题'}} {{optionMarkers && optionMarkers[optIndex] ? optionMarkers[optIndex] : String.fromCharCode(65 + optIndex)}} | ⚠️ 题目没有选项数据 question: {{question ? '存在' : '不存在'}} options: {{question && question.options ? question.options.length : '无'}} 你的答案 {{question.user_answer}} 答案解析 正确答案:{{question.correct_answer}} 暂无解析