Commit 51b4d1ff by Victor Shnayder Committed by Matthew Mongeau

added TODO comment

parent 59a13e86
...@@ -281,6 +281,7 @@ class Module(XModule): ...@@ -281,6 +281,7 @@ class Module(XModule):
def answer_available(self): def answer_available(self):
''' Is the user allowed to see an answer? ''' Is the user allowed to see an answer?
TODO: simplify.
''' '''
if self.show_answer == '': if self.show_answer == '':
return False return False
......
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