Thanks for the assist Linkman, I used the dictionary and it seemed to work well.
Now my last two tasks are:
1. Send the results of the quiz (the score) to an outside source such as an email address, or maybe a database (which ever is possible and easier)
2. Make it so the questions do not repeat themselves.
I've been looking through the tutorials and forum posts, problem is I see tutorials on how to create random numbers with no duplicates, but with my project I'll be generating questions from a text file. So the things i've tried haven't worked.
I was thinking I could add an entry in the dictionary perhaps to mark a question as being asked, but I don't know how well that will work if I have like 50+ questions.
Any suggestions on either of these?