第 {{ currentQuestionIndex + 1 }} 题 / 共 {{ question_Info.question_total }} 题
{{ question_map.question_title }}
请从以下选项中选出正确答案
{{ option.value.substring(0, 1) }}
{{ option.value.substring(2) }}
{{
question_map.answer_id == question_map.checkAnswer ? "恭喜您,答对啦!" : "很遗憾,答错了"
}}
本题的正确选项为:{{ answer_number[question_map.answer_index] }}
提交
上一题
{{ currentQuestionIndex !== question_Info.question_list.length - 1 ? "下一题" : "查看报告" }}
{{ "<" }} {{ ">" }}
左右滑动切换题目