Phonics: Short Vowel Sounds — Cat, Bed, Pig, Dog, Bus (A1)
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
🔊 Phonics: Short Vowel Sounds — Cat, Bed, Pig, Dog, Bus
The five short vowels are the foundation of English reading. My daughter is learning them right now — let’s learn together!
📖 The Five Short Vowel Sounds
/æ/
cat, hat, man
/e/
bed, red, pen
/ɪ/
pig, sit, bin
/ɒ/
dog, pot, box
/ʌ/
bus, sun, run
Which vowel sound does ‘cat’ have?
‘Pen, bed, red’ — which short vowel?
‘Dog’ and ‘box’ share which short vowel?
B-U-S = ____________ (write the word)
The short vowel in ‘sit’ and ‘bin’ is the letter ____________.
🎮 Sound Sorting Game!
fat, hen, hit, hot, hug, man, pet, pin, pop, mud
a: fat, man e: hen, pet i: hit, pin o: hot, pop u: hug, mud
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.
Leave a Reply