LLMS_Student::get_best_quiz_attempt( $quiz = null, $lesson = null )
Get the quiz attempt with the highest grade for a given quiz and lesson combination
Parameters Parameters
- $quiz_id
-
(int) (Required) WP Post ID of a Quiz
- $lesson_id
-
(int) (Required) WP Post ID of a lesson
Return Return
(array)
Source Source
File: includes/models/model.llms.student.php
* @param string $object_type The object type, currently only 'lesson'.
* @return bool
*/
public function is_favorite( $object_id, $object_type = 'lesson' ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |