Forum Discussion
AlexSamson-fb79
6 years agoCommunity Member
Tracking Progress - Rise 360 Courses
Hi all,
First off, please go easy, I'm new to this!!
I've been developing a course in Rise 360 and I've managed to export to SCORM so that I can upload the course into a cloud LMS we use (Talen...
JoyceMaurin-e58
5 years agoCommunity Member
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!
MichelToyos-c2c
4 years agoCommunity Member
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
Related Content
- 6 months ago
- 9 months ago