learndash_get_assignment_points_awarded( int $assignment_id )
Gets the value of the awarded assignment points.
Description Description
If the assignment hasn’t been approved or graded, the translatable string ‘Pending’ is returned. Otherwise, the awarded points and percentage achieved are returned.
Parameters Parameters
- $assignment_id
-
(Required) ID of the assignment.
Return Return
(string) Returns points awarded.
Source Source
File: includes/ld-assignment-uploads.php
Changelog Changelog
Version | Description |
---|---|
2.6.4 | Introduced. |