Here is the program in a nutshell:
50 State tiles on the left of screen, 50 Capital tiles on the right of the screen.
Student picks State - Then looks for the correct Capital.
I want to keep a list of the State tiles and Capital tiles the student misses. When all States and Capitals are picked the program displays a count of how many were missed and recommends further study.
If they select Yes - all tiles are redrawn.
I want to change that so that only the States and Capitals that were missed are redrawn.
So the question is, how do I make such a list?
50 State tiles on the left of screen, 50 Capital tiles on the right of the screen.
Student picks State - Then looks for the correct Capital.
I want to keep a list of the State tiles and Capital tiles the student misses. When all States and Capitals are picked the program displays a count of how many were missed and recommends further study.
If they select Yes - all tiles are redrawn.
I want to change that so that only the States and Capitals that were missed are redrawn.
So the question is, how do I make such a list?