Description
The Bookmarking Progress tool lets learners save their progress within an eLearning course and return to where they left off, even after closing the course. This JavaScript-based solution is ideal for long or multi-section courses where learners may need to pause and return at a later time. The tool saves the current slide or section using local storage or cookies, and when the learner reopens the course, they can resume right where they left off.
How to use in Articulate Storyline:
- Insert a JavaScript trigger to store the learner’s progress at the end of each slide or section.
- When the course is reopened, the script checks for saved progress and automatically navigates the learner to the saved slide.
- You can display a message asking learners if they’d like to resume from where they left off.
This tool provides a seamless experience for learners, helping them pick up exactly where they left off without needing to restart the course.