|
@@ -253,6 +253,8 @@ public class ExamService {
|
|
|
if(PaperType.Practice.getVal().equals(exitExaminee.getPaperType())) {
|
|
if(PaperType.Practice.getVal().equals(exitExaminee.getPaperType())) {
|
|
|
learnPlanService.updateLearnPlan(exitExaminee.getStudentId());
|
|
learnPlanService.updateLearnPlan(exitExaminee.getStudentId());
|
|
|
calculateWrongAnswers(exitExaminee, questionMap, answersList, PaperType.Practice.name());
|
|
calculateWrongAnswers(exitExaminee, questionMap, answersList, PaperType.Practice.name());
|
|
|
|
|
+ } else if(PaperType.Simulated.getVal().equals(exitExaminee.getPaperType())) {
|
|
|
|
|
+ calculateWrongAnswers(exitExaminee, questionMap, answersList, PaperType.Simulated.name());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|