Skip to main content

SurveyPage

No description

type SurveyPage 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!]!
isGraded: Boolean
preventProgression: Boolean
resultsMessage: String
}

Fields

SurveyPage.accessibilityAudioAsset ● String scalar

SurveyPage.accessibilityAudioAssetUrl ● AbsoluteOrRelativeURL scalar

SurveyPage.accessibilityAudioAssetTitle ● String scalar

SurveyPage.catalogAsset ● String scalar

SurveyPage.clientId ● ID scalar

SurveyPage.companyId ● ID! non-null scalar

SurveyPage.completionTimeSeconds ● Int scalar

SurveyPage.contentDescription ● String scalar

SurveyPage.contentEstimate ● String scalar

SurveyPage.contentTime ● String scalar

SurveyPage.createdAt ● Date! non-null scalar

SurveyPage.editableByChildren ● Boolean scalar

SurveyPage.id ● ID! non-null scalar

SurveyPage.indentationLevel ● Int scalar

SurveyPage.lessonId ● ID! non-null scalar

SurveyPage.title ● String scalar

SurveyPage.type ● TopicType! non-null enum

SurveyPage.updatedAt ● Date! non-null scalar

SurveyPage.instructorAssessment ● Boolean scalar

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

This field has an additional cost of 3 points.

This has an additional cost of 3 points.

SurveyPage.isGraded ● Boolean scalar

SurveyPage.preventProgression ● Boolean scalar

SurveyPage.resultsMessage ● String scalar

Interfaces

PageEntity interface

AssessmentPageEntity interface

Implemented by

PageResource union