ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
typenamelabelhintrequiredrelevantappearancedefaultconstraint
constraint_message
calculationchoice_filterparametersrepeat_countnote
2
csv-externalparticipants
3
4
begin_groupintakefield-list
5
select_one lookuplookupHow do you want to look up the participant?
6
7
select_one_from_file participants.csvmap_participantChoose a participant on the map${lookup} = 'map'map
8
9
barcodebarcodeScan participant ID card${lookup} = 'id'
10
calculatebarcode_participant
instance('participants')/root/item[id=${barcode}]/name
11
12
select_one_from_file participants.csvlist_participantType some or all of the participant's name to filter the list${lookup} = 'name'
autocomplete minimal
13
14
calculateparticipant
coalesce(coalesce(${map_participant}, ${barcode_participant}), ${list_participant})
15
calculatefull_name
instance('participants')/root/item[name=${participant}]/label
16
calculatebirthdate
instance('participants')/root/item[name=${participant}]/birthdate
17
18
notedetailsConfirm participant details:
*Name*: ${full_name}
*Birthdate*: ${birthdate}
19
end_groupintake
20
21
select_one yes_noown_phoneDo you own a cell phone?yescolumns
22
select_one yes_noown_motorbikeDo you own a motorbike?yescolumns
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