EvaluationFormSingleSelectQuestionOptionArgs

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

The option for a question.

Constructors

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

Functions

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

Properties

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

The flag to mark the option as automatic fail.

Link copied to clipboard
val refId: Output<String>

The identifier used to reference the option.

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

The score of the option.

Link copied to clipboard
val text: Output<String>

The title of the option.