IndexOfChosenOption

value class IndexOfChosenOption(val value: Int)

A value class that models the index of the option that is chosen by the user for a MultiChoiceQuestion.

Constructors

Link copied to clipboard
fun IndexOfChosenOption(value: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val value: Int