apply_filters( 'llms_student_quiz_attempts_remaining_for_quiz', mixed $ret , LLMS_Quiz $quiz , LLMS_Student_Quizzes $student_quizzes )
Filters the number of attempts remaining by a student for a given quiz.
Parameters Parameters
- $ret
-
(mixed) The number of attempts remaining by a student for a given quiz, or 'Unlimited' for quizzes with no attempts limit.
- $quiz
-
(LLMS_Quiz) Quiz object.
- $student_quizzes
-
(LLMS_Student_Quizzes) Student quizzes object.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |