【新增】题型判分规则

This commit is contained in:
YOHO\20373
2025-05-18 00:01:29 +08:00
committed by 陆光LG
parent ad22af796d
commit 7c353b4e08
12 changed files with 106 additions and 10 deletions

View File

@@ -54,7 +54,7 @@
</div>
<!-- 📝 普通题目的选项显示 -->
<div v-else-if="item.answerList && item.answerList.length">
<div v-else-if="item.subjectName === '选择题'">
<div
v-for="(answer, aIndex) in item.answerList.slice().sort((a, b) => a.sort - b.sort)"
:key="answer.answerId"