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/B1 ⏱ 5 min
📊 Comparatives & Superlatives — Better, Best!
Sydney is bigger than Chittagong. Réunion is smaller than both. But which is more beautiful? Let’s find out — and learn how to compare in English.
📖 The Rules
Comparatives — comparing 2 things:
Short adj: add -er: big → bigger, fast → faster
Long adj (2+ syllables): use more: beautiful → more beautiful
Irregular: good → better, bad → worse, far → farther
Superlatives — comparing 3+ things:
Short adj: add -est: big → the biggest
Long adj: use most: beautiful → the most beautiful
Irregular: good → the best, bad → the worst
🌍 Comparing My Three Homes
‘Réunion is ___ than France.’ (small)
‘This is ___ wine I’ve ever tasted.’ (good)
‘French is ___ than Bengali to write.’ (difficult)
She is ____________ (tall) than her sister.
This is ____________ (bad) meal I have ever eaten.
✏️ Compare Anything
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.