learndash_assignment_points_awarded learndash_assignment_points_awarded( int $assignment_id ) Returns the number of points awarded for an assignment. ContentsDescription Parameters Return Source Related Namespace @package Uses Description # Displayed on single lessons under the submitted assignment Parameters # $assignment_id (int) (Required) ID of the assignment. Return # (string) Returns the number of points awarded string. Source # File: includes/ld-assignment-uploads.php Related # Namespace # global @package # LearnDash / Assignments Uses # Uses Uses Description includes/ld-assignment-uploads.php: learndash_assignment_is_points_enabled () Checks if the points are enabled for the assignment. includes/ld-assignment-uploads.php: learndash_get_assignment_points_awarded () Gets the value of the awarded assignment points. includes/ld-assignment-uploads.php: learndash_points_awarded_output Filters the output of the awarded points of an assignment.
Uses # Uses Uses Description includes/ld-assignment-uploads.php: learndash_assignment_is_points_enabled () Checks if the points are enabled for the assignment. includes/ld-assignment-uploads.php: learndash_get_assignment_points_awarded () Gets the value of the awarded assignment points. includes/ld-assignment-uploads.php: learndash_points_awarded_output Filters the output of the awarded points of an assignment.