EvaluationFormNumericQuestionOption

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

Information about the option range used for scoring in numeric questions.

Constructors

Link copied to clipboard
constructor(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. If an automatic fail answer is provided, the overall evaluation gets a score of 0.

Link copied to clipboard

The maximum answer value of the range option.

Link copied to clipboard

The minimum answer value of the range option.

Link copied to clipboard
val score: Int? = null

The score assigned to answer values within the range option. Minimum: 0 Maximum: 10