apply_filters( "{$this->get(‘question_type’)}_question_get_question”}", string $title , string $format , LLMS_Question $question , LLMS_Quiz_Attempt $attempt )
Filter the question text.
Description Description
The dynamic portion of this filter, {$type}, refers to the question type.
Parameters Parameters
- $title
-
(string) Question title.
- $format
-
(string) Format of the question text. Accepts 'html' or 'plain'.
- $question
-
(LLMS_Question) Question object.
- $attempt
-
(LLMS_Quiz_Attempt) Attempt object.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.8.0 | Introduced. |