ScormPage
No description
type ScormPage implements PageEntity {
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!
scoTitle: String
embeddedEnabled: Boolean
fullscreenEmbed: Boolean
resetSessionAfterComplete: Boolean
enabledRevertProgress: Boolean
preventProgression: Boolean
directoryEntryPoint: String
centralLibraryItemId: String
isCentralLibraryItem: Boolean
width: Int
height: Int
preTextBlock: String
postTextBlock: String
useProxy: Boolean
}
Fields
ScormPage.accessibilityAudioAsset
● String
scalar
ScormPage.accessibilityAudioAssetUrl
● AbsoluteOrRelativeURL
scalar
ScormPage.accessibilityAudioAssetTitle
● String
scalar
ScormPage.catalogAsset
● String
scalar
ScormPage.clientId
● ID
scalar
ScormPage.companyId
● ID!
non-null scalar
ScormPage.completionTimeSeconds
● Int
scalar
ScormPage.contentDescription
● String
scalar
ScormPage.contentEstimate
● String
scalar
ScormPage.contentTime
● String
scalar
ScormPage.createdAt
● Date!
non-null scalar
ScormPage.editableByChildren
● Boolean
scalar
ScormPage.id
● ID!
non-null scalar
ScormPage.indentationLevel
● Int
scalar
ScormPage.lessonId
● ID!
non-null scalar
ScormPage.title
● String
scalar
ScormPage.type
● TopicType!
non-null enum
ScormPage.updatedAt
● Date!
non-null scalar
ScormPage.scoTitle
● String
scalar
ScormPage.embeddedEnabled
● Boolean
scalar
ScormPage.fullscreenEmbed
● Boolean
scalar
ScormPage.resetSessionAfterComplete
● Boolean
scalar
ScormPage.enabledRevertProgress
● Boolean
scalar
ScormPage.preventProgression
● Boolean
scalar
ScormPage.directoryEntryPoint
● String
scalar
ScormPage.centralLibraryItemId
● String
scalar
ScormPage.isCentralLibraryItem
● Boolean
scalar
ScormPage.width
● Int
scalar
ScormPage.height
● Int
scalar
ScormPage.preTextBlock
● String
scalar
ScormPage.postTextBlock
● String
scalar
ScormPage.useProxy
● Boolean
scalar
Interfaces
PageEntity
interface
Implemented by
PageResource
union