Choice Question
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.
Pick one of options, in order; a JsonNull description sends the option undescribed.