这里空空如也
当前没有找到对应的题目哦,去试试其他模式吧!
{{ currentQuestion.type === 'multiple' ? '多选题' : '单选题' }}
编号: {{ currentQuestion.id }}
{{ currentIndex + 1 }} / {{ currentQuestions.length }}
{{ currentQuestion.question }}
{{ isCorrect ? '回答正确!' : '回答错误' }}
正确答案: {{ currentQuestion.answer.join(', ') }} 大纲章节:{{currentQuestion.category || '通用'}}
解析:{{ currentQuestion.analysis }}