File size: 4,297 Bytes
9c6961c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | [
{
"id": 1,
"difficulty": "easy",
"question": "Your doctor has sent you to have a ________ X-ray.",
"options": ["stomach", "diabetes", "stitches", "germs"],
"correct": "stomach"
},
{
"id": 2,
"difficulty": "easy",
"question": "You must have an ________ stomach when you come for it.",
"options": ["asthma", "empty", "incest", "anemia"],
"correct": "empty"
},
{
"id": 3,
"difficulty": "easy",
"question": "The X-ray will ________ from 1 to 3 hours to do.",
"options": ["take", "view", "talk", "look"],
"correct": "take"
},
{
"id": 4,
"difficulty": "easy",
"question": "THE DAY BEFORE THE X-RAY: For supper have only a ________ snack of fruit...",
"options": ["little", "broth", "attack", "nausea"],
"correct": "little"
},
{
"id": 5,
"difficulty": "easy",
"question": "...fruit, ________, and jelly, with coffee and tea.",
"options": ["toes", "throat", "toast", "thigh"],
"correct": "toast"
},
{
"id": 6,
"difficulty": "easy",
"question": "After ________, you must not eat anything...",
"options": ["minute,", "midnight,", "during,", "before,"],
"correct": "midnight,"
},
{
"id": 7,
"difficulty": "easy",
"question": "...you must not ________ until after you have had the X-ray.",
"options": ["easy", "ate", "drank", "eat"],
"correct": "eat"
},
{
"id": 8,
"difficulty": "easy",
"question": "THE DAY OF THE X-RAY: Do not eat ________.",
"options": ["appointment.", "walk-in.", "breakfast.", "clinic."],
"correct": "breakfast."
},
{
"id": 9,
"difficulty": "easy",
"question": "Do not ________ even water.",
"options": ["drive", "drink", "dress", "dose"],
"correct": "drink"
},
{
"id": 10,
"difficulty": "easy",
"question": "If you have any ________, call the X-ray Department.",
"options": ["answers,", "exercises,", "tracts,", "questions,"],
"correct": "questions,"
}
,
{
"id": 11,
"difficulty": "intermediate",
"question": "I agree to give correct information to ________ if I can receive Medicaid.",
"options": ["hair", "salt", "see", "ache"],
"correct": "see"
},
{
"id": 12,
"difficulty": "intermediate",
"question": "I ________ to provide the county information to prove statements given in this application.",
"options": ["agree", "probe", "send", "gain"],
"correct": "agree"
},
{
"id": 13,
"difficulty": "intermediate",
"question": "I hereby give permission to the ________ to get such proof.",
"options": ["inflammation", "religion", "iron", "county"],
"correct": "county"
},
{
"id": 14,
"difficulty": "intermediate",
"question": "I ________ that for Medicaid I must report any changes in my circumstances...",
"options": ["entertain", "understand", "establish", "investigate"],
"correct": "understand"
},
{
"id": 15,
"difficulty": "intermediate",
"question": "...within ________ days of becoming aware of the change.",
"options": ["three", "one", "five", "ten"],
"correct": "ten"
},
{
"id": 16,
"difficulty": "intermediate",
"question": "I understand ________ in this case, I have the right to a fair hearing.",
"options": ["thus", "this", "that", "than"],
"correct": "that"
},
{
"id": 17,
"difficulty": "intermediate",
"question": "I have the ________ to a fair hearing if I DO NOT like the decision made on my case.",
"options": ["bright", "left", "wrong", "right"],
"correct": "right"
},
{
"id": 18,
"difficulty": "intermediate",
"question": "I can ________ a hearing by writing or calling the county where I applied.",
"options": ["request", "refuse", "fail", "mend"],
"correct": "request"
},
{
"id": 19,
"difficulty": "intermediate",
"question": "If you ________ AFDC for any family member, you will have to sign a different application form.",
"options": ["wash", "want", "cover", "tape"],
"correct": "want"
},
{
"id": 20,
"difficulty": "intermediate",
"question": "We will use the ________ on this form to determine your eligibility.",
"options": ["lung", "date", "meal", "pelvic"],
"correct": "date"
}
] |