Measuring program progress
Introduces a utility class for gauging a user's progress towards program completion. Progress data is passed to the ProgramListFactory. ECOM-3200.
This commit is contained in:
@@ -13,6 +13,7 @@ from openedx.core.djangolib.js_utils import (
|
||||
ProgramListFactory({
|
||||
programsData: ${programs | n, dump_js_escaped_json},
|
||||
certificatesData: ${credentials | n, dump_js_escaped_json},
|
||||
userProgress: ${progress | n, dump_js_escaped_json},
|
||||
xseriesUrl: '${xseries_url | n, js_escaped_string}',
|
||||
xseriesImage: '${static.url('images/xseries-certificate-visual.png')}'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user