Simple Student Quarterly Result/Grade System in PHP and MySQL Free Source Code

Language

Introduction

This project is entitled Simple Student Quarterly Result/Grade System. This is a simple web-based application that was developed using PHP/OOP and MySQL Database. This project is the MySQL Database Version of Student Quarterly Grading System using PHP and SQLite Database project that I posted before. The project allows the faculty or teachers to manage their student's results in each class they handle. The system automatically computes the students' results or grades per component, initial grade, and quarter grade. The UX of the system is still the same and I have added some small changes for the UI to give the user a better experience.

About the Simple Student Quarterly Result/Grade 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

This Simple Student Quarterly Result/Grade System in PHP and MySQL Database was mainly developed for educational purposes only. The source code data storage or the database is totally converted to MySQL Database with minor modifications. The system works still the same as the version I have published before. The System User is required to populate the list of components, subjects, and classes when using the system for the first time.

For more information about this simple PHP project or if you are interested in the SQLite version of this project, click here to redirect.

Features

  • Secure Login/Logout
  • Dashboard/List Summary Page
  • Manage Class List(CRUD)
  • Manage Student List (CRUD)
  • Manage Assessement List (CRUD)
  • Maintenance
    • Add Grading Component
    • Edit Grading Component
    • Delete Grading Component
    • List Grading Components
    • Add Subject
    • Edit Subject
    • Delete Subject
    • List Subjects
    • Manage Grading Components Percentage per Subject
  • Manage Student Assessment Marks Per Class/Subject
  • View Printable Student Quarterly Grade Report Per Class/Subject
  • View Grade Transmutation Table
  • Manage User List (CRUD)
  • Manage Account Credentials

System Snapshots of some Features

Home Page
Simple Student Quarterly Result/Grade System
Class Quarterly Result Report Page
Simple Student Quarterly Result/Grade System
Grade Transmutation Table
Simple Student Quarterly Result/Grade 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. Open your XAMPP/WAMP's Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. 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.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming sqgs_db.
  6. Import the provided SQL file. The file is known as sqgs_db.sql located inside the database folder.
  7. Browse the Simple Student Quarterly Result/Grade System in a browser. i.e. http://localhost/sqgs/.

Default Admin Access

Username: admin
Password: admin123

That's it. You can now explore the features and functionalities of this Simple Student Quarterly Result/Grade 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

Submitted bySani Adamu Utai (not verified)on Fri, 02/18/2022 - 07:13

Good work

Add new comment