Properly increment student attempts

This commit is contained in:
Vik Paruchuri
2013-06-27 16:20:58 -04:00
parent 8164ca9a78
commit 9b14ea790c

View File

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