apply_filters( 'llms_quiz_attempt_questions_randomize', bool $randomize, LLMS_Quiz $quiz, LLMS_Quiz_Attempt $attempt )

Filter randomize value for quiz questions.


Parameters Parameters

$randomize

(bool) The randomize boolean value.

$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.