EvaluationFormNumericQuestionOption

data class EvaluationFormNumericQuestionOption(val automaticFail: Boolean? = null, val maxValue: Int, val minValue: Int, val score: Int? = null)

The option ranges used for scoring in numeric questions.

Constructors

Link copied to clipboard
fun EvaluationFormNumericQuestionOption(automaticFail: Boolean? = null, maxValue: Int, minValue: Int, score: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val automaticFail: Boolean? = null

The flag to mark the option as automatic fail.

Link copied to clipboard

The maximum value of the option range.

Link copied to clipboard

The minimum value of the option range.

Link copied to clipboard
val score: Int? = null

The score of the option range.