剩余时间:{{ formatTime(remainingTime) }}
{{ currentQuestionIndex + 1 }}/{{ questions.length }}
{{ currentQuestion.questionContent }}
{{ option.key }}
{{ option.value }}
答题卡
{{ index + 1 }}
{{ examResult.isPassed ? '🎉' : '😢' }}
{{ examResult.isPassed ? '恭喜通过考试!' : '很遗憾,未通过考试' }}
{{ examResult.totalScore }}
分
{{ examResult.correctCount }}
答对
{{ examResult.totalCount - examResult.correctCount }}
答错
{{ examResult.passScore }}
及格分
答题详情
你的答案:
{{ result.userAnswer || '未作答' }}
正确答案:
{{ result.correctAnswer }}
解析:
{{ result.explanation }}