Commit 9b14ea79 by Vik Paruchuri

Properly increment student attempts

parent 8164ca9a
......@@ -653,6 +653,7 @@ class CombinedOpenEndedV1Module():
).format(self.student_attempts, self.attempts)
}
self.state = self.INITIAL
self.student_attempts +=1
self.ready_to_reset = False
for i in xrange(0, len(self.task_xml)):
self.current_task_number = i
......
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