V6

Places in Town

Shops, buildings, transport · giving directions

Words 1–4

supermarket
a large shop selling food and household items  /ˈsuːpərˌmɑːkɪt/
school
a place where children go to learn  /skuːl/
hospital
a place where sick or injured people are treated  /ˈhɒspɪtəl/
bank
a place where people keep money  /bæŋk/
Examples
“I go to the supermarket on Saturday.”
“The school is near my house.”
“The hospital is open 24 hours.”
“I go to the bank on Fridays.”

Words 5–8

park
a public area with grass and trees  /pɑːk/
restaurant
a place where you pay to eat meals  /ˈrestərɒnt/
train station
a place where trains stop to let people on and off  /treɪn ˈsteɪʃən/
library
a place where you can borrow books  /ˈlaɪbrəri/
Examples
“We walk in the park every morning.”
“There is a good restaurant near here.”
“The train station is in the city centre.”
“I go to the library to study.”

Words 9–10

pharmacy
a shop where you buy medicine  /ˈfɑːməsi/
post office
a place where you can send letters and parcels  /pəʊst ˈɒfɪs/
Examples
“The pharmacy is next to the bank.”
“I sent a letter at the post office.”
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['places-in-town']; 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_places-in-town']; if (gm && gm.pct >= 70) { var gt = document.querySelector('.chapter-nav-btn[href="game.html"]'); if (gt) gt.textContent = 'Game ✓'; } } catch(e) {} })();