```val question1 = MultipleQuestionAndAnswer( ...
# getting-started
r
Copy code
val question1 = MultipleQuestionAndAnswer(
                        "Choose one or more options",
                        <http://ElementType.NA|ElementType.NA>,
                        listOf(
                                "A", "B", "C"
                        ),
                        "XXX01",
                        false, { list ->
                    question2
                }
                )