Evaluation Form Numeric Question Option
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)