Forum Discussion
Removing or Hiding the Previous/Next Buttons?
I have inherited a module that includes a quiz that employs a temp variable counter: the user drags a total of 10 rectangles into one of two columns (green or purple). When all ten rectangles have been dropped into the two columns the count reaches ten and the next button appears.
However, if you drop one rectangle in either column (right or wrong) multiple times, the count also reaches ten and the next button shows - not desired behaviour. If the user gets 7 right and 3 wrong, again 10 is reached and the next button shows - not desired behaviour.
Sometimes the next button will not show in flash after the user has started, then presumably gone away for a while and restarted the quiz. So the user get's lost.
What logic can I add to prevent the counter reaching 10, until all ten have been dropped into the correct column/s?