{{ scope.row.questionType == "5" ? "" : scope.row["option" + index] ? `${scope.row["option" + index]}(${scope.row["persent" + index] })` : "" }}
题号 | 题型 | 满分值 | 班最高分 | 班最低分 | 班平均分 | 班级得分率 | 答案 | 选项1 | 选项2 | 选项3 | 选项4 | 未答 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ index + 1 }} | {{ setSubPro(tr.questionType) }} | {{ tr.sortable }} | {{ tr.highestScore }} | {{ tr.lowestScore }} | {{ tr.avgScore }} | {{ tr.classScoringRate }}% | {{ tr.correctAnswer == 1 ? "✓" : tr.correctAnswer == 2 ? "✗" : tr.correctAnswer }} |
{{ tr.questionType == "5" ? "" : tr["option" + index] ? `${tr["option" + index]}(${tr["persent" + index]})` : "" }} |
- 主观题 {{ examReport.subjectiveScore }} {{ examReport.subjectiveHighestScore }} {{ examReport.subjectiveLowestScore }} {{ examReport.subjectiveAvgScore }} {{ examReport.subjectiveClassScoringRate }}%
- 客观题 {{ examReport.objectiveScore }} {{ examReport.objectiveHighestScore }} {{ examReport.objectiveLowestScore }} {{ examReport.objectiveAvgScore }} {{ examReport.objectiveClassScoringRate }}%
- 整卷 {{ examReport.examPaperScore }} {{ examReport.highestScore }} {{ examReport.lowestScore }} {{ examReport.avgScore }} {{ examReport.classScoringRate }}%