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+’‘;}
}
A2/B1 ⏱ 5 min
📚 Writing a Short Story — The 5-Part Story Shape
I grew up reading Dostoevsky in secret. Stories saved me. Here’s how every great story is built — and how you can write yours.
📖 The 5-Part Story Shape
- Setting — where and when: On a dark Tuesday in November, in a small café in Paris…
- Characters — who: A young woman named Leila sat alone at the counter…
- Problem — what goes wrong: Suddenly, she realised her wallet was missing.
- Solution — how it’s fixed: The barista, who had found it on the floor, slid it quietly across.
- Ending — what changed: She smiled — Paris didn’t feel so cold after all.
🌟 Story Starters (Choose One!)
1. It was the quietest morning the island had ever seen, until…
2. She had travelled three thousand kilometres to deliver a single envelope.
3. The old man at the corner table always ordered the same thing — until today.
What is the ‘setting’ in a story?
Which part of the 5-part shape introduces what goes wrong?
A good story ending should:
The ____________ in a story is where and when events take place.
A story without a ____________ has no tension or reason to read on.
✏️ Write Your Story
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.