Evaluation Form Numeric Question Properties
data class EvaluationFormNumericQuestionProperties(val automation: EvaluationFormNumericQuestionAutomation? = null, val maxValue: Int, val minValue: Int, val options: List<EvaluationFormNumericQuestionOption>? = null)
The properties of the numeric question.
Constructors
Link copied to clipboard
fun EvaluationFormNumericQuestionProperties(automation: EvaluationFormNumericQuestionAutomation? = null, maxValue: Int, minValue: Int, options: List<EvaluationFormNumericQuestionOption>? = null)