Forum Discussion
ElisaRaimondi
1 year 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
1 year 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
Related Content
- 8 months ago
- 11 months ago
- 10 months ago