SurveyQuestionInput
Value for a survey question.
Input Fields
disabled (
Boolean
)
Whether the question should not be shown to respondents.
guidance (
String
)
Additional information to aid in answering the question.
id (
ID
)
Identifier of the object to update using these values. For new objects it should be null
.
position (
Int
)
Relative position of the question.
question (
String
)
Question to pose.
required (
Boolean
)
Whether an answer to the question is required to completed the survey.
type (
SurveyQuestionType
)
Type of the question.
weight (
Int
)
Relative weight of the question.