LLMS_Student::get_grade( int $object_id, bool $use_cache = true )
Get the students grade for a lesson / course All grades are based on quizzes assigned to lessons
Description Description
Parameters Parameters
- $object_id
-
(Required) WP Post ID of a course or lesson
- $use_cache
-
(Optional) If true, uses cached results
Default value: true
Return Return
(mixed)
Source Source
File: includes/models/model.llms.student.php
Changelog Changelog
Version | Description |
---|---|
?? | Introduced. |