MultipleChoice as a question component. #176
-
Hi, Great work on this. I'm looking for the correct format to specify the options when using MultipleChoice as a question component?
Where should I be putting the options? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@n-mitchell , the correct format to specify the MultipleChoice options is:
|
Beta Was this translation helpful? Give feedback.
@n-mitchell , the correct format to specify the MultipleChoice options is:
<question type="multiplechoice" title="Multiple choice question" :options="[{label: 'Answer 1', value: 'answer_1'}, {label: 'Answer 2', value: 'answer_2'}]"></question>