Yeah I might have missed that in the video but it is on my website learningdojo.ninja/javascript-snippets/ It is the last section of code in the Local Storage area localStorage.removeItem("score");
On the persons same machine yes it will even on an LMS however local storage has no effect across different machines. That is where you would use something like SCORM data to save across devices.
Hey Jeff, would love to let you know that i really love your updated content on Storyline so much, and can't wait to learning more of the comprehensive JavaScript for storyline.
Awesome, thank you! I am working on where I want to host this JS and Storyline course and revamping where I host my courses which will help with this new JS and Storyline community.
View the JavaScript snippets tool here: learningdojo.ninja/javascript-snippets/
Jeff, did I miss where the learner would clear the score? Would I just create a button on the first project "Clear Score" (and then add your code?)
Yeah I might have missed that in the video but it is on my website learningdojo.ninja/javascript-snippets/ It is the last section of code in the Local Storage area localStorage.removeItem("score");
Hi Jeff,
Great video :) I wondered if this would also work, when I publish the courses as scorm-packages and use them inside an LMS.
On the persons same machine yes it will even on an LMS however local storage has no effect across different machines. That is where you would use something like SCORM data to save across devices.
Hey Jeff, would love to let you know that i really love your updated content on Storyline so much, and can't wait to learning more of the comprehensive JavaScript for storyline.
Awesome, thank you! I am working on where I want to host this JS and Storyline course and revamping where I host my courses which will help with this new JS and Storyline community.
@@LearningDojo can't wait