Mutiple triggers working simultaneously

Apr 18, 2024

Hi everybody, i am working on a WBT with audio files. For one slide i want to set a trigger that the user allows to go to the next slide when the audio is finished AND the controllboxes are clicked. Do i nee a variable for this?

1 Reply
Walt Hamilton

Not unless there is a way the audio can finish before the boxes are checked.

If the boxes must be checked first, use this:

Jump to slide XYZ when media Audio finishes AND checkbox1 state = Selected AND checkbox2 State = Selected, etc.

If not, then yes, you need a variable.

Jump to slide XYZ when media Audio finishes AND checkbox1 state = Selected AND checkbox2 State = Selected, etc. ELSE adjust variable audioFinished  = True.

Jump to slide XYZ when the state of [all checkboxes] = Selected and audioFinished = True