Commit e0a34f02 by Calen Pennington

Add a showanswer='always' option

parent b1ebde63
......@@ -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