added TODO comment

This commit is contained in:
Victor Shnayder
2012-06-11 15:48:33 -04:00
committed by Matthew Mongeau
parent 66f8225763
commit 807256f05f

View File

@@ -281,6 +281,7 @@ class Module(XModule):
def answer_available(self):
''' Is the user allowed to see an answer?
TODO: simplify.
'''
if self.show_answer == '':
return False