Forum Discussion
How to prevent retries in Storyline
I have a course published from Rise to Talent LMS as a scorm, using some Storyline blocks to collect scores as pass or fail training.
Now I have a problem.
Storyline can reload every time it is opened after course completion, allowing users to resubmit their scores. This leads to changes in scores in the SCORM report.
Request: Can storyline disallow retires?
3 Replies
- PhilMayorSuper Hero
Not inside a rise block, unless you use local storage to track completion
- TeachOnlineCommunity Member
Thank you for your reply, Phil.
Just to check my understanding. Does that mean, using local storage can only track completion status but still doesn't prevent retries in storyline inside a rise block?
- PhilMayorSuper Hero
You could use local storage to prevent retries, you would need to write a variable to local storage and then when the block loads it checks for that value and then displays a message "you have already completed this quiz"