Skip to content

Commit 8c5bff8

Browse files
Fix in-OSW tags and values, Fix links
1 parent 48b60a1 commit 8c5bff8

File tree

1 file changed

+19
-34
lines changed

1 file changed

+19
-34
lines changed

quests/env/prod/Seattle Design Festival/Seattle Design Festival 2025.json

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,22 @@
108108
"quest_title": "What type of curb is this?",
109109
"quest_description": "Identify the type of curb here.",
110110
"quest_type": "ExclusiveChoice",
111-
"quest_tag": "curb:type",
111+
"quest_tag": "kerb",
112112
"quest_answer_choices": [
113113
{
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"
117117
},
118118
{
119-
"value": "ramp",
119+
"value": "lowered",
120120
"choice_text": "Ramp",
121121
"image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/kerb/lowered_landscape.png"
122122
},
123123
{
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"
127127
}
128128
]
129129
},
@@ -152,7 +152,7 @@
152152
"quest_description": "Check if this curb ramp lines up with the pedestrian crossing.",
153153
"quest_answer_dependency": {
154154
"question_id": 201,
155-
"required_value": "ramp"
155+
"required_value": "lowered"
156156
},
157157
"quest_type": "ExclusiveChoice",
158158
"quest_tag": "ext:ramp:alignment_with_crossing",
@@ -181,7 +181,7 @@
181181
"quest_title": "What is the surface material of this footway?",
182182
"quest_description": "Select the material that best describes this footway's surface.",
183183
"quest_type": "ExclusiveChoice",
184-
"quest_tag": "footway:surface",
184+
"quest_tag": "surface",
185185
"quest_answer_choices": [
186186
{
187187
"value": "concrete",
@@ -194,14 +194,9 @@
194194
"image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/asphalt_landscape.png"
195195
},
196196
{
197-
"value": "brick",
197+
"value": "paving_stones",
198198
"choice_text": "Brick",
199199
"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"
205200
}
206201
]
207202
},
@@ -282,7 +277,7 @@
282277
"quest_title": "What is the surface material of this sidewalk?",
283278
"quest_description": "Select the material that best describes this sidewalk's surface.",
284279
"quest_type": "ExclusiveChoice",
285-
"quest_tag": "sidewalk:surface",
280+
"quest_tag": "surface",
286281
"quest_answer_choices": [
287282
{
288283
"value": "concrete",
@@ -295,14 +290,9 @@
295290
"image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/asphalt_landscape.png"
296291
},
297292
{
298-
"value": "brick",
293+
"value": "paving_stones",
299294
"choice_text": "Brick",
300295
"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"
306296
}
307297
]
308298
},
@@ -364,7 +354,7 @@
364354
"quest_title": "What is the surface material of this crossing?",
365355
"quest_description": "Select the material that best describes this crosswalk's surface.",
366356
"quest_type": "ExclusiveChoice",
367-
"quest_tag": "crossing:surface",
357+
"quest_tag": "surface",
368358
"quest_answer_choices": [
369359
{
370360
"value": "concrete",
@@ -377,14 +367,9 @@
377367
"image_url": "https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/images/sidewalk/surface/asphalt_landscape.png"
378368
},
379369
{
380-
"value": "brick",
370+
"value": "paving_stones",
381371
"choice_text": "Brick",
382372
"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"
388373
}
389374
]
390375
},
@@ -524,12 +509,12 @@
524509
{
525510
"value": "no",
526511
"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"
528513
},
529514
{
530515
"value": "yes",
531516
"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"
533518
}
534519
]
535520
},
@@ -547,12 +532,12 @@
547532
{
548533
"value": "no",
549534
"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"
551536
},
552537
{
553538
"value": "yes",
554539
"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"
556541
}
557542
]
558543
},

0 commit comments

Comments
 (0)