Link to home
Start Free TrialLog in
Avatar of Lawlords
LawlordsFlag for Hong Kong

asked on

Any resource for quiz programming?

Dear all,

I wish to creat a MC quiz program with VB or Objective-C, can anyone recommend some materials for my reference?

Thanks
Avatar of Howard Cantrell
Howard Cantrell
Flag of United States of America image

What is a MC quiz?
Avatar of Lawlords

ASKER

Dear planocz,

MC stands for Multiple Choice questions


Thanks
In my college days I had to make a 20 question quiz that would not have the same answer to the questions each time you ran it. That was 30 years ago in plan basic not even Visual basic.
What kind of test do you what you make and what resources are you wanting to use?
Dear planocz,

I wish to learn how to write a MC quiz program which can display the test question randomly but without repeating until restart the program. For the qustestion answers, I think I have to limit the number of choice answer to each question even arrange in different order each time.

Honestly speaking, I am a very beginner in visual basic but would like to try other computer languages such as Objective C, Visual C++ or even java as far as I can understand. I think it is a better way for me to focus on one lanugage by practical example which can be used daily.

Regards
ASKER CERTIFIED SOLUTION
Avatar of Howard Cantrell
Howard Cantrell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Dear planocz:

101 Microsoft Visual Basic .NET Applications is indeed a very good book for learninng visual basic, but seems have no close sample for the quiz application. Could you provide some MC quiz sample even written in other computer languages?

Thanks
Thanks very much. The 101 Samples is a very good reference for learning visual basic.

Sorry, I have been real busy, As far as the MC you have to pretty much experiment on how you want the questions to read and saving the info to a text file or database.
Start  small then you can make it grow.