LLMS_Student::get_overall_grade()

Method: Retrieve the student’s overall grade Grade = sum of grades for all courses divided by number of enrolled courses if a course has no quizzes in it, it cannot be graded and is therefore excluded from the calculation

Source: includes/models/model.llms.student.php:694

Used by 0 functions | Uses 2 functions

LLMS_Student::get_overall_progress()

Method: Retrieve a student’s overall progress Overall progress is the total percentage completed based on all courses the student is enrolled in Cached data is cleared every time the student completes a lesson

Source: includes/models/model.llms.student.php:761

Used by 0 functions | Uses 2 functions