TestPage
No description
type TestPage implements PageEntity, AssessmentPageEntity {
accessibilityAudioAsset: String
accessibilityAudioAssetUrl: AbsoluteOrRelativeURL
accessibilityAudioAssetTitle: String
catalogAsset: String
clientId: ID
companyId: ID!
completionTimeSeconds: Int
contentDescription: String
contentEstimate: String
contentTime: String
createdAt: Date!
editableByChildren: Boolean
id: ID!
indentationLevel: Int
lessonId: ID!
title: String
type: TopicType!
updatedAt: Date!
instructorAssessment: Boolean
questions: [QuizQuestion!]!
allowToResume: Boolean
continueAfterTimerExpires: Boolean
failMessage: String
hideQuestionResults: Boolean
isGraded: Boolean
maxAttempts: Int
minPassingPercent: Int
passMessage: String
preventProgression: Boolean
questionSkipEnabled: Boolean
randomizeChoices: Boolean!
startMessage: String
subsetSize: Int
timeLimitInSeconds: Int
timePerQuestionInSeconds: Int
}
Fields
TestPage.accessibilityAudioAsset
● String
scalar
TestPage.accessibilityAudioAssetUrl
● AbsoluteOrRelativeURL
scalar
TestPage.accessibilityAudioAssetTitle
● String
scalar
TestPage.catalogAsset
● String
scalar
TestPage.clientId
● ID
scalar
TestPage.companyId
● ID!
non-null scalar
TestPage.completionTimeSeconds
● Int
scalar
TestPage.contentDescription
● String
scalar
TestPage.contentEstimate
● String
scalar
TestPage.contentTime
● String
scalar
TestPage.createdAt
● Date!
non-null scalar
TestPage.editableByChildren
● Boolean
scalar
TestPage.id
● ID!
non-null scalar
TestPage.indentationLevel
● Int
scalar
TestPage.lessonId
● ID!
non-null scalar
TestPage.title
● String
scalar
TestPage.type
● TopicType!
non-null enum
TestPage.updatedAt
● Date!
non-null scalar
TestPage.instructorAssessment
● Boolean
scalar
TestPage.questions
● [QuizQuestion!]!
non-null object
This field has an additional cost of 3 points.
This has an additional cost of
3
points.
TestPage.allowToResume
● Boolean
scalar
TestPage.continueAfterTimerExpires
● Boolean
scalar
TestPage.failMessage
● String
scalar
TestPage.hideQuestionResults
● Boolean
scalar
TestPage.isGraded
● Boolean
scalar
TestPage.maxAttempts
● Int
scalar
TestPage.minPassingPercent
● Int
scalar
TestPage.passMessage
● String
scalar
TestPage.preventProgression
● Boolean
scalar
TestPage.questionSkipEnabled
● Boolean
scalar
TestPage.randomizeChoices
● Boolean!
non-null scalar
TestPage.startMessage
● String
scalar
TestPage.subsetSize
● Int
scalar
TestPage.timeLimitInSeconds
● Int
scalar
TestPage.timePerQuestionInSeconds
● Int
scalar
Interfaces
PageEntity
interface
AssessmentPageEntity
interface
Implemented by
PageResource
union