Computer Science Canada Help on multiple choice quiz program |
Author: | randomperson [ Thu Dec 22, 2005 9:56 pm ] | ||
Post subject: | Help on multiple choice quiz program | ||
Hi, I am pretty new to VB and i need some help: I am creating a multiple choice quiz application that generates or selects questions randomly and displays to the user one afte another, each time they press a button. Since it is random, I want to make sure that each question only appears once. Here is my code so far.
So far i is not going too well. This is just a working model. Once I figure out the problems with this, then I will make my actual one |
Author: | Tony [ Fri Dec 23, 2005 1:59 pm ] |
Post subject: | |
well you'd need to make a list of random unique numbers.. there's turing code that you could translate into VB |