Creating a downloadable Learning Journal in RISE

Having developed code that will download learner notes in Storyline, the next challenge was to do a similar thing in RISE. Obviously, this can be achieved by incorporating Storyline blocks within the RISE course. The challenge being that RISE doesn’t have variables – so the challenge is how do you capture learner input at various stages of the course and then retrieve that data in a block at the end of the course so we can create a course handout incorporating the learner’s own notes or, indeed, a learning journal.

This solution uses the browser’s ‘local storage as the repository for the data. Each Storyline block picks up learner input and then transfers the variables to local storage ready to be retrieved and placed in the downloadable pdf at the end of the course.

Click here to view the demonstration