Forum Discussion
Issues with Layers on Slide with Audio only on the Base Layer
Thanks for the response. Unfortunately, this will not fix my problem. The regulating body for whom this course will be reviewed and hopefully subsequently approved, requires that slides such as this one do not require the learner to listen to the audio, and click on the layers again upon revisit. Therefore, my issue is I need them to listen to the base layer audio again if they hit the previous button before clicking on the layers...but at the same time, the slide must resume saved state if they complete the slide and return to it later.
- JoseTansengco2 years agoStaff
Hello Sonya,
Thanks for the additional information. It looks like you need the slide to reset to initial state in order to make listening to the audio file mandatory, while also remembering the state of the characters in the slide.
One way to do this is to control everything using a True/False variable that will track if a learner has successfully completed viewing a slide. If this variable has a value of False, the audio file in the slide will continue to play, and all characters on the slide will retain their default poses.
If this variable is then changed to True, the audio file in the slide will no longer play when the slide is revisited, and the characters on the slide will switch to other poses.
I've attached a sample file so you can get an idea of how this principle works in an actual Storyline 360 project file.
Basically, this will revolve around two important mechanics:
- The slide revisit behavior, which is set to reset to initial state to allow the audio file to play on repeat until the slide is completed
- The True/False variable, which will be responsible for monitoring if the slide has been completed
Let me know if you have any questions!