added TODO comment

This commit is contained in:
Victor Shnayder
2012-06-11 15:48:33 -04:00
committed by Matthew Mongeau
parent 59a13e861b
commit 51b4d1ff6e

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