Forum Discussion
BillGates-37c19
11 months agoCommunity Member
True False states only partially being recognized
Hi,
I have 5 true/false questions.
When a learner clicks TRUE they get the visited state
When a learner clicks FALSE they get the false state
The triggers function the same way so I have n...
PhilMayor-b4ca0
11 months agoCommunity Member
A couple of things: trigger order is important, so put the variable change above the state change trigger. On the variable change, you have a condition; you will need to delete that, as you cannot change a variable to true on the condition it is true. This works for false as it is already false, but I would also remove that.
I think it would have been easier to use the selected state with button sets.