【修改】 修改默认选择题分数
This commit is contained in:
@@ -183,7 +183,7 @@ public class AutoToolsServiceImpl implements AutoToolsService{
|
||||
// 1-1-3、进行选择题判分
|
||||
for (String key : stu.getQuestionResultMap().keySet()) {
|
||||
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;
|
||||
}
|
||||
// 1-1-4、删除文件
|
||||
|
Reference in New Issue
Block a user