Skip to main content

WorkbookPage

No description

type WorkbookPage 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!]!
linked: Boolean
preventProgression: Boolean
resultsMessage: String
startMessage: String
}

Fields

WorkbookPage.accessibilityAudioAsset ● String scalar

WorkbookPage.accessibilityAudioAssetUrl ● AbsoluteOrRelativeURL scalar

WorkbookPage.accessibilityAudioAssetTitle ● String scalar

WorkbookPage.catalogAsset ● String scalar

WorkbookPage.clientId ● ID scalar

WorkbookPage.companyId ● ID! non-null scalar

WorkbookPage.completionTimeSeconds ● Int scalar

WorkbookPage.contentDescription ● String scalar

WorkbookPage.contentEstimate ● String scalar

WorkbookPage.contentTime ● String scalar

WorkbookPage.createdAt ● Date! non-null scalar

WorkbookPage.editableByChildren ● Boolean scalar

WorkbookPage.id ● ID! non-null scalar

WorkbookPage.indentationLevel ● Int scalar

WorkbookPage.lessonId ● ID! non-null scalar

WorkbookPage.title ● String scalar

WorkbookPage.type ● TopicType! non-null enum

WorkbookPage.updatedAt ● Date! non-null scalar

WorkbookPage.instructorAssessment ● Boolean scalar

WorkbookPage.questions ● [QuizQuestion!]! non-null object

This field has an additional cost of 3 points.

This has an additional cost of 3 points.

WorkbookPage.linked ● Boolean scalar

WorkbookPage.preventProgression ● Boolean scalar

WorkbookPage.resultsMessage ● String scalar

WorkbookPage.startMessage ● String scalar

Interfaces

PageEntity interface

AssessmentPageEntity interface

Implemented by

PageResource union