Commit 61e593ca by John Jarvis

Merge branch 'dormsbee/multicourse' of github.com:MITx/mitx into dormsbee/multicourse

parents 039cc405 9c883420
......@@ -107,7 +107,7 @@ class CapaModule(XModule):
else:
self.max_attempts = None
self.show_answer = self.metadata.get('showanwser', 'closed')
self.show_answer = self.metadata.get('showanswer', 'closed')
if self.show_answer == "":
self.show_answer = "closed"
......
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