Forum Discussion
Clicking Hotspots Multiple Times/Done State
Hi everyone!
My question pertains to this project I am working on that requires users to meet certain qualifications on a slide before they can move on. Certain items on the slide have to be on "Pass" status and one item (Horns) needs to be "Fail" status in order for the user to be able to move on.
I want to make sure the user is paying attention, so even though I have a way for the user to move on from the failed item, I've also set it up so that someone who zones out could still do it wrong and hit "Pass".
The problem is that without a variable or something, the user won't be able to move on because they are not able to switch back to "Fail" if they needed to correct the mistake. Moreover, the "Done" button changes to Normal because all the other "pass" criteria is selected. So there's no real consequence for the user despite my best efforts.
Hopefully this makes sense. Truthfully it's easier to view than to explain in writing...
I'm sure this is a very simple number variable trigger...ideas? Thoughts? Insights? Slide is attached...Thanks in advance. I have four other slides like this so I would appreciate the help SO MUCH!
- NedimCommunity Member
You could add a "selected" state to the Pass/Fail button, allowing you to toggle between the two states. Then, you can update the isHorn_Fail variable based on the current state of the Pass/Fail button. Finally, use the value of isHorn_Fail as an argument to determine the state of the "Done" button.