|
608 | 608 | { |
609 | 609 | "quest_id": 414, |
610 | 610 | "quest_title": "Is this entrance tall enough (≥ 80 in) for accessible access?", |
611 | | - "quest_description": "Check if this entrance has at least 80 incles of clear height.", |
| 611 | + "quest_description": "Check if this entrance has at least 80 inches of clear height.", |
612 | 612 | "quest_type": "ExclusiveChoice", |
613 | 613 | "quest_tag": "ext:compliant_height", |
614 | 614 | "quest_answer_choices": [ |
|
625 | 625 | { |
626 | 626 | "quest_id": 415, |
627 | 627 | "quest_title": "Is there adequate maneuvering clearance around this door?", |
628 | | - "quest_description": "Check if there is sufficient space to approach and operate the door. Requirements: if door swings toward user (60\" front, 18\" beside latch), if away (48\" front, 12\" side).", |
| 628 | + "quest_description": "Check if there is sufficient space to approach and operate the door. Requirements: if door swings toward user: 60 in front, 18 in beside latch; if away: 48 in front, 12 in side", |
629 | 629 | "quest_type": "ExclusiveChoice", |
630 | 630 | "quest_answer_dependency": { |
631 | 631 | "question_id": 403, |
|
634 | 634 | "quest_tag": "ext:maneuvering_clearance", |
635 | 635 | "quest_answer_choices": [ |
636 | 636 | { |
637 | | - "value": "adequate", |
638 | | - "choice_text": "Adequate clearance present" |
| 637 | + "value": "yes", |
| 638 | + "choice_text": "Yes" |
639 | 639 | }, |
640 | 640 | { |
641 | | - "value": "insufficient", |
642 | | - "choice_text": "Insufficient clearance" |
| 641 | + "value": "no", |
| 642 | + "choice_text": "No" |
643 | 643 | } |
644 | 644 | ] |
645 | 645 | }, |
|
726 | 726 | { |
727 | 727 | "quest_id": 420, |
728 | 728 | "quest_title": "After entering, is the path forward here accessible without traversing a steep incline?", |
729 | | - "quest_description": "Check if the inside path forward can be traversed without using a slope with an incline ≥ 1:12, a width ≤ 36 inches, landings at the top and bottom (< 60 inches), or wiithout handrails on both sides if the rise > 6 inches.", |
| 729 | + "quest_description": "Check if the inside path forward can be traversed without using a slope with an incline ≥ 1:12, a width ≤ 36 inches, landings at the top and bottom (< 60 inches), or without handrails on both sides if the rise > 6 inches.", |
730 | 730 | "quest_type": "ExclusiveChoice", |
731 | 731 | "quest_tag": "ext:no_interior_slope", |
732 | 732 | "quest_answer_choices": [ |
|
0 commit comments