Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. I want to create an online exam. I have my questions, the multiple choice options, and the correct answer saved in a table in the database. I want to dynamically populate a web form with all the questions and answer choices in a radio button list. I want all the questions to be on one web page. When the user clicks submit I want to check all the answers chosen and compare it with the correct answers from the database, and then give the user his score. I searched a lot online but I'm having a hard time figuring out how to figure out the score. Any help would be greatly appreciated.
Thank you.
Posted
Updated 6-Oct-12 7:03am
v2

1 solution

Try the following links,

Online Exam in C# ASP NET[^]
A Simple AJAX Quiz Using Atlas[^]

The links will give you an idea to start.

cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900