Oh I see, so you want to be able to continue with a correct answer after an incorrect one.
In that case, you can check just the last entered answer with right(clickedorder,1) = mid(correctOrder,len(clickedOrder)-1,1).
Alternatively, if they need to continue the series in the correct order, you can simply not record incorrect answers.
Updated the example file.