Commit e4831106 by Piotr Mitros

Fixed bug in reset

parent 2146b7db
......@@ -292,6 +292,8 @@ class LoncapaModule(XModule):
self.lcp.done=False
self.lcp.answers=dict()
self.lcp.correct_map=dict()
self.lcp.student_answers = dict()
if self.rerandomize:
self.lcp.context=dict()
......
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