Browse Articles
Select a Product
null Support Directory
Browse all null articles. (Last Updated )
No articles found.
Search Results
No articles found.
Storyline and Studio: Score Doesn't Update When Retaking a Course
Article Last Updated Jan 24, 2024
This article applies to:
Most LMSs consider a course to be in review mode when attempting it again after the completion requirement has been met. When in review mode, new data is not reported to the LMS. This prevents learners from accidentally changing their course status from complete back to incomplete.
If you'd like to change this default behavior, it's best to change it in the LMS. However, if you'd prefer to modify your published course instead, do this:
- Open the
lmsfolder in your published output. - You'll see either a
scormdriver.jsfile or aConfiguration.jsfile, depending on the authoring app you used and the publishing format you chose. Open the file in a text editor, such as Notepad. - Find this line of text:
var REVIEW_MODE_IS_READ_ONLY = true; - And change it to:
var REVIEW_MODE_IS_READ_ONLY = false; - Save and close the file. (If it doesn't save your change, make sure the file isn't marked read-only.)
- Zip the published output and upload it to your LMS.