apply_filters( 'llms_quiz_attempt_questions', array $questions, LLMS_Quiz $quiz, LLMS_Quiz_Attempt $attempt )

Filter questions for the quiz.


Description Description

Sets the questions to be used for the quiz.


Top ↑

Parameters Parameters

$questions

(array) Array of LLMS_Question objects.

$quiz

(LLMS_Quiz) LLMS_Quiz instance.

$attempt

(LLMS_Quiz_Attempt) LLMS_Quiz_Attempt instance.


Top ↑

Source Source

File: includes/models/model.llms.quiz.attempt.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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