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? 鞋多少钱的更多相关文章

  1. English trip -- VC(情景课)1 C What's your name?(review)

    Xu言: 今天,阴差阳错又上了一次 VC 1 C的课,不过这次是小班的形式.这次课的教室叫 toronto   [təˈrɒntəʊ]  to ron to (多伦多(加拿大城市))   - -0我还 ...

  2. 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 练习 ...

  3. English trip -- VC(情景课)9 B Outside chores 室外家务

    Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail  收到邮件 taking out the trash  把垃圾带出去 wal ...

  4. English trip -- VC(情景课)8 C

    MP review: 音标(Phonetic symbol) [ɪ]    lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ]   g ...

  5. English trip -- VC(情景课) 6 B Events 事件

    xu言: ...  自己选择的路,就算是爬,也要给我爬完.短短人生数载,我能之止于此? Words appointment  预约 meeting  会议 class movie party prog ...

  6. English trip -- VC(情景课)5 Around Town

     Around Town  城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ...

  7. English trip -- VC(情景课)2 D Reading

    Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...

  8. 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 ...

  9. 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 ...

随机推荐

  1. AOAPC I: Beginning Algorithm Contests -- Training Guide (Rujia Liu) Chapter 3. Data Structures Fundamental Data Structures

    10410 这题说的是给了一棵多叉树的 bfs遍历轨迹 和dfs 遍历 轨迹 在父节点向叶子节点扩展的时候优先遍历编号较小的节点.我还原出这课树特殊判定 根据bfs的顺序来建立这课树,用一个队列安排要 ...

  2. HDU 1586 log 的运用

    log函数的应用,因为 log(a^b)=b*log(a); log(a*b)=log(a)+log(b); 比如 log10(123456789)==log10(1.23456789)+8; log ...

  3. TestDriven.NET 怎么设置快捷键keyboard shortcut(转)

    TestDriven.NET 怎么设置快捷键keyboard shortcut 使用TestDriven.NET 测试的时候,觉得点击鼠标很麻烦是不是?嗯,我也觉得,那么我们来看看怎么设置它的快捷键把 ...

  4. 20145118《Java程序设计》 第9周学习总结

    20145118 <Java程序设计>第9周学习总结 教材学习内容总结 1.SUN公司定义了一套Java操作数据库的规范(接口)来简化数据库操作,称之为JDBC.开发人员只需要学习jdbc ...

  5. CSAPP 第三章 读书笔记

    程序的机器级表示 AT&T与Intel格式的汇编代码 我们的表述是ATT(根据"AT&T"命名的, AT&T是运营贝尔实验室多年的公 司)格式的汇编代码,这 ...

  6. Spark On YARN 分布式集群安装

    一.导读 最近开始学习大数据分析,说到大数据分析,就必须提到Hadoop与Spark.要研究大数据分析,就必须安装这两个软件,特此记录一下安装过程.Hadoop使用V2版本,Hadoop有单机.伪分布 ...

  7. 如何使用python来对二维数组进行排序

    1.复合排序 直接用numpy的lexsort就可以 import numpy as np data = np.array([[1,2,3,4,5], [1,2,3,6,7], [2,3,4,5,7] ...

  8. ubuntu 把软件源修改为国内源和更新

    1. 备份原始文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup 2. 修改文件并添加国内源 vi /etc/apt/sourc ...

  9. datagridview控件的使用

    http://home.cnblogs.com/group/topic/40730.html datagridview定位到最后一行的方法 this.dataGridView2.CurrentCell ...

  10. 切换tab页时,tab页中的echart变形问题

    本文为博主原创,未经允许,不得转载: 在两个tab页中,分别展现了两个echart图表,同样的格式与写法,但只有在默认选中的tab页中的图表显示的是正常的, 但进入另一个tab页中时,图表则产生了变形 ...