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.


Top ↑

Source Source

File: includes/models/model.llms.student.quizzes.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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