Skip to content

CourseCompletionInfoIndividualsType

Completion info for individual participants enrolled to the course

Fields

label · String · User full_name
value · String · User ID

Used By

Definition

"""
Completion info for individual participants enrolled to the course
"""
type CourseCompletionInfoIndividualsType {
"""
User full_name
"""
label: String
"""
User ID
"""
value: String
}