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+’‘;}
}
B2 ⏱ 5 min
💡 10 Essential English Idioms — With Real Stories
My first year in an Australian workplace, I understood every word but missed the meaning. Idioms. Here are the 10 I needed most.
📖 10 Idioms You Must Know
| Idiom | Meaning | Example |
|---|---|---|
| hit the ground running | start fast and effectively | She hit the ground running in her new role. |
| under the weather | feeling unwell | I’m a bit under the weather today. |
| bite the bullet | endure something difficult | Just bite the bullet and make the call. |
| the ball is in your court | it’s your decision/turn | I’ve sent the email — the ball is in their court. |
| go the extra mile | do more than expected | She always goes the extra mile for guests. |
| on the same page | in agreement/understanding | Let’s make sure we’re all on the same page. |
‘I’m feeling a bit under the weather today.’ This means:
‘The ball is in their court now.’ This means:
‘She hit the ground running on her first day.’ This describes someone who:
I didn’t want to call him, but I just had to bite the ____________.
We’re all ____________ the same page — the meeting is on Friday.
💬 Use in Context
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.