Topic
No description
type Topic {
id: ID!
originalId: ID
title: String
type: TopicType!
quizQuestions: [ID!]
preTextBlock: String
postTextBlock: String
updatedAt: Date
resultsMessage: String
passMessage: String
failMessage: String
questionSkipEnabled: Boolean
}
Fields
Topic.id ● ID! non-null scalar
Topic.originalId ● ID scalar
Topic.title ● String scalar
Topic.type ● TopicType! non-null enum
Topic.quizQuestions ● [ID!] list scalar
Topic.preTextBlock ● String scalar
Topic.postTextBlock ● String scalar
Topic.updatedAt ● Date scalar
Topic.resultsMessage ● String scalar
Topic.passMessage ● String scalar
Topic.failMessage ● String scalar
Topic.questionSkipEnabled ● Boolean scalar
Member of
AssessmentAttempt object ● Bookmark object ● Note object ● ScormAttempt object
Implemented by
Commentable union