EvaluationFormSingleSelectQuestionOptionArgs

data class EvaluationFormSingleSelectQuestionOptionArgs(val automaticFail: Output<Boolean>? = null, val refId: Output<String>, val score: Output<Int>? = null, val text: Output<String>) : ConvertibleToJava<EvaluationFormSingleSelectQuestionOptionArgs>

Information about the automation configuration in single select questions.

Constructors

constructor(automaticFail: Output<Boolean>? = null, refId: Output<String>, score: Output<Int>? = null, text: Output<String>)

Properties

Link copied to clipboard
val automaticFail: Output<Boolean>? = null

The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.

Link copied to clipboard
val refId: Output<String>

The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.

Link copied to clipboard
val score: Output<Int>? = null

The score assigned to the answer option. Minimum: 0 Maximum: 10

Link copied to clipboard
val text: Output<String>

The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.

Functions

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