In this  lesson you will learn to ask for and give directions. 本节课你将学习到学会问路和指路。

课上内容(Lesson)

人类的几种感:

正义感 justice

责任感  responsibility

幽默感  humor

词汇(Key Word )

opposite  对面

across from  对面

behind  后面

between... and ...    在...之间

at the corner    在拐角

retail 零售

copy right  版权             # right 的第三种意思,权利

keep silence 保持沉默,保持安静

go for it  去忙吧

# 住口的2种说法

Stop it

Zip it

make a living 谋生,维持生活

grocery 食品杂货店

between 在... 之间

burger 汉堡

direction 方向;指导

floor  地板

left  左边

rearrange  重新整理

right  adj.右边

Burger bar 汉堡吧

along the street 沿街

at the corner 在拐角处

go down 下去;俯身

go up 上升;向...上走

in front of 在...前面

next to  几乎,紧挨着

post office  邮局

look around 环顾四周

健身房  gym

旅行  tour

旅店  hotel

街道  street

地铁 subway

电影院  cinema    film

剧院  theater

车站 station

饭店 restaurant

超市  supermarket

购物中心  shopping mall

警察局  police station

句型(Sentences)

Stand up  起立

Turn right  右转

Turn left  左转

Look around  四处看看

Go straight ahead 一直往前走

Stop  停止

Excuse me. Is there a Burger Bar near here?

Yes, there is . It's Renmin Nan Road.

Where is Renmin Nan Road?

Go along the street. Turn left at the corner.It's next to the coffee house.

Thank you.

You're welcome

From Your hotel, turn left and keep walking.

Once you see the bank on your right, stop and turn left.

Cross the street to the post office.

Turn right and go along the street until you see a Burger Bar on your left.

My home is opposite the Burger Bar.

My flat is number 9C on the second floor.

Cell me if you get lost.I'll see you there!

Cross the street  过马路;穿过马路

It's on Jiabin street  在嘉宾街

It's next to police  station  就在警察局旁边。

Turn left at the corner  在拐角处向左拐。

Turn right 右转

Keep walking  继续走

Go straighter  直走

Go straight ahead 一直向前走

He is on a tour. 他在旅行

Where is Renmin Nan Road?

Go along the street 沿着街道一直往前走

Call me if you get lost 如果你迷路了就给我打电话

He is feeling hungry 他感觉很饿

Mike wants to visit your home. 迈克想去你家拜访

You're welcome. 不用谢                  #  还可以说:   It's my pleasure  这是我的荣幸 ; My pleasure  别客气;非常高兴为您服务

语法(Grammar)

northern  adj.  北方的

southern   adj. 南方的

western    adj. 西方的

eastern  adj. 东方的

English trip V1 - 19.Where Am I? 我在哪里?Teacher:Patrick Key:Ask for and directions的更多相关文章

  1. English trip V1 - B 6.Where Are You From? Teacher:Patrick Key: 一般疑问句和否定句中的be动词

    In this lesson you will learn to talk about countries and languages.  本节课你将学习到关于谈论城市和语言 课上内容(Lesson) ...

  2. English trip V1 - 5.That's Amazing! 棒极了! Teacher:Patrick Key: can or can't

    In this lesson you will learn to describe what people can do. 在本课中,您将学习如何描述人们可以做什么. STARTE drive a c ...

  3. English trip V1 - B 22. Here,There and Everywhere 无处不在 Teacher:Taylor Key: Be + Ving

    In this lesson you will learn to describe what you see. 课上内容(Lesson) # How's the weather today? 今天的天 ...

  4. English trip V1 - B 16. Giving Reasons 提供个人信息 Teacher:Lamb Key: Why/Because

    In this lesson you will learn how to give reasons for something you've done. 课上内容(Lesson) Why do peo ...

  5. English trip V1 - 6.Accidents Happen! 发生意外! Teacher:Corrine Key: 过去进行时 was or were + Ving

    In this lesson you will learn to talk about past occurences. 过去进行时 课上内容(Lesson) C: Hi, Loki! L: Hi, ...

  6. English trip V1 - 20.Look at me 看着我 Teacher:Solo Key: 声调(英语默认就声调[rising]和降调[falling]两种)

    In this lesson you will learn to describe a person. 课上内容(Lesson) appearance  -> ap pea ran ce  外貌 ...

  7. English trip V1 - B 19. Life of Confucius 孔子的生活 Teacher:Patrick Key:

    In this lesson you will learn to describe a daily routine. (日常生活) 课上内容(Lesson) 词汇(Key Word ) contrac ...

  8. English trip V1 - 12.Belongings 行李 Teacher:Jade Key: ?

    In this lesson you will learn to describe your home life and things you own. 在本课中,您将学习如何描述您的家庭生活和您拥有 ...

  9. English trip V1 - B 4.How Do You Make a Salad? 请给我一间房? Teacher:Julia Key:imperatives 祈使句

    In this lesson you will learn to give instructions. 这节课你将将学会给出指示. 课上内容(Lesson) 词汇(Key Word ) bell pe ...

随机推荐

  1. bzoj 1818 [CQOI 2010] 内部白点 - 扫描线 - 树状数组

    题目传送门 快速的列车 慢速的列车 题目大意 一个无限大的方格图内有$n$个黑点.问有多少个位置上下左右至少有一个黑点或本来是黑点. 扫描线是显然的. 考虑一下横着的线段,取它两个端点,横坐标小的地方 ...

  2. myeclise中创建maven web程序

    myeclipse自带了许多插件,因此使用频率很高,但是对maven框架下web程序似乎不是很好的支持,每次创建web程序总是会报一大堆的异常,因此特此记录一下如何在myeclipse下创建一个web ...

  3. Installing Jenkins as a Windows service

    Install Jenkins as a Windows service NOTE: if you installed Jenkins using the windows installer, you ...

  4. Class DesiredCapabilities

    public class DesiredCapabilities extends java.lang.Object implements java.io.Serializable, Capabilit ...

  5. Spring 学习——Resources接口

    Resources 针对资源文件的统一接口 Resources UrlResource:URL对应的资源,只需要一个url即可构建 ClassPathResource:获取类路径下的资源文件 File ...

  6. Linux 系统/etc/profile 内配置 系统脚本命令

    背景 在Linux系统下,我们需要利用脚本命令启动一个进程的时候,需要先找到找到启动文件,然后再启动.比如服务器上安装了一个was应用服务器,我们需要每次启动服务器都需要使用如下命令: sh  was ...

  7. Bootstrap3基础 navbar 导航条 简单示例

      内容 参数   OS   Windows 10 x64   browser   Firefox 65.0.2   framework     Bootstrap 3.3.7   editor    ...

  8. Git学习笔记--- diff工具 kdiff3

    图形化的git diff 与 git merge工具:kdiff3 1.安装 win10: 去官网左边找到Download,下载双击安装. Linux(Debian Ubuntu 18.04): ap ...

  9. mysql的数据类型- 特别是表示日期/时间的数据类型: 参考: http://www.cnblogs.com/bukudekong/archive/2011/06/27/2091590.html

    通常认为: 日期 就是 年-月-日: 时间就是: 小时:分钟:秒 要严格区分"日期"和 "时间"的 说法. 日期就是日期, 时间就是时间, 两者是不同的!! 日 ...

  10. 【控制分片分配】控制Elasticsearch分片和副本的分配

    ES集群中索引可能由多个分片构成,并且每个分片可以拥有多个副本.通过将一个单独的索引分为多个分片,我们可以处理不能在一个单一的服务器上面运行的大型索引,简单的说就是索引的大小过大,导致效率问题.不能运 ...