Commit 6673af2c by Calen Pennington

Add a showanswer='always' option

parent b8ffb4e4
......@@ -245,6 +245,8 @@ class Module(XModule):
return True
if self.show_answer == 'closed' and not self.closed():
return False
if self.show_answer == 'always':
return True
print "aa", self.show_answer
raise Http404
......
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