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