Commit 995edcb4 by Bill Filler

cleanup, comments

parent 427680a3
...@@ -325,8 +325,8 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): ...@@ -325,8 +325,8 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule):
return fragment return fragment
def _get_gating_milestone(self): def _get_gating_milestone(self):
""" """
Checks whether the content is gated for learners. Checks whether a gating milestone exists for this Section
""" """
gating_service = self.runtime.service(self, 'gating') gating_service = self.runtime.service(self, 'gating')
if gating_service: if gating_service:
......
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