options
Parameters
value
The list of options for the question.
Parameters
values
The list of options for the question.
suspend fun options(argument: List<suspend EvaluationFormSingleSelectQuestionOptionArgsBuilder.() -> Unit>)
suspend fun options(vararg argument: suspend EvaluationFormSingleSelectQuestionOptionArgsBuilder.() -> Unit)
suspend fun options(argument: suspend EvaluationFormSingleSelectQuestionOptionArgsBuilder.() -> Unit)
Parameters
argument
The list of options for the question.