Skip to content

DopplerEffectReloaded/PredictedGradeFlask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicted Grade Management System

This is a flask application that IBDP schools can use to manage predicted grade calculations.

Access the test version here using the below login credentials.

  • Sample login for Admin:
    • UID = Admin
    • password = AdminTest
  • Sample login for Student:
    • UID = Student1
    • password = StudentTest

Features

  • It includes a login system that allows both students and teachers to log in.
  • Students can view their grades for each subject upon logging in. Additionally, they can view what their current predicted grade is (based on grade boundaries, and weighted averages of the exams they have taken so far). Students can also view the marks they need in the next exam (if there is a next exam) to maintain their current grade, or get any higher grade. The students' grades are saved in a hosted database, from which they are accessed.
  • When teachers (or admins) log in, they are presented with 3 options:
    • Manage Grade boundaries: This option allows admins to individually modify the grade boundaries for each subject, at both Higher and Standard levels separately. After changing the grade boundaries, the updated grade boundaries are saved to the hosted database for future use.
    • View Students' grades: This option allows admins to view the Students' grades. Admins can either choose to view all students' total grades out of 42, or view individual grades for each subject.
    • Upload grades: This option allows admins to upload an excel file of a specific format containing student information (such as name, subject, and marks). The excel file is parsed, and student marks for each subject are saved to the hosted database. These are then visible through the View Students' Grades option.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 52.3%
  • Python 47.7%