Design and implement an examination system with the following features :
- The system should support distributed contribution of questions by teaching assistants, editing of the questions by whoever is in-charge of the course and creation of tests from the available set of questions.
- It should Support the administration of test online either at a fixed time for all students or at any time but with a time limit from start to finish
- User management at different levels (Teachers/students)
- Question Bank Entry form
- Visual Studio 2015 with C# ASP.NET
- MySQL, MySQL workbench
- MySQL for visual studio
- MySQL .NET connector
$ git clone https://github.com/Dipali742/MCQ_Exam_Portal.git
- Create database in MySQL workbench with name mcqexam and import .sql files from Queries folder.
- Now open the MCQExamPortal Folder in Visual studio 2015.
- Add the required references and connect to mysql database.
- Change the connection string in MCQExamPortal/MCQExamPortal/web.config file as per your credentials
- Run the code!