This project is an Online Examination Management System designed to streamline the process of conducting and managing exams in an educational setting. It provides a digital platform for creating, administering, and evaluating online examinations.
- User authentication for students and administrators
- Exam creation and scheduling
- Multiple question types (e.g., multiple choice, short answer)
- Automatic grading for objective questions
- Result analysis and reporting
- Secure exam environment
- Database Management System (DBMS)
- PHP,HTML,CSS
- Clone the repository:
git clone https://github.com/Nikhilkps1904/DBMS_Project.git
Usage
Open the XAMPP Control Panel and start the Apache and MySQL services. Open your web browser and go to http://localhost/phpmyadmin/. Create a new database for the project. Import the SQL file:
In phpMyAdmin, select your newly created database. Click on the "Import" tab in the top menu. Click "Choose File" and select the SQL file from the cloned project directory. Click "Go" at the bottom of the page to import the database structure and data.
Contributions to improve the Online Examination Management System are welcome. Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
[ Apache-2.0 License]
[Nikhil K p s] - [[email protected]]
Project Link: https://github.com/Nikhilkps1904/DBMS_Project