Merge pull request #1377 from MITx/feature/christina/misc

Bug fixes for problem progress not updating.
This commit is contained in:
chrisndodge
2013-01-30 08:24:38 -08:00
3 changed files with 7 additions and 3 deletions

View File

@@ -229,6 +229,7 @@ class CapaModule(XModule):
'element_id': self.location.html_id(),
'id': self.id,
'ajax_url': self.system.ajax_url,
'progress': Progress.to_js_status_str(self.get_progress())
})
def get_problem_html(self, encapsulate=True):