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


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/models/model.llms.student.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
?? Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.