Back
Subah Senior HS
2021
Laravel, Bootstrap
SIMNA is a web-based application that is used to manage student final grades, made with Laravel and Bootstrap. This application is built to replace the conventional method of managing student grades, which is using Microsoft Excel, and help the teacher to manage student grades more easily and efficiently.
Subah Senior High School is a high school located in the district of Batang, Central Java, Indonesia. The school has a total of ±750 students and ±60 teacher. The school has been using Microsoft Excel to manage student grades. While the method used is effective, it has several problems, such as:
Final year students grade are calculated with the following formula:
Final Grade = (semester_grade + ((x * School Exam) + (y * National Exam))) / 2
// x and y are the weight of the examThe component of grading system detailed as follows:
average grades of the student in the semester 1-6.x and y are the weight of the exam, where x+y=1
The expected outcome of this project is a web-based application that can be used to manage student grades. The application should be able to:
The application will be built using Laravel. The application will have two user roles, which are teacher and admin. The application will provide a downloadable excel template that contain a boilerplate for the admin to input student grades. The admin will then upload the excel file to the application. The application will then calculate the student grades and generate the report card.
The admin will also be able to manage user data, such as adding, editing, and deleting teacher and student data, and is able to set the weight of school and national exam while also setting the minimum passing grade the student to graduate.
The teacher will have access to their respective class and download the report card, which consist of two types of report card as follows:
Admin Dashboard

School Exam Grades

Upload Grades
