Prevent Learner from advancing to next screen until audio is complete By Nena Erickson Oakes Hello! I'm sure there is a simple answer and I can't make my mind nimble enough to find it today. How do I prevent a user from skipping through the slides until the audio for that one is done? Thanks in advance!
Sanduni Fernando almost 2 years ago06/03/20 at 2:47 pm (UTC) 1. Have a true/ false variable 2. Make the variable to FALSE at the beginning. 3. Hide or Disable the Next button at the start (when the variable is FALSE) 4. Adjust variable to TRUE when the Media (audio) completes 5. Change the state of Next button to Normal when the variable changes to TRUE
1 Reply
1. Have a true/ false variable
2. Make the variable to FALSE at the beginning.
3. Hide or Disable the Next button at the start (when the variable is FALSE)
4. Adjust variable to TRUE when the Media (audio) completes
5. Change the state of Next button to Normal when the variable changes to TRUE