EvaluationFormSingleSelectQuestionOption

Information about the automation configuration in single select questions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val score: Int

The score assigned to the answer option.

Link copied to clipboard

The title of the answer option.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String