|
-
Oct 21st, 2000, 10:14 PM
#1
Thread Starter
New Member
Dear Fellow Programmers,
I am looking for some advice to create a multiple choice exam that connects to an Access file and uses VB6 to create the interface with perhaps 20 questions.The skills review would be an excutatble file. How would I create the array to store the answers? I would also like to calculate the percent correct for each question. The user sees his/her current score. Can anyone get me started?
BuffaloBill
-
Oct 22nd, 2000, 01:41 AM
#2
Lively Member
u can try storing the questions and correct answers in a table. then have a record of those people taking the tests and thier answer in another table. Since there are only 20 questions, u can easily compare their answers any time and give yourself a calculation of the scores.
This is just a suggestion that came to my mind, there coud be an easier solution.
-
Oct 22nd, 2000, 11:10 AM
#3
Thread Starter
New Member
Answer to jax-Online Testing
Originally posted by jax
u can try storing the questions and correct answers in a table. then have a record of those people taking the tests and thier answer in another table. Since there are only 20 questions, u can easily compare their answers any time and give yourself a calculation of the scores.
This is just a suggestion that came to my mind, there coud be an easier solution.
Dear Jax,
Thank you so much for the suggestion. Before I store the questions and answers in the Access Tables, would each question and choices be in a Visual Basic Form. Also, would each form have one question with a choice of answers, A B C D E etc?
By the way your nickname is interesting: Jacksonville, Florida is abbreviated "Jax." Take Care
-
Oct 22nd, 2000, 12:07 PM
#4
Hey, Jax,
Looks like you've got a friend for life there!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|