Simple Exam Reviewer Management System in PHP/OOP Free Source Code

Language

Introduction

This is a Simple PHP entitled Exam Reviewer Management System. This is a web-based application is an online platform for reviewing an Exam. It can be useful for schools, companies, organizations, etc. The system provides an answer sheet to the reviewers which have random questions that are possible to occur in the actual exam. The application has a small scope, simple, and is easy to use. It has a pleasant user interface and a mobile responsive at the public side of the system. The project has user-friendly features and functionalities.

About the Exam Reviewer Management System

I developed this project using the following:

  • XAMPP v3.3.0 as my local webserver that has a PHP Version 8.0.7
  • PHP Language
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Ajax
  • Bootstrap
  • AdminLTE
  • and more...

The Exam Reviewer Management System Project has 2 sides of the user interface. One is the Management Side where the management can manage the Review Questionnaires, and one for the public side. The Public Side of the system is a simple website where the reviewers can read some content about the system, explore the exam reviewer list, and take the Exam to practice. The Management Side requires the users to log their system user credentials in order to access the features and functionalities of the said side. The management staffs are the ones who are in charge of managing the practice Test/Exam. This side can be only accessed by 2 types of users which are the Administrator and the Staff. The Administrator has the privilege to access and manage all the features and functionalities on the management side while the Staff have only limited access.

Features

Management Side

  • Secure Login and Logout
  • Dashboard
    • Display the summary of lists.
  • Exam Categories Management
    • Add New Lead Category
    • List All Lead Categories
    • View Lead Category
    • Update Lead Category
    • Delete Lead Category
  • Exam Management
    • Add New Exam
    • List All Exams
    • View Exam
    • Add Question
    • List Questions
    • Update Question
    • Dynamically add/Remove Choices/Options in every Question
    • Delete Question
    • Update Exam
    • Delete Exam
  • Manage User List (CRUD)
  • Manage Account Details/Credentials
  • Manage System Information

Public-Side

  • Welcome Content
  • Exam Lists
  • Search Exam
  • View Exam Details
  • Take the Practice Exam
  • View the Practice Exam Result
  • 'About' Content

System Snapshots of some Features

Practice Exam Details (Management Side)
Exam Reviewer Management System
Exam List (Public-Side)
Exam Reviewer Management System
Exam Details Modal (Public-Side)
Exam Reviewer Management System
Questionnaire (Public-Side)
Exam Reviewer Management System
Questionnaire - Mobile (Public-Side)
Exam Reviewer Management System
Result (Public-Side)
Exam Reviewer Management System
Result - Mobile (Public-Side)
Exam Reviewer Management System

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

  1. Enable or Uncomment the GD Library on your php.ini file.
  2. Open your XAMPP/WAMP's Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. 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.
  5. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  6. Create a new database naming erms_db.
  7. Import the provided SQL file. The file is known as erms_db.sql located inside the database folder.
  8. Browse the Exam Reviewer Management System in a browser. i.e. http://localhost/erms/.

Default Admin Access

Username: admin
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Exam Reviewer Management System in PHP. I hope this project will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

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

Add new comment