can anybody give tips about online exam system
can anybody give tips about online exam system using asp.net mvc.....?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Mar 18, 2015, 7:28 AM
You can divide your application into three sections, to store the data for your students, exams and other stuff... You will use the Model component. For the interface (like forms for exam) you will use the View, and to perform the magic, you will use the Controller.
Actual thing is to be done in the Controller, because all of the requests and responses are to be generated at the Controller component for the data and the views and other HTTP-based messages. First of all, please do create an algorithm to be used for this exam system, what it would do... Where it would start and many such other questions. Then convert them all into MVC-based ASP.NET application.
Do you have the implementation and algorithm for your application?
Suresh CherukupallyPosted Mar 19, 2015, 8:03 AM
It has two modules
1.Admin module.
2.Student module.
Admin Module:-----
Administrator has the options for configuring the question bank like adding subjects and relating to subject create questions with videos and images .An he has also option for configure test paper which consists of 30 questions on each subject to conduct exam for students who enrolled for a particular subject.
Student Module:-----
For students whenever he logs in he should have to take exam and shown with results.
Please provide me some guidance how to deliver and make this project happen in on time since i am very new to creating ASP.net MVC application.
Afzaal Ahmad ZeeshanPosted Mar 18, 2015, 10:35 AM
Would this be an exam system for a particular age group, or a class, or some institute or a standard... Then based on all of this information, then you must consider making up your mind, for how to start the project with, what base-objects must be given importance to while building the application, what features must be provided to the users and many of such other basic components must be thought of before starting to develop the application.
If you're having these points, and want a suggestion to make it efficient, then you can ask question on C# Corner, there are a lot of experts on C# Corner who would love to support you in building the application. :)
Suresh CherukupallyPosted Mar 18, 2015, 8:58 AM