ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
typenamelabelhintdefaultappearanceconstraintconstraint messagerelevancedisabledrequiredrequired messageread onlycalculationrepeat_countmedia:imagemedia:audiomedia:videochoice_filternoteresponse_notepublishableminimum_seconds
2
startstarttime
3
endendtime
4
deviceiddeviceid
5
subscriberidsubscriberid
6
simserialsimid
7
phonenumberdevicephonenum
8
usernameusername
9
calculatedurationduration()
10
caseidcaseid
11
12
integerhh_sizeHow many household members are there?4yes
13
begin repeathh_repHousehold${hh_size}
14
calculatehh_indexindex()
15
texthh_nameWhat is the name of household member ${hh_index}?yes
if(${hh_index} = 1, 'Adnan',
if(${hh_index} = 2, 'Bhavna',
if(${hh_index} = 3, 'Charles',
if(${hh_index} = 4, 'Dana',
''))))
16
decimalhh_incomeWhat was the income of ${hh_name} this year?yes
if(${hh_index} = 1, 30000,
if(${hh_index} = 2, 25000,
if(${hh_index} = 3, 4500,
if(${hh_index} = 4, 0,
''))))
17
end repeathh_rep
18
19
select_one yesnopaid_taxesDid the household pay taxes on this income?
${hh_income} < 10000
yes
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100