V7
Health & Body
Body parts · illness · at the doctor
excited
very happy about something coming /ɪkˈsaɪ.tɪd/
worried
feeling nervous or anxious /ˈwʌr.id/
disappointed
sad because something did not happen /ˌdɪs.əˈpɔɪn.tɪd/
proud
pleased about an achievement /praʊd/
Examples
"I am excited about the trip."
"She is worried about the exam."
"He was disappointed with the result."
"I am proud of you."
nervous
worried about something /ˈnɜː.vəs/
confused
unable to understand /kənˈfjuːzd/
surprised
not expecting something /səˈpraɪzd/
lonely
feeling alone and sad /ˈləʊn.li/
Examples
"She feels nervous before exams."
"I am confused by this question."
"I was surprised to see her."
"He feels lonely sometimes."
relaxed
calm and not worried /rɪˈlækst/
jealous
wanting what someone else has /ˈdʒel.əs/
Examples
"I feel relaxed on holiday."
"She is jealous of her sister."
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){}
})();