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

Teaching Mixed-Ability Groups — Strategies That Work (B2)

July 22, 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

🎯 Teaching Mixed-Ability Groups — Strategies That Work

At the Star Casino I briefed teams where some people spoke fluent English and others were still finding their words. Same briefing, same team. Here’s how you make it work.

📖 3 Core Strategies

1. Tiered tasks — same topic, different levels of complexity.
Example: all learners read the same text, but A2 students answer factual questions, B1 students find implied meaning, B2+ write a critical response.

2. Peer learning — pair stronger with developing learners for specific tasks (not all tasks — avoid over-reliance).

3. Open-ended tasks — activities with no single correct answer allow everyone to participate at their own level.
Example: ‘Describe a time you felt proud.’ Everyone has an answer — the language level varies, and that’s fine.

🏨 The Casino Floor Method

Before each service at the Ivy, I gave one briefing to staff at very different English levels. The solution: core message in simple, clear language first; then complex context for those who wanted it. Scaffolding the communication, not dumbing it down — that’s the key.

Tiered tasks work because:

Open-ended tasks benefit mixed ability classes because:

Peer learning works best when:

In ____________ learning, stronger students work with developing learners on specific tasks.

____________ tasks give the same topic at different levels of complexity.

📝 Plan a Tiered Task

Choose a grammar point (e.g., past simple). Design 3 versions of a writing task — one for A2, one for B1, one for B2. Same topic, different cognitive demand.

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 *