计时器:
{{ currentIndex + 1 }}/{{ questionList.length }}
题
{{ index + 1 }}
{{ this.isRotating ? '收起' : '展开' }}
单选题({{ opt.singleScore || 0 }}分)
多选题({{ opt.multipleScore || 0 }}分)
判断题({{ opt.judgeScore || 0 }}分)
{{ index + 1 }}. {{ item.content }}
{{ question.options + '. ' + question.answerOptions }}