Forum Discussion
Tracking Progress - Rise 360 Courses
Hi everyone,
We had a similar need and my Dev found a way to set the %age of progression as a score in the main.bundle.js by adding "parent.SCORM_SetScore(e.value, 100, 0);" to a function as he found out that no score was set anyway.
function(e){var t=a()("progress-bar__line",{"progress-bar__line-rounded"
would become
function(e){parent.SCORM_SetScore(e.value, 100, 0);var t=a()("progress-bar__line",{"progress-bar__line-rounded"
Alyssa, could you please check with your team if this would cause some side effects?
Hope this could help!
Hi Joyce,
I'm very interested in understanding more about how to implement this script and what results you've seem from the LMS side.
I've produced a series of courses in Rise360 and the client's LMS provider is asking for a way to force the SCORM courses to populate the cmi.progress_measure.