Forum Discussion
KyeraFletcher
4 years agoCommunity Member
Conditional Trigger for Submit button
Hello, I have created a storyline file with multiple quizzes branched into multiple sections. I have created a trigger on the Master slide that moves a slider if a user clicks submit (user clicks ...
TomKuhlmann
4 years agoStaff
Since the trigger is to add 1 when clicked, you need a condition to prevent it from allowing the object to be clicked again.
You could add a T/F variable for each slide, something like SlideClicked and set it to False. When the user clicks the submit change the variable to True.
Then you can have a trigger that adds 1 when clicked on the condition SlideClicked = False. Once they click, it changes to True and the next time they click submit it won't add 1.
If you want to keep it simple, assuming they don't revisit the slides after the initial viewing, you could have one slideclicked variable on the master and at the beginning of each slide reset it to False. But that only works if they don't revisit the slides
You could add a T/F variable for each slide, something like SlideClicked and set it to False. When the user clicks the submit change the variable to True.
Then you can have a trigger that adds 1 when clicked on the condition SlideClicked = False. Once they click, it changes to True and the next time they click submit it won't add 1.
If you want to keep it simple, assuming they don't revisit the slides after the initial viewing, you could have one slideclicked variable on the master and at the beginning of each slide reset it to False. But that only works if they don't revisit the slides
Related Content
- 8 months ago
- 6 months ago
- 2 months ago