V9
Health & Body
Body parts · illness · at the doctor
foggy
difficult to see because of thick mist /ˈfɒɡ.i/
storm
very bad weather with wind and rain /stɔːm/
thunder
loud noise during a storm /ˈθʌn.dər/
lightning
a flash of light during a storm /ˈlaɪt.nɪŋ/
Examples
"It was very foggy this morning."
"A big storm is coming tonight."
"I heard thunder last night."
"Did you see the lightning?"
freezing
extremely cold /ˈfriː.zɪŋ/
boiling
extremely hot (informal) /ˈbɔɪ.lɪŋ/
humid
warm and wet air /ˈhjuː.mɪd/
breeze
a light, gentle wind /briːz/
Examples
"It is freezing outside."
"It is boiling today!"
"It is very humid in summer."
"There is a nice breeze."
forecast
a report about future weather /ˈfɔː.kɑːst/
shower
a short period of rain /ˈʃaʊ.ər/
Examples
"What is the weather forecast?"
"There will be showers later."
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){}
})();