Hello,
I’m getting inconsistent results in this dynamic text quiz. If you choose to go to the next question and then click “check” before you even drag the correct answer to the rectangle, it will sporadically give the answer. This doesn’t happen every time, only randomly, and I can’t figure out the reason. I’ve attached the fla.
The dynamic text for each question is called using a function and the simple i += 1 method of pulling from an array. The code to check the answer is on my check button. Maybe this is where the problem is?