calculate_final_grade()
Calculate final grades for all students in a course
generate_course_statistics()
Calculate the summary statistics for specified courses including mean, median and quantiles.
rank_courses()
Calculate students' course grades to rank courses in ascending/descending order by a specified method.
rank_students()
Ranks students by their grade for a course or the program.
record_grades()
Record grades for students of a specified course and its assessments.
register_courses()
Read and store the input data frame into a data frame of courses to be registered.
suggest_grade_adjustment()
Adjust students' grades upwards in a course based on predefined benchmarks so that average grades for those components meet or exceed these benchmarks.