Evaluation Form Numeric Question Option Args
data class EvaluationFormNumericQuestionOptionArgs(val automaticFail: Output<Boolean>? = null, val maxValue: Output<Int>, val minValue: Output<Int>, val score: Output<Int>? = null) : ConvertibleToJava<EvaluationFormNumericQuestionOptionArgs>
The option ranges used for scoring in numeric questions.
Constructors
Link copied to clipboard
fun EvaluationFormNumericQuestionOptionArgs(automaticFail: Output<Boolean>? = null, maxValue: Output<Int>, minValue: Output<Int>, score: Output<Int>? = null)