ChoiceQuestion

data class ChoiceQuestion(val instructions: JsonElement, val options: Map<String, JsonElement>) : Question(source)

Pick one of options, in order; a JsonNull description sends the option undescribed.

Constructors

Link copied to clipboard
constructor(instructions: JsonElement, options: Map<String, JsonElement>)

Properties

Link copied to clipboard
open override val instructions: JsonElement
Link copied to clipboard