Curriculum Evaluation System using VB.NET with Source Code

This VB.NET and MySQL Database Project is entitled Curriculum Evaluation System. It is a user-friendly system that aims to help the school staff or admin reduce their time in evaluating a student. This contains accurate information of enrolled students with their responding grades in every subject that they have taken in that semester. The admin can easily determine the pre-requisite of a student. It also provides reports to view the curriculum based on their course.

This project is free to download. Feel Free to download and modify the source code the way you desire. You might find something useful from this project and learn something for your own projects.

Features

Student

  • add Student
  • Edit Student
  • Delete Student
  • List of Student
  • Search for Student

Grades

  • Add Grades
  • Determine Pre-Requisite
  • View Student Grades
  • Subject to be Enrolled
  • Print Student Grades

Curriculum

  • Add Curriculum
  • Update Curriculum
  • Delete Curriculum
  • List Curriculum

Utilities

  • Manage Users
  • Set Pre-Requites
  • Manage Courses

Report

  • Print Curriculum in every Course
  • Print List of Student

Login and Logout

How to Run

Requirements:
(Download and install the following:)

Setup/Installation

  1. Download and Extract the provided source code zip file. (download button is located below this article)
  2. Open Your XAMPP's Control Panel and Start the "MySQL" for the database and "Apache" so you can use PHPMyAdmin to import the SQL file.
  3. Locate the provided database SQL File along with the source code. The file is known as "curriculumdb.sql".
  4. Open a browser and browse the PHPMyAdmin. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "curriculumdb".
  6. Import the SQL file provided in your newly created database.
  7. Locate the project's solution file in the extracted source code folder. The file is known as "CurriculumEvaluationSystem.sln".
  8. Open the solution file with your MS Visual Studio software.
  9. Configure the database connection string according to your database credentials. The file is known as "connection.vb" inside the "include" folder.
  10. Press the "F5" key on the keyboard to run the project.

Admin Access

Username: admin
Password: admin

Demo

That's it! I hope this Curriculum Evaluation System that was developed in VB.NET and MySQL Database project will help you with what you are looking for. I hope you can learn from this project for your future VB.NET Project.

Enjoy :)

For more information about the system. You can contact me @
Email [email protected]
Mobile No. – 09305235027 – TNT
FB Account – https://www.facebook.com/onnaj.soicalap

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