learndash_can_attempt_again( int $user_id, int $quiz_id )

Checks whether a user can attempt the quiz again.


Description Description


Parameters Parameters

$user_id

(Required) User ID.

$quiz_id

(Required) Quiz ID.


Top ↑

Return Return

(boolean) Returns true if the user can attempt quiz again otherwise false.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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