Evaluation Form Question Type Properties
data class EvaluationFormQuestionTypeProperties(val numeric: EvaluationFormNumericQuestionProperties? = null, val singleSelect: EvaluationFormSingleSelectQuestionProperties? = null)
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
Constructors
Link copied to clipboard
constructor(numeric: EvaluationFormNumericQuestionProperties? = null, singleSelect: EvaluationFormSingleSelectQuestionProperties? = null)