6 Replies
Sam Hill

Hi Christophe, do you mean a lesson status of "completed" or "passed"?

If so, I would create your own variable in Storyline "completed" (true/false) for example. Then when the folio has been completed (last slide?) then set your variable "completed" to "True". You can then use this variable to direct the user to a slide that does not provide access to other slides.

For example,

When timeline starts:
Jump to slide "No access" if "completed" equal "True"

Let me know if I've misunderstood what you are looking for.

Christophe Dubrit

I understand what you're telling me, thank you very much.

 

However, does the variable remain in its state after closing the lesson or
does it return to its initial state?

 

At the moment, I have the impression that the variable returns to its
initial state when I return to the lesson...

 

Best regards

 

Sam Hill

If running as a SCORM file on an LMS, the variable value will persist between sessions. If running on a website/intranet, the file can only use local cookies, and may persist, but the variable value will not be available between different devices and will also expire after a number of days.

In order to persist on an intranet/website, you would need to store the value on a database, and the value would have to be associated with a unique users, therefore some kind of login or identification of the user would be required.