Skip to content

AssessmentReportPrompt

type AssessmentReportPrompt {
id: String!
required: Boolean!
type: PromptType!
displayText: String!
description: String
answer: PromptResponse
answerOptions: [AnswerOption!]
}
FieldTypeDescription
idString!
requiredBoolean!
typePromptType!
displayTextString!
descriptionString
answerPromptResponse
answerOptions[AnswerOption!]