apply_filters( 'llms_quiz_is_open', boolean $quiz_open , int|null $user_id , int $quiz_id , LLMS_Quiz $quiz , LLMS_Student|false $student )
Filters whether the quiz is open to a student or not.
Description Description
Parameters Parameters
- $quiz_open
-
Whether the quiz is open.
- $user_id
-
WP User ID, can be
null
. - $quiz_id
-
The Quiz id.
- $quiz
-
The LLMS_Quiz instance.
- $student
-
LLMS_Student instance or false if user not found.
Source Source
File: includes/models/model.llms.quiz.php