EvaluationFormSingleSelectQuestionOption

data class EvaluationFormSingleSelectQuestionOption(val automaticFail: Boolean? = null, val refId: String, val score: Int? = null, val text: String)

Information about the automation configuration in single select questions.

Constructors

Link copied to clipboard
constructor(automaticFail: Boolean? = null, refId: String, score: Int? = null, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val automaticFail: 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

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: Int? = null

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

Link copied to clipboard

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