Commit 2f2b5fa7 by Vik Paruchuri

Fix unicode problem

parent bd0b933f
......@@ -272,7 +272,7 @@ class CombinedOpenEndedModule(XModule):
'max_score' : self._max_score,
'attempts' : 0,
'created' : True,
'history' : [{'answer' : str(last_response)}],
'history' : [{'answer' : last_response}],
})
self.current_task = child_task_module(self.system, self.location,
self.current_task_parsed_xml, self.current_task_descriptor, self.static_data,
......
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