Multiple Choice Selection

daveofgv

Well-known member
Joined
Sep 17, 2008
Messages
218
Location
Dallas, TX
Programming Experience
1-3
I am a newbie here... so first.... I would like to say hello to all and thank you in advanced for your help. I hope this is in the correct fourm.

I am creating a program that is a study guide which has a practice exam at the end with all multiple choice questions I am having trouble determining how to have the program add up the right answers and wrong answers to give a score at the end. Along with creating a score show which quesitons the user got wrong. I am using If...Then statements for each question that is checked to show true or false.

Also, I can't seem to find how to make random questions every time a users enters the exam. (Would I use ---- cstr(int(Rnd() = question????)

Any suggestions...

Thank you
 
Last edited:
Back
Top