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.


Top ↑

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.


Top ↑

Source Source

File: includes/models/model.llms.question.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.