V1
Health & Body
Body parts · illness · at the doctor
mal de tête
→
headache ˈhɛdeɪk
rendez-vous (médical)
→
appointment əˈpɔɪntmənt
médicament
→
medicine ˈmɛdsɪn
Exemples
"I have a terrible headache today."
"The child had a fever all night."
"I have a doctor's appointment at 3pm."
"Take this medicine twice a day."
symptôme
→
symptom ˈsɪmptəm
guérir / se rétablir
→
recover rɪˈkʌvər
opération chirurgicale
→
surgery ˈsɜːdʒəri
allergie
→
allergy ˈælərdʒi
Exemples
"Tiredness is a common symptom."
"She recovered quickly from the cold."
"He had surgery on his knee."
"She has an allergy to nuts."
ordonnance
→
prescription prɪˈskrɪpʃən
alimentation / régime
→
diet ˈdaɪət
Exemples
"The doctor gave me a prescription."
"A healthy diet includes vegetables."
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){}
})();