Forum Discussion
FaffieKhan
2 years agoCommunity Member
how do I get a user to deselect an option
I have made a multiple choice question, which asks the user to select items before submitting their answer.
They can select items but can't deselect the items, should they change their mind, befor...
JudyNollet
Super Hero
Just delete the VISITED state from the options. If you do that, when the user re-clicks a Selected object, it will return to the NORMAL state.
- Because the objects in your example file have Selected and Visited states, the first click changes the object to Selected, and the second click changes it to Visited. But there's no difference in the states, which is why it still looks selected.
FaffieKhan
2 years agoCommunity Member
That worked! You really are a hero.