Commit db7bff29 by Vik Paruchuri

Add in placeholder status

parent 24689024
...@@ -165,6 +165,7 @@ class CombinedOpenEndedModule(XModule): ...@@ -165,6 +165,7 @@ class CombinedOpenEndedModule(XModule):
'state' : self.state, 'state' : self.state,
'task_count' : len(self.task_xml), 'task_count' : len(self.task_xml),
'task_number' : self.current_task_number+1, 'task_number' : self.current_task_number+1,
'status' : "temporary status."
} }
html = self.system.render_template('combined_open_ended.html', context) html = self.system.render_template('combined_open_ended.html', context)
......
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