Commit 7b542700 by Calen Pennington

Save lcp state on initialization (for seed initialization)

parent 881e137f
......@@ -168,6 +168,8 @@ class CapaModule(XModule):
# add extra info and raise
raise Exception(msg), None, sys.exc_info()[2]
self.set_state_from_lcp()
def new_lcp(self, state, text=None):
if text is None:
text = self.data
......
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