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

Numbers, Dates & Time — English for Young Learners (A1)

July 21, 2026 · Sourov · 2 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

🕐 Numbers, Dates & Time — For Young Learners

My daughter is learning to count. Every number she says makes me think about how I learned to count in three different languages!

🔢 Numbers 1-20

1 one
2 two
3 three
4 four
5 five
6 six
7 seven
8 eight
9 nine
10 ten
11 eleven
12 twelve
13 thirteen
14 fourteen
15 fifteen
16 sixteen
17 seventeen
18 eighteen
19 nineteen
20 twenty

🗓️ Days of the Week

📅 Monday → Tuesday → Wednesday → Thursday → Friday → Saturday → Sunday

🕐 Telling the Time

It’s three o’clock. = 3:00
It’s half past three. = 3:30
It’s quarter past three. = 3:15
It’s quarter to four. = 3:45

What comes after Wednesday?

3:30 in English is:

How many days are in one week?

The day after Sunday is ____________.

5 + 7 = ____________ (write the word).

🎮 Number Game!

Count backwards from 10 to 1 in English as fast as you can: 10, 9, 8… Can you do it in under 5 seconds?

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 *