V11
Health & Body
Body parts · illness · at the doctor
boil
to heat water until it bubbles /bɔɪl/
fry
to cook in hot oil /fraɪ/
bake
to cook in an oven /beɪk/
chop
to cut into small pieces /tʃɒp/
Examples
"Boil the water first."
"Fry the onions for two minutes."
"I bake bread on Sundays."
"Chop the vegetables."
stir
to move a spoon around in liquid /stɜːr/
recipe
instructions for cooking something /ˈres.ɪ.pi/
ingredient
one item in a recipe /ɪnˈɡriː.di.ənt/
oven
a closed box for baking food /ˈʌv.ən/
Examples
"Stir the sauce gently."
"Follow the recipe carefully."
"Mix all the ingredients."
"Put it in the oven at 180 degrees."
pan
a flat metal dish for cooking /pæn/
slice
to cut into thin flat pieces /slaɪs/
Examples
"Heat the pan first."
"Slice the bread thinly."
1 / 3
// Scroll first slide into view on load
(function() {
var dk = document.getElementById('slide-deck');
if (dk) setTimeout(function() { dk.scrollIntoView({ behavior: 'smooth', block: 'start' }); }, 150);
})();
// ✓ badges on Practice / Game nav tabs
(function() {
try {
var p = JSON.parse(localStorage.getItem('wordplay_progress') || '{}');
var lv = p['a2'] || {};
var ws = lv['health-and-body'];
if (ws && ws.pct >= 70) {
var pt = document.querySelector('.chapter-nav-btn[href="index.html"]');
if (pt) pt.textContent = 'Review ✓';
}
var gm = lv['wordplay_game_health-and-body'];
if (gm && gm.pct >= 70) {
var gt = document.querySelector('.chapter-nav-btn[href="game.html"]');
if (gt) gt.textContent = 'Game ✓';
}
} catch(e) {}
})();
(function(){
try{
var mastered = localStorage.getItem('wordplay_vocab_a2_health-and-body_mastered') === '1';
if(mastered){var ft=document.querySelector('.chapter-nav-btn[href="index.html"]');if(ft)ft.textContent='Flashcards';}
var p=JSON.parse(localStorage.getItem('wordplay_progress')||'{}');
var gm=(p['a2']||{})['wordplay_game_health-and-body'];
if(gm&&gm.pct>=70){var gt=document.querySelector('.chapter-nav-btn[href="game.html"]');if(gt)gt.textContent='Game';}
}catch(e){}
})();