|
@@ -73,7 +73,7 @@ public class SubjectQuestionDTO {
|
|
groups.put(question.getGroupNumber(), group);
|
|
groups.put(question.getGroupNumber(), group);
|
|
}
|
|
}
|
|
group.getImportQuestionList().add(question);
|
|
group.getImportQuestionList().add(question);
|
|
- this.trialCount = question.getTrialCount();
|
|
|
|
|
|
+ this.trialCount = question.getTrialCount() == null ? 0 : question.getTrialCount();
|
|
// group.setTotalScore(group.getTotalScore() +
|
|
// group.setTotalScore(group.getTotalScore() +
|
|
// question.getTotalScore());
|
|
// question.getTotalScore());
|
|
// totalScore += question.getTotalScore();
|
|
// totalScore += question.getTotalScore();
|