Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to make MCQs Exam System on asp.net with C# and sqlserver. I really confuse that how to make database though i have designed plenty of tables(if you want i can share with you). I have to deploy this web application on local universities LAN environment not want to online (due to student monitory problems). In this system all work will do admin. Student can only attempt test (in specified day and time) and watch result. all the student info will be submit by admin. Student only need to select test code and enter his/her seat no to attempt test and i also want to generate result automatically.
Please provide me a better way to do this job i have check on google but didnt find suitable answer
Posted

1 solution

If admin does all the work it will put a load on him.Its better to allocate some tasks like adding of student accounts by student themselves and only validation to be done by admin by checking using a check box or sending a password in their mail ids.

You have to go through ADO.net for establishing database connection using SQL Server or mysql.

Make a account or table for teachers so that they can make tests online and air in online for students

Include a time counter in your test

AND MANY MORE AS u will develop YOU will discover
 
Share this answer
 
Comments
Muhamad Faizan Khan 8-Jul-13 3:45am    
But I want to deploy this system on a lab. So student dont need to add his information by his own hand because he will only open the web app for his test.
Rajan Maheshwari 8-Jul-13 4:06am    
add a new user button near the signin or login button..suppose in a university if there are 50000 students studyng then how much pain does the admin need to have.

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