apply_filters( 'llms_quiz_questions_count', int $questions_count, LLMS_Quiz $quiz )

Filter the count of questions in a quiz.


Parameters Parameters

$questions_count

(int) Number of questions in a quiz.

$quiz

(LLMS_Quiz) Current quiz object.


Top ↑

Source Source

File: includes/models/model.llms.quiz.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.