School Grading System using VB.NET and MySQL Server With Source Code

If you are looking for School Grading System in VB.Net then you are at the right place. This simple system created using VB.Net for the High School level. This system has 2 sides of users which are the Administrator and the Subject Teacher. The Administrator is in charge of populating and maintaining the main list such as the student, teachers, users, and etc. The admin also can monitor and generate the Grades Report for the students. The Subject Teacher Users are the ones who are in charge to manage the grades of the students they are handling. The teacher can also print the grade report of his/her students by class. The system is easy to use and the features and instructions to install this system will be listed below.

Features of the System

Administrator

  • Manage Sections
  • Manage Teachers
  • Manage Students
  • Manage Students Days of Absences and Presents
  • Print Reports
  • Manage Academic School Year
  • Manage System Users

Subject Teacher

  • Manage Subject Grading Scores Criteria
  • Add Students Grades
  • Update Student Grades
  • Print Report

How to Run

Requirements:

  • Download and Install Microsoft Visual Studio Software 2010 or higher.
  • Download and Install MySQL Server. Virtual Servers such as XAMPP/WAMPP will do.
  • Download the provided source code zip file.

Installation

  1. Extract the Source Code zip file.
  2. Create a new database in your MySQL Server naming "ibedgrading_db".
  3. Import the provided "SQL" file. The file is known as "ibedgrading_db.sql" located inside the "Database" folder of the extracted source code folder.
  4. Locate the project's solution file known as "IBEDGradingSystem.sln" in the extracted source code folder.
  5. Open the solution file with your MS Visual Studio Source Code.
  6. Press the "F5" key on your keyboard to run the project.

Important:

  1. When the source code is started for the first time on your computer. Press the "F12" key on your keyboard to configure your database connection.
  2. Test your Database Connection and Save it.

Admin Access

Username: admin
Password: admin
Option: Main System
Note: For the Subject Teachers log in, choose the "Subject Teacher" in the option.

Demo

That's all! I hope that this School Grading System Project helps you with what you are looking for.

Enjoy Coding :)

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.

Add new comment