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

Reported Speech: What Did They Say? (B2 Grammar)

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+’‘;}
}

B2  ⏱ 5 min

πŸ’¬ Reported Speech: What Did They Say?

Working at the Star Casino, I relayed guest complaints to managers all night. Reported speech was survival English.

πŸ“– Direct vs Reported Speech

Direct: She said, ‘I want to speak to the manager.’
Reported: She said (that) she wanted to speak to the manager.

Backshift rule β€” tenses move one step back in time:

Direct Reported
present simple past simple
present continuous past continuous
past simple past perfect
will would

‘I live in Sydney.’ β†’ She said she ___ in Sydney.

‘I will call you tomorrow.’ β†’ He said he ___ call me the next day.

‘We are waiting.’ β†’ They said they ___ waiting.

‘I can help you.’ β†’ She said she ____________ help me.

‘I have finished.’ β†’ He told me he ____________ finished.

✏️ Relay Practice

Ask a friend or family member one question. Then write a sentence reporting their answer. Example: My sister said she was studying English every day.

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 *