Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.32 KB

QuizPortal

Description:

An online website to conduct MCQ quiz. Consists of two interfaces:

  • Teacher interface: Teacher can login using admin credentials. She can create new test, set time limit for the test and generate authentication key for the respective test. She can also view results which are stored in an excel file.

  • Student interface: Students can login using Registration Number, Name, Group and authentication key provided by the teacher. The timer starts as soon as they click "Enter the test". They can do as many questions as they want. The test will end once timer ends or student clicks on "End the test". Results are published instantly.

Some Snapshots:

Login Screen for students

Login Screen for students

Before starting the test timer Before starting the test timer

During Test During Test

Result after test Result after test

Login Screen for teacher Login Screen for teacher