Skip to content
Snippets Groups Projects
Commit 86013cb2 authored by srosse's avatar srosse
Browse files

Merge remote-tracking branch 'origin/OpenOLAT_15.1' into OpenOLAT_15.2

parents cec25e1b 65fdd704
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ public class LTIAssessmentConfig implements AssessmentConfig {
@Override
public Float getCutValue() {
if (Mode.none != getPassedMode()) {
if (Mode.none == getPassedMode()) {
throw new OLATRuntimeException(LTIAssessmentConfig.class, "getCutValue not defined when hasPassedConfigured set to false", null);
}
return config.getFloatEntry(MSCourseNode.CONFIG_KEY_PASSED_CUT_VALUE);
......
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