EvaluationFormNumericQuestionPropertiesArgs

data class EvaluationFormNumericQuestionPropertiesArgs(val automation: Output<EvaluationFormNumericQuestionAutomationArgs>? = null, val maxValue: Output<Int>, val minValue: Output<Int>, val options: Output<List<EvaluationFormNumericQuestionOptionArgs>>? = null) : ConvertibleToJava<EvaluationFormNumericQuestionPropertiesArgs>

Information about properties for a numeric question in an evaluation form.

Constructors

constructor(automation: Output<EvaluationFormNumericQuestionAutomationArgs>? = null, maxValue: Output<Int>, minValue: Output<Int>, options: Output<List<EvaluationFormNumericQuestionOptionArgs>>? = null)

Properties

Link copied to clipboard

The automation properties of the numeric question.

Link copied to clipboard
val maxValue: Output<Int>

The maximum answer value.

Link copied to clipboard
val minValue: Output<Int>

The minimum answer value.

Link copied to clipboard

The scoring options of the numeric question.

Functions

Link copied to clipboard
open override fun toJava(): EvaluationFormNumericQuestionPropertiesArgs