Hi there, I am creating a multiple choice quiz containing each queston on a different form. When the program is run, a random form is loaded (ie. random question). There is a set of 15 questions and of that I wish for only 5 to be loaded during one run. This could be achieved using a counter in the forms but I cannot work out how best to code this. *Remember random form loaded*
I also wish for a score to be stored by the program with the score increasing for every correct answer, again I do not know how to implement this within my program.
Could anybody please help?