English trip -- VC(情景课) 7 C How much are the shose? 鞋多少钱
Grammar focus 语法点:
How much is ...? How much are...?
How much is the shirt? $15.99.
How much are the shoes? $68.95.
How much is the T-shirt?
The T-shirt is two dollars
How much are the shores?
The shores are three dollars
How much is the jacket?
The jacket is eight dollars
How much is the sweater?
The sweater is four dollars
How much is the raincoat?
The raincoat is five dollars
How much are the pants? # ts 读 "刺"
The pants are six dollars
How much are the socks?
The socks are one dollar
How much is the blouse?
The blouse is seven dollars
组合发音(Iris友情整理):
ts students 类似"刺"的发音
ds words 类似“滋”
Thank Think
th<
This That There
dr dress drug
tr tree trouble
sh wash fish
ch China Cheese watch teach
ce nice rice(n. 稻;米饭)
se rose nose please
Words
cents 美分
sneaker 运动鞋
scarf 围巾;嵌接,嵌接处;头巾领巾
sentences
A: Hi,Peter. What are you doing?
B: Hi, Mark. I am making a shopping list(购物清单).Then I am going to a clothes shop(还可以使用store).
A: Great. Can you help me?
B:Yes, what do you need?
A: I need a black shirt and a pair of shorts
B: Ok. No problem
A: Thank you.
B: Welcome
A:Can I help you?
B:Yes,please.
A:What do you need?
B:I need a dress. How much is this dress?/how much are these
A:It's $35
B:Ok, Not bad. It looks cool,I'll take it.
Salesperson = S
Jack = J
S:Good evening, what do you need?/ Can I help you?
J:Yes, i need a jacket/ Sweater/ Jeans [dʒiːnz]
S:What size do you need?
J:Size M(medium)/ S(small)/L (large [lɑːdʒ]) /XL(extra ['ekstrə] large)
S:What color do you need?
J: A black one.
S:What about this one?
J: It looks nice, can i try it on?
S:Sure, the dressing room(试衣间) is there.
J:I like it, how much is it?
S:It's $185,99
J:Great(最棒)/expensive(最贵), I will take it. / I will think about it
English trip -- VC(情景课) 7 C How much are the shose? 鞋多少钱的更多相关文章
- English trip -- VC(情景课)1 C What's your name?(review)
Xu言: 今天,阴差阳错又上了一次 VC 1 C的课,不过这次是小班的形式.这次课的教室叫 toronto [təˈrɒntəʊ] to ron to (多伦多(加拿大城市)) - -0我还 ...
- English trip -- VC(情景课)10 C I like to watch TV. 我爱看电视
Grammar focus 语法点: like to do you do they What does he like to do? does she Practice 练习 ...
- English trip -- VC(情景课)9 B Outside chores 室外家务
Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail 收到邮件 taking out the trash 把垃圾带出去 wal ...
- English trip -- VC(情景课)8 C
MP review: 音标(Phonetic symbol) [ɪ] lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ] g ...
- English trip -- VC(情景课) 6 B Events 事件
xu言: ... 自己选择的路,就算是爬,也要给我爬完.短短人生数载,我能之止于此? Words appointment 预约 meeting 会议 class movie party prog ...
- English trip -- VC(情景课)5 Around Town
Around Town 城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ...
- English trip -- VC(情景课)2 D Reading
Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...
- English trip -- VC(情景课)2 C Where's my pencli?
Grammar focus 语法点: in 和 on in the desk 在桌子抽屉里 on the desk 在桌子面上 Practice 练习 Where's my pencil? I ...
- English trip -- VC(情景课)2 A At school
xu言: Sometimes, I feel very confused. However, there will always be a weak light in a corner to ligh ...
随机推荐
- animation-fill-mode
animation-fill-mode: none:默认值.不设置对象动画之外的状态 forwards:结束后保持动画结束时的状态,但当animation-direction为0,则动画不执行,持续保 ...
- Trove系列(二)—Trove 的架构和流程介绍
Trove主要逻辑目前Trove支持用户创建一个数据库服务实例,在实例里可以创建多个数据库并进行管理.数据库服务实例目前通过Nova API来创建,然后同样通过Nova API创建一个Volume(未 ...
- 混合使用ForkJoin+Actor+Future实现一千万个不重复整数的排序(Scala示例)
目标 实现一千万个不重复整数的排序,可以一次性加载到 2G 的内存里. 本文适合于想要了解新语言 Scala 并发异步编程框架 Akka, Future 的筒鞋. 读完本文后,将了解如何综 ...
- Linux命令:删除与恢复命令
敲命令按以下顺序 ①vim filename ②e ③i ④ESC 删除命令: x(小写):删除光标所在处字符. dd:删除光标所在的行. D:删除从光标所在之处开始直到该行末尾的全部字符. < ...
- Java(20~24)
1.Collection中的集合称为单列集合,Map中的集合称为双列集合(键值对集合). 2.Map常用方法:map.put() map.get() map.remove() map.ke ...
- python-安装,设置环境变量(win10)
python官网: https://www.python.org/ 选择需要的版本下载 下载后安装 我装的是默认位置C:\Python27 打开环境变量设置: 右键电脑--->属性----> ...
- label语句、break语句和continue语句
label语句 可以在代码中添加标签,以便使用.以下是label语句的语法: label:statement 示例: start: for (var i = 0; i < count; i++) ...
- Python3 打开 https 链接,异常:“SSL: CERTIFICATE_VERIFY_FAILED”
Python3 打开 https 链接,异常:“SSL: CERTIFICATE_VERIFY_FAILED” 一.问题 Python2.7.9 之后,当使用urllib.urlopen打开一个 ht ...
- ESOURCE_LOCKED - cannot obtain exclusive access to locked queue '2484_0_00163'
早上一运维同事说,一个报盘程序启动的时候报了"ESOURCE_LOCKED - cannot obtain exclusive access to locked queue '2484_0_ ...
- 20145303刘俊谦 Exp8 Web基础
20145303刘俊谦 Exp8 Web基础 基础问题回答 1.什么是表单? 表单是一个包含表单元素的区域,表单元素是允许用户在表单中(比如:文本域.下拉列表.单选框.复选框等等)输入信息的元素,表单 ...