CarlyMojica
12 days agoCommunity Member
Need Help with Triggers
I am creating triggers based on my customers' requirements. Initially, the "next" button should be disabled. Once the requirements below are met, the "next" button should be enabled.
- Users should be required to stay on a slide for a certain period of time (to enforce reading of content).
- Users must click on all objective buttons (to reveal each objective) within a slide.
I also need each card (layer) to have its own audio track.
Right now, I have the following triggers created:
- Set state of next button to disabled when the timeline on the slide starts.
- I created a variable (timelineDone) that turns to true when the minimum time read point is reached (for example, if I want the user to stay on the slide for 10 seconds).
- Set the state of the next button to normal when the slide elapsed time changes if the below conditions are met:
- objective 1 button is selected
- objective 2 button is selected
- objective 3 button is selected
- objective 4 button is selected
- timelineDone is true
I'm having trouble getting this to work. I think it's because the timelineDone variable is only tracking the base layer and not the total time from all layers. Any ideas on how i adjust my setup to make this work?
Thanks!