LLMS_Student_Quizzes::get_attempts_remaining_for_quiz( int $quiz_id )
Get the # of attempts remaining by a student for a given quiz
Description Description
Parameters Parameters
- $quiz_id
-
(Required) WP Post ID of the Quiz.
Return Return
(mixed)
Source Source
File: includes/models/model.llms.student.quizzes.php
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |