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

Pronunciation: Word Stress — The Secret of Being Understood (B1)

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

B1  ⏱ 5 min

🎤 Pronunciation: Word Stress — The Secret of Being Understood

My French accent in English used to trip people up — not because of the sounds, but the stress. Stress is everything.

📖 Word Stress Rules

English words have one syllable that gets more stress (louder, longer, clearer).

2-syllable nouns → stress on 1st syllable:
TA-ble, MU-sic, CAN-dle, REA-son

2-syllable verbs → stress often on 2nd syllable:
de-CIDE, re-LAX, be-GIN, com-PLETE

Words ending -ion, -ity, -ic → stress on syllable BEFORE the suffix:
in-FOR-ma-tion, e-LEC-tri-ci-ty, e-CO-no-mic

🎯 Same Spelling, Different Stress = Different Meaning

Some words change meaning depending on stress:
PREsent (noun: a gift) vs preSENT (verb: to present something)
REcord (noun: a record) vs reCORD (verb: to record)
PROtest (noun) vs proTEST (verb)

Where is the stress in ‘MUsic’ (2-syllable noun)?

‘They decided to reCORD the lesson.’ Here ‘record’ is used as a:

‘inforMAtion’ — where is the stress?

The noun ‘PROtest’ becomes the verb ‘pro____________’ (stress changes).

2-syllable nouns usually stress the ____________ syllable.

🎤 Stress Practice

Say these words aloud and mark the stressed syllable:
teacher / decide / happy / begin / music / relax / paper / complete
Answers: TEAcher / deCIDE / HAppy / beGIN / MUsic / reLAX / PApaper / comPLETE

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 *