set location in system

This commit is contained in:
Vik Paruchuri
2013-01-04 13:07:12 -05:00
parent 2891ea4bff
commit a5eec6d60b

View File

@@ -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', [])