【修改】 修改默认选择题分数

This commit is contained in:
RENWEIBING\letre
2025-05-07 16:24:55 +08:00
parent 6c5197fab7
commit b04ad2858c

View File

@@ -183,7 +183,7 @@ public class AutoToolsServiceImpl implements AutoToolsService{
// 1-1-3、进行选择题判分 // 1-1-3、进行选择题判分
for (String key : stu.getQuestionResultMap().keySet()) { for (String key : stu.getQuestionResultMap().keySet()) {
String value = stu.getQuestionResultMap().get(key); String value = stu.getQuestionResultMap().get(key);
double select_score = judgementChoiceService.ProgrammingChoice(1.0, key, value); double select_score = judgementChoiceService.ProgrammingChoice(2.0, key, value);
score += select_score; score += select_score;
} }
// 1-1-4、删除文件 // 1-1-4、删除文件