diff --git a/internal/handlers/exam_grading.go b/internal/handlers/exam_grading.go index 87c423f..900d64e 100644 --- a/internal/handlers/exam_grading.go +++ b/internal/handlers/exam_grading.go @@ -72,9 +72,9 @@ func gradeExam(recordID uint, examID uint, userID uint) { "true-false": 2.0, "multiple-choice": 1.0, "multiple-selection": 2.5, - "short-answer": 10.0, - "ordinary-essay": 4.5, - "management-essay": 4.5, + "short-answer": 8.0, // 简答题 8 分 + "ordinary-essay": 9.0, // 论述题 9 分 + "management-essay": 9.0, // 论述题 9 分 } // 评分