Skip to main content

ScormAttempt

No description

type ScormAttempt {
completionStatus: String!
user: User!
topic: Topic!
course: Course!
passed: Boolean!
interactions: [ScormInteraction!]
minScore: Int
maxScore: Int
rawScore: Int
}

Fields

ScormAttempt.completionStatus ● String! non-null scalar

ScormAttempt.user ● User! non-null object

ScormAttempt.topic ● Topic! non-null object

ScormAttempt.course ● Course! non-null object

ScormAttempt.passed ● Boolean! non-null scalar

ScormAttempt.interactions ● [ScormInteraction!] list object

ScormAttempt.minScore ● Int scalar

ScormAttempt.maxScore ● Int scalar

ScormAttempt.rawScore ● Int scalar