Forum Discussion
JulieCousins
2 years agoCommunity Member
time elapse condition trigger
I want to ensure the learner listens to the full audio before they can click a specific button (to view a layer).
My trigger is to show layer(x) / when user clicks(button) / IF ....
Is there ...
JudyNollet
2 years agoSuper Hero
I suggest you do the following instead:
- Give the button an initial state of Disabled. (It's a best practice to make the Disabled state look different than an active button. For example, the Disabled state could be grayed out.) Another option would be to make its initial state Hidden.
- Add a trigger that changes the button's state to Normal when the media (that is, the audio file) completes.