EvaluationFormNumericQuestionProperties

data class EvaluationFormNumericQuestionProperties(val automation: EvaluationFormNumericQuestionAutomation? = null, val maxValue: Int, val minValue: Int, val options: List<EvaluationFormNumericQuestionOption>? = null)

Information about properties for a numeric question in an evaluation form.

Constructors

Link copied to clipboard
constructor(automation: EvaluationFormNumericQuestionAutomation? = null, maxValue: Int, minValue: Int, options: List<EvaluationFormNumericQuestionOption>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The automation properties of the numeric question.

Link copied to clipboard

The maximum answer value.

Link copied to clipboard

The minimum answer value.

Link copied to clipboard

The scoring options of the numeric question.