V3

Daily Routine

Morning · work · evening · time expressions

Words 1–4

wake up
to stop sleeping and open your eyes  /weɪk ʌp/
have breakfast
to eat the first meal of the day  /hæv ˈbrekfəst/
go to work
to travel to your job  /ɡəʊ tə wɜːk/
have lunch
to eat the midday meal  /hæv lʌntʃ/
Examples
“I wake up at 7 o'clock.”
“I have breakfast at 7:30.”
“I go to work by bus.”
“We have lunch at 1pm.”

Words 5–8

finish work
to stop working at the end of the day  /ˈfɪnɪʃ wɜːk/
cook dinner
to prepare the evening meal  /kʊk ˈdɪnər/
watch TV
to look at television programmes  /wɒtʃ tiːˈviː/
go to bed
to get into bed to sleep  /ɡəʊ tə bed/
Examples
“I finish work at 5pm.”
“My mother cooks dinner every evening.”
“I watch TV after dinner.”
“I go to bed at 10:30.”

Words 9–10

have a shower
to wash your body standing under running water  /hæv ə ˈʃaʊər/
get dressed
to put on your clothes  /ɡet drest/
Examples
“I have a shower in the morning.”
“I get dressed after my shower.”
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['daily-routine']; 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_daily-routine']; if (gm && gm.pct >= 70) { var gt = document.querySelector('.chapter-nav-btn[href="game.html"]'); if (gt) gt.textContent = 'Game ✓'; } } catch(e) {} })();