{{ currentPage.sectionTitle }}
{{ currentPage.questionIndex + 1 }} / {{ currentPage.totalQuestions }} 题
{{ String.fromCharCode(65 + oIndex) }}
{{ isCurrentQuestionCorrect() ? '回答正确,太棒了!' : '回答错误,请再接再厉!' }}
正确答案是:{{ String.fromCharCode(65 + currentPage.question.answerIndex) }}
题目解析
恭喜,已完成全部内容!