|
Well for each question you would have an if statement checking to see if they selected the right answer and if they didn't then it would be wrong. For displaying the score, a label would work fine. More or less the program would just be a bunch of if statements checking to see if they selected the right answer and then part that figures out the score.
|