Beginner needs assistance - Creating a simple quiz program.

SaDaf

New member
Joined
Mar 5, 2006
Messages
4
Programming Experience
Beginner
My apologies if I did not use the search feature efficiently. If I have posted in the wrong section please feel free to move this thread to the appropriate forum section.


I'm creating a program designed to quiz children, I don't know how I would be able to create a program similar to this. (Please refer to the image below). I'll explain what my program would be like, Label A would display the correct results from the question once the user has selected an answer from one of the boxes provided once the user has chosen a box, Label B would display if the user has correctly answered the question or not. And once the user has gone through all the questions the user can click on Finish, and then a pop up message will appear with the total number of correct answers out of the total questions asked.

form8vf.gif



I know this may sound like I’m asking someone else to do the work for me but I really have no idea how I would go on about doing this. Would anyone care to explain to me step by step as to how I could do accomplish this?

Thank you in advance.
 
Last edited:
I've made an example project that you might find useful.

The function 'Question' takes a lot of arguments they are:

Value 1 of the sum
Value 2 of the sum
ButtonA value
ButtonB value
ButtonC value
ButtonD value
Which button the correct answer is on

HTH
 

Attachments

Back
Top