Fixed bug in reset

This commit is contained in:
Piotr Mitros
2012-01-13 17:06:42 -08:00
parent 2146b7db66
commit e4831106bf

View File

@@ -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()