You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var choices1 = ["Red", "Yellow", "Green", "Blue", "Black"];
var choices2 = ["Apples", "Bananas", "Carrots", "Donuts", "Eggplant"];
var multi_choice_block = {
type: 'survey-multi-select',
questions: [{prompt: "Which of these colors do you like?", options: choices1, horizontal: true}, {prompt: "Which of these foods do you like?", options: choices2, horizontal: true}],