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
🗺️ Giving Directions in English
I got lost in Paris on my first day. Learning direction vocabulary fast is a survival skill.
📖 Direction Words
straight ahead
turn left
turn right
go back
on your left/right
at the end of
🗣️ Model Dialogue
Local: Go straight ahead, then turn right at the pharmacy. It’s on your left, at the end of the road.
Tourist: Thank you!
‘The bakery is ___ your left.’ Which preposition?
You need to return the way you came. You say:
‘___ the end of the street you’ll see the hotel.’
Turn ____________ at the traffic lights, then go straight.
Go straight ____________ until you see the school.
📍 Challenge
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.