Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2.3 KB

README.md

File metadata and controls

40 lines (24 loc) · 2.3 KB

Quiz-Portal-for-MNNIT

This quiz portal will be used for conducting quizes and practical exams by teacher of any department. The quiz portal would reduce the work load on the teachers and evaluation of the students would be fair and unbiased. The portal would also help in conducting quizes in timely manner with no possibility of use of unfair means. The students can also check their marks and if they have any problem with the evaluation , they can also submit a discrepancy request. The teacher would have the record of each student and every quiz conducted by him which will be maintained in his database.

Instruction

The project uses "ngx-admin" template.

Link : https://github.com/akveo/ngx-admin

Extract and Install the ngx-admin on your system and then copy the dist folder generated in ngx-admin to your project folder and paste the files given in the folder "Add to dist folder in your project" to that dist folder and you are all set.

Features

1.) Separate login for admin and students.

2.) An admin account - The admin will add teachers and update their information.

3.) Teacher can create test, activate test, edit existing tests and set time and duration of each test.

4.)The teacher will have record of all his tests saved in his account.

5.)There is no student database. Student will login using a key,their registration number, provide their personal information, give the test and their data and result will be stored directly in the file.

6.) A timer will show how much time is left for the test.

7.) Automatic submit feature is there when the timer stops. So information and marks of all students will be saved even if they do not press the submit button.

8.) The test page will have buttons linking to each question generated dynamically. For example - If you have 20 questions in the quiz, then 20 buttons will be automatically generated.

9.) Student can navigate between questions using the buttons.

10.) When student saves one answer, the colour of the respective button will change to "Green" indicating that the student has already submitted this question. This way the student can easily keep track of the questions he answered and the ones he didn't.

11.) Password reser feature is there if teacher wants to reset his password.

The project is still under progress so any suggestions are welcome!!