V1

Family

Parents, siblings, relatives · family verbs

Words 1–4

mother
a female parent  /ˈmʌðər/
father
a male parent  /ˈfɑːðər/
sister
a female sibling  /ˈsɪstər/
brother
a male sibling  /ˈbrʌðər/
Examples
“My mother is a teacher.”
“My father works in a hospital.”
“I have one sister. She is 12.”
“My brother plays football.”

Words 5–8

grandmother
a parent's mother  /ˈɡrænˌmʌðər/
grandfather
a parent's father  /ˈɡrænˌfɑːðər/
aunt
a parent's sister  /ɑːnt/
uncle
a parent's brother  /ˈʌŋkəl/
Examples
“My grandmother lives in the country.”
“My grandfather is 75 years old.”
“My aunt has three children.”
“My uncle is very funny.”

Words 9–10

cousin
a child of an aunt or uncle  /ˈkʌzən/
husband
a married man  /ˈhʌzbənd/
Examples
“I have six cousins.”
“Her husband is a doctor.”
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['a1'] || {}; var ws = lv['family']; if (ws && ws.pct >= 70) { var pt = document.querySelector('.chapter-nav-btn[href="index.html"]'); if (pt) pt.textContent = 'Practice ✓'; } var gm = lv['wordplay_game_family']; if (gm && gm.pct >= 70) { var gt = document.querySelector('.chapter-nav-btn[href="game.html"]'); if (gt) gt.textContent = 'Game ✓'; } } catch(e) {} })();