EvaluationFormNumericQuestionProperties

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The automation properties for the numeric question.

Link copied to clipboard

The maximum value for answers of the question.

Link copied to clipboard

The minimum value for answers of the question.

Link copied to clipboard

The list of option ranges used for scoring.