Skip to content
Snippets Groups Projects
Commit 9219e290 authored by uhensler's avatar uhensler
Browse files

OO-4582: Passed of a conventional course was not calculated any more

parent 99c58227
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ public class AssessmentAccounting implements ScoreAccounting { ...@@ -228,7 +228,7 @@ public class AssessmentAccounting implements ScoreAccounting {
if (courseNode.getParent() == null) { if (courseNode.getParent() == null) {
RootPassedEvaluator rootPassedEvaluator = evaluators.getRootPassedEvaluator(); RootPassedEvaluator rootPassedEvaluator = evaluators.getRootPassedEvaluator();
Boolean rootPassed = rootPassedEvaluator.getPassed(currentEvaluation, courseNode, this, Boolean rootPassed = rootPassedEvaluator.getPassed(result, courseNode, this,
userCourseEnvironment.getCourseEnvironment().getCourseGroupManager().getCourseEntry()); userCourseEnvironment.getCourseEnvironment().getCourseGroupManager().getCourseEntry());
result.setPassed(rootPassed); result.setPassed(rootPassed);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment