EvaluationFormSingleSelectQuestionOption

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

The option for a question.

Constructors

Link copied to clipboard
fun EvaluationFormSingleSelectQuestionOption(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.

Link copied to clipboard

The identifier used to reference the option.

Link copied to clipboard
val score: Int? = null

The score of the option.

Link copied to clipboard

The title of the option.