Evaluation Form Question
data class EvaluationFormQuestion(val instructions: String? = null, val notApplicableEnabled: Boolean? = null, val questionType: EvaluationFormQuestionQuestionType, val questionTypeProperties: EvaluationFormQuestionTypeProperties? = null, val refId: String, val title: String, val weight: Double? = null)
Information about a question from an evaluation form.
Constructors
Link copied to clipboard
constructor(instructions: String? = null, notApplicableEnabled: Boolean? = null, questionType: EvaluationFormQuestionQuestionType, questionTypeProperties: EvaluationFormQuestionTypeProperties? = null, refId: String, title: String, weight: Double? = null)
Properties
Link copied to clipboard
The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
Link copied to clipboard
The flag to enable not applicable answers to the question.
Link copied to clipboard
The type of the question. Allowed values: `NUMERIC`
| `SINGLESELECT`
| `TEXT`
Link copied to clipboard
The properties of the type of question. Text questions do not have to define question type properties.