Warning: This function has been deprecated. Use ‘learndash_is_all_global_quizzes_complete’ instead.

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


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/deprecated/3.4.0/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Use 'learndash_is_all_global_quizzes_complete' instead.
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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