LLMS_Student::get_quiz_data( int $quiz = null, int $lesson = null )
Retrieve quiz data for a student for a lesson / quiz combination
Parameters Parameters
- $quiz
-
(int) (Optional) WP Post ID of a Quiz
Default value: null
- $lesson
-
(int) (Optional) WP Post ID of a lesson
Default value: null
Return Return
(array)
Source Source
File: includes/models/model.llms.student.php
* The dynamic portion of this filter, `{$object_type}`, refers to the Lesson. * * @since 7.5.0 *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |