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

Filter attempt’s questions array for the quiz.


Parameters Parameters

$questions

(array) Array of question (each question is an array itself).

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

Top ↑

User Contributed Notes User Contributed Notes

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