Forum Discussion
GreggLauer-82c2
9 months agoCommunity Member
Tracking the order of buttons being pushed
I have 4 buttons that must be clicked in a specific non-linear order to be correct. A message indicating correct or incorrect is displayed. How do I track the order of buttons being clicked using tr...
WaltHamilton
9 months agoSuper Hero
There are two big problems here.
The first is addressed by Sam’s posts; not allowing multiple clicks of the same object to mess up the sequence. The other is to allow the learner to change their mind before submitting. Far too many projects, in both the authoring and testing phases, ignore that important possibility.
Here's a method I think may be the simplest way to handle both problems.