上一题
{{ currentIdx + 1 }} / {{ questions.length }}
{{ currentIdx === questions.length - 1 ? '回到首题' : '下一题' }}
{{ currentQuestion.questionTitle }}
满分:{{ currentQuestion.maxScore }}
当前评分标准
{{ currentQuestion.rubric }}
参考答案
{{ currentQuestion.referenceAnswer }}
{{ gradingStore.currentResult.score }}
建议分数
可信度:{{ Math.round(gradingStore.currentResult.confidence * 100) }}%
扣分项
{{ idx + 1 }}. {{ item }}