|
108 | 108 | "quest_title": "What type of curb is this?", |
109 | 109 | "quest_description": "Identify the type of curb here.", |
110 | 110 | "quest_type": "ExclusiveChoice", |
111 | | - "quest_tag": "curb:type", |
| 111 | + "quest_tag": "kerb", |
112 | 112 | "quest_answer_choices": [ |
113 | 113 | { |
114 | | - "value": "flush", |
115 | | - "choice_text": "Flush", |
116 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/kerb/flush_landscape.png" |
| 114 | + "value": "raised", |
| 115 | + "choice_text": "Raised", |
| 116 | + "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/kerb/raised_landscape.png" |
117 | 117 | }, |
118 | 118 | { |
119 | | - "value": "ramp", |
| 119 | + "value": "lowered", |
120 | 120 | "choice_text": "Ramp", |
121 | 121 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/kerb/lowered_landscape.png" |
122 | 122 | }, |
123 | 123 | { |
124 | | - "value": "raised", |
125 | | - "choice_text": "Raised", |
126 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/kerb/raised_landscape.png" |
| 124 | + "value": "flush", |
| 125 | + "choice_text": "Flush", |
| 126 | + "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/kerb/flush_landscape.png" |
127 | 127 | } |
128 | 128 | ] |
129 | 129 | }, |
|
152 | 152 | "quest_description": "Check if this curb ramp lines up with the pedestrian crossing.", |
153 | 153 | "quest_answer_dependency": { |
154 | 154 | "question_id": 201, |
155 | | - "required_value": "ramp" |
| 155 | + "required_value": "lowered" |
156 | 156 | }, |
157 | 157 | "quest_type": "ExclusiveChoice", |
158 | 158 | "quest_tag": "ext:ramp:alignment_with_crossing", |
|
181 | 181 | "quest_title": "What is the surface material of this footway?", |
182 | 182 | "quest_description": "Select the material that best describes this footway's surface.", |
183 | 183 | "quest_type": "ExclusiveChoice", |
184 | | - "quest_tag": "footway:surface", |
| 184 | + "quest_tag": "surface", |
185 | 185 | "quest_answer_choices": [ |
186 | 186 | { |
187 | 187 | "value": "concrete", |
|
194 | 194 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/asphalt_landscape.png" |
195 | 195 | }, |
196 | 196 | { |
197 | | - "value": "brick", |
| 197 | + "value": "paving_stones", |
198 | 198 | "choice_text": "Brick", |
199 | 199 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/brick_landscape.png" |
200 | | - }, |
201 | | - { |
202 | | - "value": "other", |
203 | | - "choice_text": "Other", |
204 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/pavers_landscape.png" |
205 | 200 | } |
206 | 201 | ] |
207 | 202 | }, |
|
282 | 277 | "quest_title": "What is the surface material of this sidewalk?", |
283 | 278 | "quest_description": "Select the material that best describes this sidewalk's surface.", |
284 | 279 | "quest_type": "ExclusiveChoice", |
285 | | - "quest_tag": "sidewalk:surface", |
| 280 | + "quest_tag": "surface", |
286 | 281 | "quest_answer_choices": [ |
287 | 282 | { |
288 | 283 | "value": "concrete", |
|
295 | 290 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/asphalt_landscape.png" |
296 | 291 | }, |
297 | 292 | { |
298 | | - "value": "brick", |
| 293 | + "value": "paving_stones", |
299 | 294 | "choice_text": "Brick", |
300 | 295 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/brick_landscape.png" |
301 | | - }, |
302 | | - { |
303 | | - "value": "other", |
304 | | - "choice_text": "Other", |
305 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/pavers_landscape.png" |
306 | 296 | } |
307 | 297 | ] |
308 | 298 | }, |
|
364 | 354 | "quest_title": "What is the surface material of this crossing?", |
365 | 355 | "quest_description": "Select the material that best describes this crosswalk's surface.", |
366 | 356 | "quest_type": "ExclusiveChoice", |
367 | | - "quest_tag": "crossing:surface", |
| 357 | + "quest_tag": "surface", |
368 | 358 | "quest_answer_choices": [ |
369 | 359 | { |
370 | 360 | "value": "concrete", |
|
377 | 367 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/asphalt_landscape.png" |
378 | 368 | }, |
379 | 369 | { |
380 | | - "value": "brick", |
| 370 | + "value": "paving_stones", |
381 | 371 | "choice_text": "Brick", |
382 | 372 | "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/brick_landscape.png" |
383 | | - }, |
384 | | - { |
385 | | - "value": "other", |
386 | | - "choice_text": "Other", |
387 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/pavers_landscape.png" |
388 | 373 | } |
389 | 374 | ] |
390 | 375 | }, |
|
524 | 509 | { |
525 | 510 | "value": "no", |
526 | 511 | "choice_text": "No", |
527 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/sound/sound_no.png" |
| 512 | + "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/sound/no_square.png" |
528 | 513 | }, |
529 | 514 | { |
530 | 515 | "value": "yes", |
531 | 516 | "choice_text": "Yes", |
532 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/sound/sound_yes.png" |
| 517 | + "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/sound/yes_square.png" |
533 | 518 | } |
534 | 519 | ] |
535 | 520 | }, |
|
547 | 532 | { |
548 | 533 | "value": "no", |
549 | 534 | "choice_text": "No", |
550 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/vibration/vibration_no.png" |
| 535 | + "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/vibration/no_square.png" |
551 | 536 | }, |
552 | 537 | { |
553 | 538 | "value": "yes", |
554 | 539 | "choice_text": "Yes", |
555 | | - "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/vibration/vibration_yes.png" |
| 540 | + "image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/crossing/signals/vibration/yes_square.png" |
556 | 541 | } |
557 | 542 | ] |
558 | 543 | }, |
|
0 commit comments