https://github.com/thoratstuti/web-based-examination-system
Web-based examination system with dual interfaces: a student portal for online exams and an administrative panel for managing users, exams, and results.
https://github.com/thoratstuti/web-based-examination-system
bootstrap4 css html5 sql
Last synced: 2 months ago
JSON representation
Web-based examination system with dual interfaces: a student portal for online exams and an administrative panel for managing users, exams, and results.
- Host: GitHub
- URL: https://github.com/thoratstuti/web-based-examination-system
- Owner: thoratstuti
- Created: 2024-08-16T08:55:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T09:27:50.000Z (10 months ago)
- Last Synced: 2025-04-05T11:13:40.091Z (2 months ago)
- Topics: bootstrap4, css, html5, sql
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-based-examination-system
Web-based examination system with dual interfaces: a student portal for online exams and an administrative panel for managing users, exams, and results.• Admin Registration and Functionality Details:
Admin should have to go to /admin route to reach admin section here also authentication is
present. The Admin can access backend functions for maintaining question bank, design random
question papers, maintain answers, allocate exams to students, track results etc.• Student Registration and Login Details:
The features to be created or modified include: For any user/student to be eligible for the
examination, such a user/student must be registered. During registration, the student must fill
a form. The user/student is also given login credentials i.e. a username, password and a PIN.
These login credentials are used by the student to give exams. After getting logged in user can
give exam in given time.