|
@@ -104,7 +104,7 @@ public class SubjectClassQuestionLevelModule extends SubjectQuestionLevelModule
|
|
|
if (question.getTotalScore() == null || question.getTotalScore() == 0) {
|
|
|
continue;
|
|
|
}
|
|
|
- BaseCalculatorUnit calculator = provider.getCalculator(question);
|
|
|
+ BaseCalculatorUnit calculator = provider.getCalculator(question, className);
|
|
|
if (calculator == null) {
|
|
|
continue;
|
|
|
}
|