Skip to content
Snippets Groups Projects
Commit 3e3294e7 authored by Andreas Parschalk's avatar Andreas Parschalk
Browse files

openolat#219: changed default Learningpath confirmation trigger to nodeVisited

parent 1c446584
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ import org.olat.modules.assessment.model.AssessmentObligation;
public interface LearningPathConfigs {
public static final AssessmentObligation OBLIGATION_DEFAULT = AssessmentObligation.mandatory;
public static final FullyAssessedTrigger TRIGGER_DEFAULT = FullyAssessedTrigger.confirmed;
// UIBK: changed default FullyAssessedTrigger from FullyAssessedTrigger.confirmed
public static final FullyAssessedTrigger TRIGGER_DEFAULT = FullyAssessedTrigger.nodeVisited;
public Boolean hasSequentialChildren();
......
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