aware/decks/aware_example_deck.json
2026-05-02 21:22:18 -04:00

75 lines
4.2 KiB
JSON

{
"title": "AWARE Example Deck",
"categories": [
{
"name": "Aircraft General",
"questions": [
{
"id": 1,
"question": "What is the difference between a \u001b[1;31;40mRED\u001b[0m CAS message and an \u001b[1;33;40mAMBER\u001b[0m CAS message?",
"answer": "\u001b[1;31;40mRED\u001b[0m requires immediate flight crew awareness and immediate flight crew response.\n\u001b[1;33;40mAMBER\u001b[0m requires immediate flight crew awareness and subsequent flight crew response.",
"ref": "AFM, CAS Message Philosophy",
"detail": "The key distinction is timing of the response. RED means act NOW — these are conditions like fire, engine failure, or rapid decompression where delay increases risk. AMBER means assess and then respond — the situation needs attention but allows time to reference checklists and coordinate crew actions."
},
{
"id": 2,
"question": "What does the \u001b[1;36;40mREADY TO OPEN\u001b[0m light indicate in reference to the opening of the MED?",
"answer": "1. Parking Brake is SET.\n2. Cabin Diff. Press supports a comfortable opening.",
"ref": "AFM / Exterior Preflight Inspection; PAS / Aircraft General"
},
{
"id": 3,
"question": "During power up you notice that DU #2 has a Red X. What would you do? Could you perform the same procedure if this occurred in FLIGHT?",
"answer": "Switch DU #2 to ALT on OHPTS.\nNo, you cannot perform this procedure in flight.",
"ref": "MEL / NAVIGATION",
"detail": "The ALT switch on the OHPTS reassigns the display to an alternate video source. This is a ground-only action because changing display routing in flight could cause momentary loss of critical flight information. DU 3 is the only display unit that can be failed for dispatch."
},
{
"id": 4,
"question": "What controls automatic functions on the aircraft?",
"answer": "Data Concentration Network (DCN) and Secondary Power Distribution System (SPDS).",
"ref": "PAS / Aircraft General"
}
]
},
{
"name": "Landing Gear & Brakes",
"questions": [
{
"id": 5,
"question": "What are you going to do?",
"answer": "AFM Landing Gear Failure to Retract checklist.",
"ref": "AFM Landing Gear Failure to Retract checklist",
"cas": [
"\u001b[1;33;40mMain Gear Not Up, L-R\u001b[0m",
"\u001b[1;33;40mNose Gear Not Up\u001b[0m"
],
"detail": "These AMBER CAS messages appear after selecting gear up with a positive rate of climb. The gear has failed to retract — follow the AFM checklist. Do not attempt to cycle the gear without consulting the checklist first."
},
{
"id": 6,
"question": "If Tiller Steering Fails, what type of rudder pedal authority would you expect?",
"answer": "16° (AFM) / 17° (PAS)",
"ref": "AFM, Tiller Steering Fail; PAS / Landing Gear and Brakes",
"cas": "\u001b[1;33;40mTiller Steering Fail\u001b[0m",
"detail": "Normal tiller authority is 82°, and normal pedal steering is 7°. With tiller failure, the pedals get increased authority (16-17°) as a compensating mode. This is enough for taxi but tight turns will require more planning."
},
{
"id": 7,
"question": "How does touchdown protection work?",
"answer": "Zero brake pressure is applied until:\n1. Wheel Speed > 70 kts\nOR\n2. WOW plus 5 seconds",
"ref": "PAS / Landing Gear and Brakes"
},
{
"id": 8,
"question": "Is there a CAS message to identify the landing gear at the LGCMP is not in the NORM mode?",
"answer": "Yes: \u001b[1;33;40mLGCU Maintenance Mode\u001b[0m",
"ref": "AFM, LGCU Maintenance Mode",
"cas": "\u001b[1;33;40mLGCU Maintenance Mode\u001b[0m",
"detail": "After opening gear doors for preflight, you must close all gear doors AND select Normal on the LGCMP. If you forget, the plane stays in MX mode and the gear will not retract on departure. This CAS message is your safety net."
}
]
}
]
}