Forum Discussion
Show next button only when all Button Sets are visited
Hi Minhaz,
That's definitely a challenge to balance having the variables you need for each slide but not ending up with so many in your course that it's hard to manage them all.
Since you mentioned you intend to make a number of similar slides in the course, I've attached a solution that may be a happy medium between Dan's great suggestion to use True/False variables and your goal of not adding too many variables overall.
In it, I've switched the button click variables to True/False. But, so you can keep the overall number of variables low, on the second version of the slide I added triggers to reset all four question variables to False when the timeline starts. With that approach, you can just reuse the four question variables repeatedly throughout the course.
To help you check that the True/False variables are adjusting properly, I added variable references to the right of each question so you can see how they work. You can delete them without any issue once you've tested the slides out.
The other challenge was getting the Next button to change states. While you could associate a trigger with each button that checks if all four question variables are true, that seemed like more triggers than you wanted to use. So I included another option: a Complete state of the button that learners click when they've answered all four questions. That click sets off a trigger to check if all the question variables are true, and if they are it changes the state of the Next button. You could also just skip that state change and have the course automatically advance to the next slide if the learner answers all the questions and clicks Complete.
- MinhazMahmud4 years agoCommunity Member
@Bianca Woods: Sorry for replying so late. It was a busy month. Thanks a lot for sharing the solution and it works perfectly.
- BWoods4 years agoFormer Staff
I'm really glad to hear it worked for you!
Related Content
- 8 months ago
- 12 months ago
- 7 months ago