Skip to content

Commit 1032ba0

Browse files
anandwana001gino-m
andauthored
Instruction task proto (#2146)
Co-authored-by: Gino Miceli <[email protected]>
1 parent c057b1c commit 1032ba0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

proto/src/ground/v1beta1/job.proto

+11
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ message Task {
116116

117117
// A task in which the user must take a photo.
118118
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;
119123
}
120124

121125
// A question whose response is entered manually as text.
@@ -130,6 +134,13 @@ message Task {
130134
Type type = 1;
131135
}
132136

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+
133144
// A question whose response is entered manually as a number.
134145
message NumberQuestion {
135146
// Allowed values for the `type` field.

0 commit comments

Comments
 (0)