Online Exam System using PHP/MySQLi with Source Code
This simple project is entitled Online Exam System. This system was developed using PHP Programming Language. The system is a simple online platform that manages simple exam questions and provides users an online answer sheet. This web application has 2 types of users which are the administrator and the normal users. The administrator user is in charge of managing the questions and choices of each question. The normal users are the ones who are answering the questions in this system. The users can register their credentials on the registration page and login afterward to answer the series of questions created by the admin.
This Online Exam System project was developed using PHP/MySQLi, MySQL Database, HTML, CSS, and JavasScript (jQUery and Ajax). This has a pleasant user interface and user-friendly features and functionalities. The source code is free to download. Continue reading for the Features and Installation instructions.
Features
Admin
- Manage Question List
- Manage Choices Each Question
- Manage Correct Answer Each Question
- Manage Users List
Users
- Login and Registration
- Answer the Questions
- View Result
- View All Questions with the Correct Answers
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 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 "db_exam".
- Import the provided SQL file. The file is known as "db_exam.sql" located inside the extracted source code folder.
- Browse the Simple Online Exam System in a browser. i.e. http://localhost/exam/admin for the admin side and http://localhost/exam for the normal users
Credentials
Admin
Username: admin
Password: 123
Sample User
Email: [email protected]
Password: 123
Demo
That's it! You can now experience/explore the features and functionalities of this Simple Online Exam System Project. I hope this simple PHP Project Source Code will help you with what you are looking for and for your future projects.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Not working mysqli.php is missing
Admin can't manage results after exam
Add new comment
- Add new comment
- 11332 views