LLMS_Quiz_Attempt_Question
LLMS_Quiz_Attempt_Question model class
Description Description
Source Source
File: includes/models/model.llms.quiz.attempt.question.php
Changelog Changelog
Version | Description |
---|---|
3.16.15 | Unknown. |
3.16.0 | Introduced. |
Methods Methods
- __construct — Constructor
- can_be_manually_graded — Determine if it's possible to manually grade the question
- get — Getter
- get_answer — Retrieve answer HTML for the question answers
- get_answer_array — Get answer(s) as an array
- get_correct_answer — Retrieve answer HTML for the question correct answers
- get_correct_answer_array — Get correct answer(s) as an array
- get_question — Retrieve an instance of the LLMS_Question
- get_status — Receive the graded status of the question
- get_status_icon — Retrieve the status icon HTML based on the question's status/answer
- has_remarks — Determine if remarks are available for the question
- is_correct — Determine if a question is correct
- set — Setter