Skip to content
Sourov DEB Learn, Teach, Understand
English Teaching

Colours, Numbers & Shapes — English for Young Learners (A1)

July 20, 2026 · Sourov · 1 min read

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

🎨 Colours, Numbers & Shapes — English for Young Learners

My daughter is learning the world through colours and shapes. Let’s learn them in English together!

🌈 Colours

red
blue
green
yellow
orange
purple

🔷 Shapes

■ square   ● circle   ▲ triangle   ▭ rectangle   ★ star

What colour is the sky on a sunny day?

How many sides does a triangle have?

Which colour do you get mixing red and yellow?

A banana is ____________.

A football is shaped like a ____________.

🎮 Game: I Spy!

Look around you. Find something red, something round, something blue and small. Say: I spy something red. It is a…

Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.

Put it to work

Find out what your English actually produces.

Leave a Reply

Your email address will not be published. Required fields are marked *