LLMS_Quiz
LLMS_Quiz model class.
Description Description
Source Source
File: includes/models/model.llms.quiz.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Remove previously deprecated method LLMS_Quiz::get_lessons() . |
4.2.0 | Added a parameter to the is_orphan() method to deeply check the quiz is not really attached to any lesson. |
4.0.0 | Remove deprecated methods. |
3.38.0 | Only add theme metadata to the quiz array when the llms_get_quiz_theme_settings filter is being used. |
3.37.2 | Added llms_quiz_is_open filter hook. |
3.3.0 | |
3.19.2 | Introduced. |
Methods Methods
- get_course — Retrieve the LLMS_Course for the quiz.
- get_lesson — Retrieve LLMS_Lesson for the quiz's parent lesson.
- get_question_value — Get the (points) value of a question.
- get_questions — Retrieve the quizzes child questions.
- get_questions_raw — Retrieve the array of raw question data from the postmeta table.
- get_time_limit_string — Retrieve the time limit formatted as a human readable string.
- has_attempt_limit — Determine if the quiz defines limited attempts.
- has_time_limit — Determine if a time limit is enabled for the quiz.
- is_open — Determine if a student can take the quiz.
- is_orphan — Determine if the quiz is an orphan.
- questions — Retrieve an instance of the question manager for the quiz.
- toArrayAfter — Called before data is sorted and returned by $this->toArray().