Commit a5eec6d6 by Vik Paruchuri

set location in system

parent 2891ea4b
......@@ -75,6 +75,7 @@ class CombinedOpenEndedModule(XModule):
# None for any element, and score and hint can be None for the last (current)
# element.
# Scores are on scale from 0 to max_score
system.set('location', location)
self.current_task_number = instance_state.get('current_task_number', 0)
self.task_states= instance_state.get('task_states', [])
......
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