File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ message Task {
116
116
117
117
// A task in which the user must take a photo.
118
118
TakePhoto take_photo = 13 ;
119
+
120
+ // A set of instructions to be shown to the data collector during the
121
+ // data collection process.
122
+ InstructionsTask instructions = 14 ;
119
123
}
120
124
121
125
// A question whose response is entered manually as text.
@@ -130,6 +134,13 @@ message Task {
130
134
Type type = 1 ;
131
135
}
132
136
137
+ // A set of instructions to be shown to the data collector during the
138
+ // data collection process.
139
+ message InstructionsTask {
140
+ // Required. Markdown text to be shown to the user.
141
+ string text = 1 ;
142
+ }
143
+
133
144
// A question whose response is entered manually as a number.
134
145
message NumberQuestion {
135
146
// Allowed values for the `type` field.
You can’t perform that action at this time.
0 commit comments