题号:
{{ question.unionOrder }}
题干:
{{ indexToABCD(option.number) }}.
考生答案:{{ renderObjective(question.studentAnswer) }}
考生答案:(字数统计:{{
getDomByRichTextJSON(question.studentAnswer)?.innerText
.length ?? 0
}})
标准答案:{{ renderObjective(question.standardAnswer) }}
标准答案:
得分 / 总分 :{{
(question.score ?? "-") + " / " + question.totalScore
}}