how to create a quiz program in vb for 200 questions?

i want a program in vb to create a quiz program with 200 questions. i want the vb code. using 2 forms it is easy but for 200 questions creating 200 forms is impossible so how can it be done.plz send it immediately
if to use one form how the coding should be. how the questions will change after the first question answered. plz give full details with some sample code
there may be some pictures like hills will be displayed for each question and they have to change for another question how can this be done.
Related Blogs
- 8 Ways to Create Online Quiz, Test, Exam | Space of eLearning Spirits
- 12 Free Online Quiz Makers to Create Online Quizzes | Training & E …
Related Blogs
- 8 Ways to Create Online Quiz, Test, Exam | Space of eLearning Spirits
- 12 Free Online Quiz Makers to Create Online Quizzes | Training & E …












i think it would be much easier to have just one form with labels/text boxes, and use code to change the question within that form just before you display the form.
don’t forget to ‘accept’ this answer if it helped.
i don’t have time or access to visual basic here to provide code.
but i would have it load a form with a blank label or text box and possibly an answer box also, then for each question as it is called alter the .text or .caption properties of the boxes so you have one form, with the question being asked.
then for the next question you can just call the same form and replace all the information in the boxes by doing the same as before.
you will probably also need some kind of counter for keeping a record of which questions have been asked if you are displaying questions in a random order so they aren’t shown more than once.
load the picture from a file into a picture box
Create Access Database.
Each record contains Question ID, Question, Multiple Choices & correct answer
Navigate Access table from VB