Types
CourseProgress
object
CourseProgressFields
course
The course this progress is for.
current
The coursework item the member should work on next (the "Next up" item). Null for hosts and moderators.
The member's progress on each coursework item in the course, ordered by position. Hidden and pending items are listed only for a Host or moderator of the course.
Arguments
after
String
Returns the elements in the list that come after the specified cursor.
before
String
Returns the elements in the list that come before the specified cursor.
first
Int
Returns the first n elements from the list.
last
Int
Returns the last n elements from the list.
next
The coursework item that follows the current one, or null when there is none.
progressPercent
Int
The member's overall completion percentage for the course, from 0 to 100. Null when the member has no membership in the course.