Forum Discussion
Clearing "Resume where you left off"
Thanks Jürgen,
Just so I'm clear, are you saying that there is no way to change the Key via a trigger and no way to change the value of the Key either? How does the Key get changed when the course is updated and republished?
if you change any text/image/video/trigger in the course and publish to web, storyline creates a new key
if you now start storyline, there is nothing for the new key in the"Local Storage"
-> no resume possible available - even if the learner has previously worked through the course
- PhilMayor3 years agoSuper Hero
@ Jürgen is local storage persistent? I thought anything could remove it. The user is coming back 12 months after completing. If it is persistent it should be as simple clearing local storage on before unload when the user completes the course.
Sent from my iPhone
- Jürgen_Schoene_3 years agoCommunity Member
yes, local storage is persistent until the user cleans it
or with a firefox addon https://addons.mozilla.org/en-US/firefox/addon/clear-storage-button/
more infos for local storage
some more tests - here are the result a a small example
- create a course with 5 slides
- publish and start (on localhost)
- visit the first 3 slide
- close course
- start course -> resume available- change on char on one slide
- publish (same domain 'localhost') and start -> no resume available
- visit the first 3 slide
- close course
- start course -> resume availableresult:
-> two different keys, same values (the first three slides visited)
the current ID (local storage KEY) is stored in html5/data/js/data.js
Related Content
- 2 months ago
- 5 months ago