调整模拟考试题型分值

- 简答题: 10分 → 8分
- 论述题(普通/管理): 4.5分 → 9分

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
燕陇琪 2025-11-18 22:44:32 +08:00
parent 4ac3243f6e
commit c520e5b6a7

View File

@ -72,9 +72,9 @@ func gradeExam(recordID uint, examID uint, userID uint) {
"true-false": 2.0, "true-false": 2.0,
"multiple-choice": 1.0, "multiple-choice": 1.0,
"multiple-selection": 2.5, "multiple-selection": 2.5,
"short-answer": 10.0, "short-answer": 8.0, // 简答题 8 分
"ordinary-essay": 4.5, "ordinary-essay": 9.0, // 论述题 9 分
"management-essay": 4.5, "management-essay": 9.0, // 论述题 9 分
} }
// 评分 // 评分