ABCDEF
1
typenamelabelrelevantcomments
2
select_one yes_nolikes_pizzaDo you like pizza?
3
select_multiple pizza_toppingspizza_toppingsWhat are your favorite pizza toppings?Other option using skip logic
4
textpizza_toppings_otherSpecify otherselected(${pizza_toppings}, ‘other’)

Other option using skip logic
5
select_multiple pizza_toppings or_otherfavorite_toppingFavorite toppings${likes_pizza} = 'yes'Other option using or_other
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20