Jump to content

XML Quiz with Visual Basic


antrew80

Recommended Posts

Hi,i have 25 questions with images in quiz.i want to make the quiz in Visual Basic.Any idea on how to start making this project?The quiz will have time limit to answer the questions and score in the end.any help is welcomethanks a lot

Link to comment
Share on other sites

is multiple choice quiz with four options with only one correct and two or three questions only with true or false.

it will be in a visual basic project that a student can read the interactive book and in the end make the test for testing his knowledge on the book jut read

Link to comment
Share on other sites

You didn't answer my question. How does the user see the test? Do they double-click on a program and run it? Do they go to a URL in their browser and the test shows in the browser? What kind of program are you trying to create in the first place?

Link to comment
Share on other sites

You said you created the forms for the book, what code do you have for that?Loading the questions is the easy part. You can store them in an xml or other file, for example, or just hard-code them into your application.

Link to comment
Share on other sites

sorry for the delay reply.

the code i have for the book is to load the pages only for the book.

i dont know how to make the xml file for the questions and how to load them.

also i dont know how to make the timer for the quiz

 

thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...