learndash_get_user_course_exam_challenge_status learndash_get_user_course_exam_challenge_status( int $user_id, int $course_id ) Get the user’s course exam challenge status. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $user_id (int) (Required) User ID. $course_id (int) (Required) Course ID. Return # (string) key from $learndash_exam_challenge_statuses or empty. Source # File: includes/exam/ld-exam-functions.php Changelog # Changelog Version Description 4.0.0 Introduced. Related # Namespace # global @package # LearnDash / Exams Uses # Uses Uses Description includes/exam/ld-exam-functions.php: learndash_get_user_course_exam_activity () Get the User Course Exam Challenge Activity and Meta record. includes/exam/ld-exam-functions.php: learndash_grade_user_course_exam_activity () Grade the user’s course exam activity record. includes/exam/ld-exam-functions.php: learndash_get_course_exam_challenge () Get the Course to Exam challenge association. Used By # Used By Used By Description includes/exam/ld-exam-functions.php: learndash_course_exam_challenge_redirect () Redirect the user to the associate challenge exam from the course. includes/exam/ld-exam-functions.php: learndash_exam_challenge_view_permission () Check user access to Exam posts.
Uses # Uses Uses Description includes/exam/ld-exam-functions.php: learndash_get_user_course_exam_activity () Get the User Course Exam Challenge Activity and Meta record. includes/exam/ld-exam-functions.php: learndash_grade_user_course_exam_activity () Grade the user’s course exam activity record. includes/exam/ld-exam-functions.php: learndash_get_course_exam_challenge () Get the Course to Exam challenge association.
Used By # Used By Used By Description includes/exam/ld-exam-functions.php: learndash_course_exam_challenge_redirect () Redirect the user to the associate challenge exam from the course. includes/exam/ld-exam-functions.php: learndash_exam_challenge_view_permission () Check user access to Exam posts.