Third Conditional — Regret, Relief & Imagination (C1 Grammar)
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+’‘;}
}
C1 ⏱ 5 min
⏪ Third Conditional — Regret, Relief & Imagination
If I had not left Chittagong, I would not have learned four languages. Third conditional is the grammar of turning points.
📖 The Third Conditional
If + past perfect, would have + past participle
Used for: imagining a DIFFERENT PAST and its consequences.
Often expresses: regret, relief, or how things could have been different.
If I had stayed in Sydney, I would never have met Vanessa.
If she hadn’t helped me, I wouldn’t have passed the French exam.
🔄 Mixed Conditionals (C1+)
Past condition → present result:
If I had studied harder then, I would be in a better position now.
Present condition → past result:
If I were more patient, I would have handled that situation better.
Third conditional always refers to:
‘If she ___ the interview, she would have got the job.’
‘I wouldn’t ___ moved to Réunion if I hadn’t met Vanessa.’
If I ____________ (study) French earlier, my first year in Paris would have been easier.
She ____________ (not / move) abroad if she had found a good job locally.
✏️ Your Turning Points
1. If [that thing] hadn’t happened, I would have…
2. If I had [done something differently], I would have…
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.
Leave a Reply