Online Examination System is a web-based application that enables educational institutions and organizations to conduct exams online. This system eliminates the need for paper-based exams, making the entire process more efficient, secure, and cost-effective. With Online Examination System, students can take exams from anywhere with an internet connection, and the results can be instantly generated and analyzed.
This is the script for building a website that creates online exams and quizzes, with full features such as:
- Creating exams and quizzes.
- Allowing students to take online exams.
- Managing teachers and students.
- Managing exams.
- Reporting exam results.
- Exporting exam data.
* How to install script on localhost:
- Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
- Download and extract the script and copy it to the web server directory;
- Access phpMyAdmin to create a new database, then import file onlinexaminationci.sql database;
- Open file database.php (in directory application/config/database.php) to configuration database connection:
$db['default'] = array(
'hostname' => 'localhost',
'username' => '',
'password' => '',
'database' => '',
'dbdriver' => 'mysqli',
)
- Project URL: http://localhost/project_name/admin
- Default login account: admin@mail.com / Password@123
* Unzip password: 562031
* Note: The script is for reference only, if you use it, you must purchase the license.