Types
CourseworkProgress
object
CourseworkProgressFields
completionPercent
Int!
How complete the item is for the member, from 0 to 100.
coursework
The coursework item this progress is for.
isUnlocked
Boolean!
Whether the item is currently available to the member.
quizAttemptStatus
The status of the member's quiz attempt. Present only for quiz items the member has attempted.
state
The member's recorded progress state, or null when the member has not started the item.
unlocksAt
ISO8601DateTime
When the item unlocks for the member. Null when it is already unlocked or has no scheduled unlock.