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!
Thanks for reaching out and sharing that code!
You're more than welcome to share custom scripts here in the community and collaborate with other community developers! That being said, we don't officially support the modification of published output.
I'm sure someone from the community can chime in and check on that for you!