TallyPage
No description
type TallyPage 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!]!
displayAllHints: Boolean
questionSkipEnabled: Boolean
resultsMessage: String
scoreTiers: [TallyPageScoreTier!]!
startMessage: String
caption: String
audioAsset: String
asset: String!
timeSeconds: Int
unrestrictedHeight: Boolean!
altText: String
}
Fields
TallyPage.accessibilityAudioAsset ● String scalar
TallyPage.accessibilityAudioAssetUrl ● AbsoluteOrRelativeURL scalar
TallyPage.accessibilityAudioAssetTitle ● String scalar
TallyPage.catalogAsset ● String scalar
TallyPage.clientId ● ID scalar
TallyPage.companyId ● ID! non-null scalar
TallyPage.completionTimeSeconds ● Int scalar
TallyPage.contentDescription ● String scalar
TallyPage.contentEstimate ● String scalar
TallyPage.contentTime ● String scalar
TallyPage.createdAt ● Date! non-null scalar
TallyPage.editableByChildren ● Boolean scalar
TallyPage.id ● ID! non-null scalar
TallyPage.indentationLevel ● Int scalar
TallyPage.lessonId ● ID! non-null scalar
TallyPage.title ● String scalar
TallyPage.type ● TopicType! non-null enum
TallyPage.updatedAt ● Date! non-null scalar
TallyPage.instructorAssessment ● Boolean scalar
TallyPage.questions ● [QuizQuestion!]! non-null object
This field has an additional cost of 3 points.
This has an additional cost of
3points.
TallyPage.displayAllHints ● Boolean scalar
TallyPage.questionSkipEnabled ● Boolean scalar
TallyPage.resultsMessage ● String scalar
TallyPage.scoreTiers ● [TallyPageScoreTier!]! non-null object
TallyPage.startMessage ● String scalar
TallyPage.caption ● String scalar
TallyPage.audioAsset ● String scalar
TallyPage.asset ● String! non-null scalar
TallyPage.timeSeconds ● Int scalar
TallyPage.unrestrictedHeight ● Boolean! non-null scalar
TallyPage.altText ● String scalar
Interfaces
PageEntity interface
AssessmentPageEntity interface
Implemented by
PageResource union