Commit 9c847f23 by Tim Krones

Fix: Make sure links for reviewing questions are not displayed multiple

times at review step.
parent c3a7d6de
...@@ -987,7 +987,7 @@ class MentoringWithExplicitStepsBlock(BaseMentoringBlock, StudioContainerWithNes ...@@ -987,7 +987,7 @@ class MentoringWithExplicitStepsBlock(BaseMentoringBlock, StudioContainerWithNes
} }
def show_extended_feedback(self): def show_extended_feedback(self):
return self.extended_feedback and self.max_attempts_reached return self.extended_feedback
def feedback_dispatch(self, target_data): def feedback_dispatch(self, target_data):
if self.show_extended_feedback(): if self.show_extended_feedback():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment