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:
We have been using this script until now that the themes have changed and it seems that they have changed the programming in the main.bundle.js file. Is there any other kind of solution? Or has anyone worked on this?
Thanks
- KristenCooper-22 years agoCommunity Member
Following, I would really love to be able to get some progress tracking data for my courses.
- acog_geek4ever2 years agoCommunity Member
Michel Toyos
Joyce Maurin
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:
We have been using this script until now that the themes have changed and it seems that they have changed the programming in the main.bundle.js file. Is there any other kind of solution? Or has anyone worked on this?
Thanks
Hello,
Has anyone managed to resolve this issue?
I really need this functionality, otherwise I will have to abandon Rise.