Originally Posted by
barnabus
Lol, I actually made the second one last year to help me out with my Latin Vocab. Thinking from memory, I think i did it a little different than designed by your teacher. I read from .xls files to get the Questions and Answers. I had 4 choices instead of 3. Then instead of a 3 array of answers and an array of Questions, I had a Question Object which held its Question and Answer. It would pick a random Question from my array, pick a random spot for the answer to go (A,B,C,D) and then pick 3 other random Questions and put their answers in the other answer spots. If you got the question correct, you were done with it, if you got it wrong, it would randomly come up again later. I think the most amount of questions I loaded into the program on one go was around 700. Works flawlessly.