The Online Examination System V2 is a comprehensive platform designed to facilitate the creation, management, and execution of online exams. It provides a user-friendly interface for both administrators and students, ensuring a seamless examination process.
- Admin Panel: Allows administrators to create, edit, and delete exams, manage questions, and monitor exam results.
- User Management: Supports the registration and management of students and examiners.
- Exam Interface: Provides a clean and intuitive interface for students to take exams.
- Real-time Monitoring: Enables real-time tracking of student progress and exam status.
- Result Analysis: Generates detailed reports and analytics on exam performance.
- Backend: PHP
- Frontend: HTML, CSS, JavaScript
- Database: MySQL
- Clone the repository:
git clone https://github.com/delosreyesjohnpaul/Online-Examination-System-V2.git
- Navigate to the project directory:
cd Online-Examination-System-V2
- Set up the database:
- Import the SQL file located in the
database
folder into your MySQL server.
- Import the SQL file located in the
- Configure the database connection:
- Update the database configuration in
conn.php
with your MySQL credentials.
- Update the database configuration in
- Start the server and navigate to the project URL.
- Admin Login: Access the admin panel via
/adminpanel/admin
and log in using admin credentials. - Create Exams: Use the admin panel to create and manage exams.
- Student Registration: Students can register and log in to take exams.
- Take Exams: Students can take assigned exams and submit their answers.
- View Results: Admins can view detailed results and analytics for each exam.
We welcome contributions to enhance the Online Examination System V2. Please fork the repository and create a pull request with your changes.
For more details, visit the repository here.