Browse: Home / Functions /

learndash_is_all_global_quizzes_complete

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 #


Parameters #

$user_id

(int|null) (Optional) User ID.

Default value: null

$id

(int|null) (Optional) The ID of the resource.

Default value: null


Return #

(boolean)


Source #

File: includes/course/ld-course-progress.php


Changelog #

Changelog
Version Description
3.4.0 Introduced.