Skip to main content

SurveyQuestionInput

No description

input SurveyQuestionInput {
answerChoiceOthers: Boolean
answerInputType: AnswerInputType
answerLanguage: String
answerMaximum: Int
answerMinimum: Int
answerMultiple: Boolean
answerType: SurveyAnswerType
autoAdvance: Boolean
choices: [ChoiceInput]
clientMutationId: String
enabled: Boolean
gameIdentifier: GameIdentifier
hidden: Boolean
id: Int
minimumWordCount: Int
numberOfChoices: Int
order: Int
page: PageInput
questionBankId: Int
questionLanguage: String
questionTopics: [Int]
questionType: SurveyQuestionType
required: Boolean
timeout: Int
}

Fields

SurveyQuestionInput.answerChoiceOthers ● Boolean scalar

SurveyQuestionInput.answerInputType ● AnswerInputType enum

SurveyQuestionInput.answerLanguage ● String scalar

SurveyQuestionInput.answerMaximum ● Int scalar

SurveyQuestionInput.answerMinimum ● Int scalar

SurveyQuestionInput.answerMultiple ● Boolean scalar

SurveyQuestionInput.answerType ● SurveyAnswerType enum

SurveyQuestionInput.autoAdvance ● Boolean scalar

SurveyQuestionInput.choices ● [ChoiceInput] list input

SurveyQuestionInput.clientMutationId ● String scalar

SurveyQuestionInput.enabled ● Boolean scalar

SurveyQuestionInput.gameIdentifier ● GameIdentifier enum

SurveyQuestionInput.hidden ● Boolean scalar

SurveyQuestionInput.id ● Int scalar

SurveyQuestionInput.minimumWordCount ● Int scalar

SurveyQuestionInput.numberOfChoices ● Int scalar

SurveyQuestionInput.order ● Int scalar

SurveyQuestionInput.page ● PageInput input

SurveyQuestionInput.questionBankId ● Int scalar

SurveyQuestionInput.questionLanguage ● String scalar

SurveyQuestionInput.questionTopics ● [Int] list scalar

SurveyQuestionInput.questionType ● SurveyQuestionType enum

SurveyQuestionInput.required ● Boolean scalar

SurveyQuestionInput.timeout ● Int scalar

Member Of

AssessmentCreateInput input ● AssessmentUpdateInput input ● SurveyAddQuestionsInput input ● SurveyCreateInput input ● SurveyDuplicateInput input ● SurveyProfileInput input ● SurveyUpdateInput input ● SurveyUpdateTreeInput input ● TraitInput input ● TraitUpdateInput input