The Examination Seating Arrangement System is a PHP project that can automate the process of exam allotment and seating arrangement. The system was developed using the following languages: PHP, HTML, CSS, JavaScript, MySQLi, and jQuery. The system facilitates the examination by assigning each student to their respected classes and allocating the seating arrangement to avoid conflict. Most of the time student faces problems finding their assign examination hall, so with this system, it will be easier to manage the location by arranging each hall in a computer-generated way. This is very useful for colleges whereas it can generate a report that concerned the students.
The system has a feature that generates a report automatically during exams at the end of the session or in between the session. The major modules in this application are, Dashboard
Teacher Management Add Teacher, View Teacher
Student Management Add Student, View Student
Subject Management Add Subject, View Subject
Class Management Add Class, View Class
Exam Management Add Room Type, View Room Type, Add Room, View Room, Add Exam, View Exam, Add Allotment, View Allotment
USERS User Management User Permissions, Settings
Appearance Management
Email Management
Report Management Today's Exam, Exam Report
HARDWARE REQUIREMENTS PROCESSOR: Ryzen 5 5500U, RAM: 8GB, SSD: 512GB
SOFTWARE REQUIREMENTS FRONT END: HTML, CSS, BACK END: PHP, SQL, OPERATION SYSTEM: WINDOWS 7, IDE: XAMPP SERVER
How to Run Requirements
Download and Install any local web server such as XAMPP/WAMP. Download the provided source code zip file. (download button is located below) Installation/Setup
Open your XAMPP/WAMP's Control Panel and start the Apache and MySQL. Extract the downloaded source code zip file. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin Create a new database naming exam_hall. Import the provided SQL file. The file is known as exam_hall.sql located inside the DB folder. Browse the Examination Hall System in a browser. i.e. http://localhost/Exam-Seating-Arrangement/. Note: To log in as a Student or Teacher, please browse the following.
#Just give the full path of your project directory including localhost at the beginning at your browser
For Adminsitration: http://localhost/Exam-Seating-Arrangement/login.php #For example
For Students: http://localhost/Exam-Seating-Arrangement/student.php #For example
For Teachers: http://localhost/Exam-Seating-Arrangement/teacher.php #For example
Email: swatadrupaul@gmail.com
Password: admin
Email: swatadrupaul@gmail.com
Password: 123
Email: saheb@gmail.com / sahebpaul@gmail.com
Password: 123
Login Page of admin
Admin Dashboard
Student Dashboard #Teacher Dashboard looks similar