Travel Vocabulary — From Airport to Hotel (B1)
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+’‘;}
}
B1 ⏱ 5 min
✈️ Travel Vocabulary — From Airport to Hotel
I’ve moved between four countries. Every airport, every immigration queue, every check-in — here’s the vocabulary that gets you through.
📖 Airport & Travel Words
| Word/Phrase | Meaning |
|---|---|
| check in | register at airport or hotel counter |
| boarding pass | document that lets you get on the plane |
| departure lounge | area where you wait before boarding |
| immigration control | where officials check your passport |
| baggage claim | where you collect your luggage after landing |
| customs | where officials check what you are bringing into the country |
Where do you wait before getting on your plane?
You need this document to board your flight:
After landing, where do you collect your suitcase?
Please ____________ in at the desk and show your passport.
After immigration, I went to ____________ to collect my suitcase.
🌍 Tell Your Story
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.
Leave a Reply