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

OO-4207: Test have to stay fully assessed if coach resets status to review

parent 5f842640
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,9 @@ public class IQTESTLearningPathNodeHandler implements LearningPathNodeHandler { ...@@ -46,9 +46,9 @@ public class IQTESTLearningPathNodeHandler implements LearningPathNodeHandler {
.enableConfirmed() .enableConfirmed()
.enableScore() .enableScore()
.enablePassed() .enablePassed()
.enableStatusDone() .enableStatusInReview()
.withTranslations(IQEditController.class) .withTranslations(IQEditController.class)
.withTriggerStatusDone("fully.assessed.trigger.status.in.review") .withTriggerStatusInReview("fully.assessed.trigger.status.in.review")
.buildTranslations() .buildTranslations()
.build(); .build();
......
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