ABCDEFKLMNOPQRSTUVWXYZAA
1
typenamelabelhintrequiredrelevantcalculationchoice_filterparametersrepeat_countnote
2
select_one_from_file participants.csvparticipants
This links the paticipant list to the form and won't be displayed.
false()value=id
3
barcodeid
Please show me your ID card so that I can scan it.
yes
4
5
calculatefirst_name
instance('participants')/root/item[id=${id}]/first_name
6
calculatelast_name
instance('participants')/root/item[id=${id}]/last_name
7
calculateenough_seeds
instance('participants')/root/item[id=${id}]/enough_seeds
8
calculateft_sq
instance('participants')/root/item[id=${id}]/ft_sq
9
10
notewelcome
It is good to see you again, ${first_name}.
11
12
begin_groupday2_enough
Day 2: Enough seeds
${enough_seeds}='y'
13
select_one yes_noplanted
Have you already planted any of your seeds?
yes
14
select_one yes_nofully_planted
Have you planted the full ${ft_sq}sqft?
yes${planted}='y'
15
end_group
16
17
begin_group
day2_not_enough
Day 2: Not enough seeds
${enough_seeds}='n'
18
textseed_source
Where do you usually get seeds for your ${ft_sq}sqft?
yes
19
end_group
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