Commit c7339ee6 by Vik Paruchuri

Minor bug fix

parent 7d0bb7b3
...@@ -239,7 +239,7 @@ class CombinedOpenEndedModule(XModule): ...@@ -239,7 +239,7 @@ class CombinedOpenEndedModule(XModule):
last_response_data = self.get_last_response(self.current_task_number - 1) last_response_data = self.get_last_response(self.current_task_number - 1)
last_response = last_response_data['response'] last_response = last_response_data['response']
current_task_state=json.dumps({ current_task_state=json.dumps({
'state' : self.assessing, 'state' : self.ASSESSING,
'version' : self.STATE_VERSION, 'version' : self.STATE_VERSION,
'max_score' : self._max_score, 'max_score' : self._max_score,
'attempts' : 0, 'attempts' : 0,
......
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