CourseCompletionCriteria
No description
type CourseCompletionCriteria {
id: ID!
course: ID!
type: CourseCompletionCriteriaType!
description: String!
coursePercentViewed: Int
courseAssignmentComplete: ID
courseAssessmentPassed: ID
courseTopicViewed: ID
courseMeetingAttended: ID
scormComplete: ID
surveyGizmoComplete: ID
xApiComplete: ID
articlePercentViewed: Int
articleTimeViewedInSeconds: Int
videoPercentViewed: Int
videoTopicId: ID
}