V10

House and Rooms

Rooms in a house · basic furniture

Words 1–4

kitchen
the room where you cook  /ˈkɪtʃ.ɪn/
bedroom
the room where you sleep  /ˈbed.ruːm/
bathroom
the room with a bath or shower  /ˈbɑːθ.ruːm/
garden
an area of land next to a house  /ˈɡɑː.dən/
Examples
"I am cooking in the kitchen."
"My bedroom is upstairs."
"The bathroom is clean."
"We play in the garden."

Words 5–8

door
you open it to enter a room  /dɔːr/
window
you look through it to see outside  /ˈwɪn.dəʊ/
stairs
steps going up and down  /steəz/
sofa
a soft seat for two or more people  /ˈsəʊ.fə/
Examples
"Please close the door."
"Open the window, please."
"Go up the stairs."
"Sit on the sofa."

Words 9–10

table
a flat surface with legs  /ˈteɪ.bəl/
floor
the surface you walk on in a room  /flɔːr/
Examples
"Put it on the table."
"The book is on the floor."
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) {} })();