Body & Health Vocabulary — A2 English Lesson
function checkA(el,c,exp,q){
document.querySelectorAll(‘input[name=”q’+q+'”]’).forEach(function(r){r.disabled=true;});
var fb=document.getElementById(‘fb’+q);fb.style.display=’block’;
if(parseInt(el.value)===c){fb.style.background=’#c6f6d5′;fb.style.color=’#276749′;fb.innerHTML=’✓ Correct! ‘+exp;}
else{fb.style.background=’#fed7d7′;fb.style.color=’#9b2c2c’;fb.innerHTML=’✗ ‘+exp;}
}
function checkF(id,ans){
var v=document.getElementById(‘fi’+id).value.trim().toLowerCase();
var fb=document.getElementById(‘ff’+id);fb.style.display=’block’;
if(v===ans.toLowerCase()||v.replace(/s+/g,’ ‘)===ans.toLowerCase()){
fb.style.background=’#c6f6d5′;fb.style.color=’#276749’;fb.innerHTML=’✓ Correct: ‘+ans+’‘;}
else{fb.style.background=’#fed7d7′;fb.style.color=’#9b2c2c’;fb.innerHTML=’✗ Answer: ‘+ans+’‘;}
}
A2 ⏱ 5 min
🏥 Body & Health Vocabulary
When I became a father in Réunion, suddenly health vocabulary mattered more than any wine list.
📖 Parts of the Body
eye
ear
nose
mouth
hand
foot
tooth
arm
💊 Health Phrases
- I have a headache. — my head hurts
- I have a sore throat. — my throat hurts when I swallow
- I feel sick. — I feel unwell / I want to vomit
- I have a temperature. — I have a fever
- I’ve broken my arm. — my arm is fractured
‘I can’t swallow — it really hurts.’ You have:
You use your hands to do this action:
The doctor takes your temperature. You probably have:
We use our ____________ to see.
My ____________ hurts — I ate too much sugar.
🏥 At the Doctor
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.
Leave a Reply