ScormAttempt
No description
type ScormAttempt {
completionStatus: String!
user: User!
topic: Topic!
course: Course!
passed: Boolean!
interactions: [ScormInteraction!]
minScore: Int
maxScore: Int
rawScore: Int
}
No description
type ScormAttempt {
completionStatus: String!
user: User!
topic: Topic!
course: Course!
passed: Boolean!
interactions: [ScormInteraction!]
minScore: Int
maxScore: Int
rawScore: Int
}
ScormAttempt.completionStatus ● String! non-null scalarScormAttempt.user ● User! non-null objectScormAttempt.topic ● Topic! non-null objectScormAttempt.course ● Course! non-null objectScormAttempt.passed ● Boolean! non-null scalarScormAttempt.interactions ● [ScormInteraction!] list objectScormAttempt.minScore ● Int scalarScormAttempt.maxScore ● Int scalarScormAttempt.rawScore ● Int scalar