PHP ProjectsSoftware Projects

Online Faculty Evaluation System in PHP (Source Code)

The Faculty Evaluation System is a PHP/MySQLi project that helps an individual school manage its evaluation results. The system has three user types which are the Administrator, Faculties, and the Students.

The Administrator user is in-charge of maintaining and populate the data in the system database using the front-end feature for the admin sides, such as the list of subjects, faculties, students, and some other related data.

The student users are permitted only to evaluate the faculties assigned to their class per issue. If the faculty teaches the class 2 subjects, the study will determine the teacher twice. The faculties users are only allowed to view their evaluation result even the evaluation is still ongoing.

Features

Admin

  • Login Page
  • Dashboard Page
  • Subject Management
  • Class Management
  • Faculties Management
  • Student Management
  • Evaluation Criteria Management
  • Academic Year Management
  • Evaluation Questionnaire Management
  • Users Management

Students

  • Login Page
  • Dashboard Page
  • Evaluate Faculties

Faculties

  • Login Page
  • Dashboard Page
  • View Evaluation Result

How To set Up

1st Step: Firstly, Extract the file
2nd Step: After that, Copy the main project folder
3rd Step: So, you need to Paste in xampp/htdocs/

Further, Now Connecting Database

4th Step: So, for now, Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: After that, Click on the databases tab
6th Step: So, Create a database naming “evaluation_db” and then click on the import tab
7th Step: Certainly, Click on browse file and select “evaluation_db.sql” file which is inside the “db” folder
8th Step: Meanwhile, click on Go button.

After Creating Database,

9th Step: Moreover, Open a browser and go to URL [http://localhost/eval]

Admin Access

Email: [email protected]
Password: admin123

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
/