Forum Discussion
ElisaRaimondi
8 months agoCommunity Member
Mutiple triggers working simultaneously
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....
WaltHamilton
8 months agoSuper Hero
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