|
|
@ -566,7 +566,7 @@ public class GeneralQuestionLogService extends CoreBaseService<GeneralQuestionLo
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Assert.isTrue(null == questionLog.getQuestionLogAddType()
|
|
|
|
Assert.isTrue(null == questionLog.getQuestionLogAddType()
|
|
|
|
|| addType.equals(PRE_SUBMIT), "无法再次提交答案,题目已完成!");
|
|
|
|
|| questionLog.getQuestionLogAddType().equals(PRE_SUBMIT), "无法再次提交答案,题目已完成!");
|
|
|
|
// 学生提交的答案
|
|
|
|
// 学生提交的答案
|
|
|
|
String answersText = join(questionLogMap.get(questionLog.getGeneralResourcesQuestionSnapshotId().toString()).split(","), ",");
|
|
|
|
String answersText = join(questionLogMap.get(questionLog.getGeneralResourcesQuestionSnapshotId().toString()).split(","), ",");
|
|
|
|
// 是否是正确答案
|
|
|
|
// 是否是正确答案
|
|
|
|