Hello,
I have 70+ slides of content that are spread across 12 sequential sessions. I want to enable users to navigate amongst the slides only for the currently open session or the past sessions already done. I want to disable the slideshow from progressing after the last slide of the current session.
I am playing with the idea of using the onChange() event and then redirecting the user to the current slide if the user chooses to go forward with one slide. I can constrain the number of slides accessible this way. At each session start, I can ‘unlock’ the slides for that session using other controls and code.
Thought of asking the sages here first, before embarking on the coding adventure. Has anybody done something like this before? Any suggestions?
PS: I do not want to use the multi-stage boxes nor want to change my slideshow to any other element.