learndash_is_all_global_quizzes_complete( int|null $user_id = null, int|null $id = null )
Checks if all quizzes for a course are complete for the user.
Description Description
Parameters Parameters
- $user_id
-
(Optional) User ID.
Default value: null
- $id
-
(Optional) The ID of the resource.
Default value: null
Return Return
(boolean)
Source Source
File: includes/course/ld-course-progress.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |