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.