https://github.com/christinec-dev/exanno_online_exam_system
Exanno Online Examination System made with PHP and MySQL as part of my final year CS project
https://github.com/christinec-dev/exanno_online_exam_system
exam freeware mysql php project
Last synced: about 1 month ago
JSON representation
Exanno Online Examination System made with PHP and MySQL as part of my final year CS project
- Host: GitHub
- URL: https://github.com/christinec-dev/exanno_online_exam_system
- Owner: christinec-dev
- Created: 2022-10-04T09:58:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T07:11:31.000Z (over 2 years ago)
- Last Synced: 2025-01-30T07:42:36.583Z (3 months ago)
- Topics: exam, freeware, mysql, php, project
- Language: PHP
- Homepage:
- Size: 1.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exanno Online Examination System
Online Examination System developed for a Higher Educational Institute as part of my final year CS project. The examinations can contain multi-media objects such as images, videos, etc. It's pretty cool.#### *To use this, create a credentials.php file to connect to your db in the admin/config folder, something like this:
``````
## Technologies Used
1. Front-End (HTML5, CSS3, JS)
2. Backend (PHP - OOP)
3. Database (MySQL)## Features of this Project
### Users (Students) Can:
1. Take Exams (Username & Password provided by Admin).
2. Conduct and View Scheduled Examiantions.
3. View Exam Feedback upon examination completion.
4. Update their profile details and reset password.### System Admins Can:
1. Manage Administrators (Create New, Update and Delete Existing Ones).
2. Manage Students (Create New, Update and Delete Existing Ones).
3. Manage Questions (Create New, Update and Delete Existing Ones).
4. Manage Faculties (Create New, Update and Delete Existing Ones).
5. Manage Student Results (Update and Delete Existing Ones).
6. Update their profile details and reset password.### Screenshots








