Forum Discussion
JamesTrotta
3 years agoCommunity Member
Problem with conditionals: Can't select objects in the trigger wizard
Hi friends :)
I have a class with four sections. I want people to take 1-3 in any order and then section 4. I want to make the link to section 4 clickable after sections 1,2, and 3 are visited. I ...
TomKuhlmann
3 years agoStaff
Not sure about what you see, it may have to do with the objects available to you for that trigger. Here's how I'd set it up.
You want 1-3 to be clicked anytime. But 4 can only be clicked when the first three are all visited.
- Add a visited state to the buttons.
- Add a disabled state to button 4. Set that to the initial state.
- Add a trigger to change the state of button 4 when the states of 1-3 are visited.