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+’‘;}
}
A1 ⏱ 5 min
🔤 The Alphabet & Spelling — Let’s Get It Right!
My name — Sourov — is impossible for people in France. I spell it out loud every single day. Here’s how to master spelling in English.
🔤 The English Alphabet
🗣️ Spelling Out Loud — NATO Phonetics (for tricky letters)
B = Bravo C = Charlie D = Delta G = Golf
J = Juliet K = Kilo M = Mike P = Papa
Q = Quebec S = Sierra T = Tango V = Victor
How many letters are in the English alphabet?
Which letter comes after M?
‘Cat’ — how many letters does this word have?
The first letter of the alphabet is ____________.
The last letter of the alphabet is ____________.
🎮 Spelling Bee!
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.