V9

Animals

Common animals · pets and farm animals

Words 1–4

dog
a common pet animal  /dɒɡ/
cat
a small furry pet  /kæt/
bird
an animal with wings that can fly  /bɜːd/
fish
an animal that lives in water  /fɪʃ/
Examples
"I have a dog called Max."
"The cat is sleeping."
"A bird is singing."
"There are fish in the lake."

Words 5–8

horse
a large animal you can ride  /hɔːs/
cow
a farm animal that gives milk  /kaʊ/
chicken
a bird kept for eggs and meat  /ˈtʃɪk.ɪn/
rabbit
a small animal with long ears  /ˈræb.ɪt/
Examples
"She rides a horse."
"The cow is in the field."
"We have ten chickens."
"My sister has a pet rabbit."

Words 9–10

elephant
a very large grey animal  /ˈel.ɪ.fənt/
monkey
an animal that climbs trees  /ˈmʌŋ.ki/
Examples
"The elephant is in the zoo."
"The monkey ate a banana."
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['food']; 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_food']; if (gm && gm.pct >= 70) { var gt = document.querySelector('.chapter-nav-btn[href="game.html"]'); if (gt) gt.textContent = 'Game ✓'; } } catch(e) {} })();