In this lesson you will learn to describe what you see.

课上内容(Lesson)

#

How's the weather today? 今天的天气怎么样?

It's Sunny Day

What kind of weather do you like? 你喜欢什么样子的天气?

I like rain.Because I like listening to raining very much at stay in

# 想一个地方,告诉哪里的人们都再做什么

Meten:

Somebody are teaching students

Somebody are drinking coffee

Somebody are studying English

Somebody are taking notebook

What are you doing? What is he doing? What is sister doing?

I am playing games

Where are you playing games?

I am stay in at home

Who is loki playing games with?

I am alone.

词汇(Key Word )

anoter 另外的;不同的

cry  哭,喊

moment 瞬间;重要时刻           # at the moment 此时此刻

shine  照耀;显露

smile 微笑

present countinuous 现在进行时

feel like  感觉像

building  n. 建筑;建筑物 ; v. 建筑;建立;增加(build的ing形式)

cooking  v. 烹调;筹划(cook的ing形式)

going  v. 前进;出发;运转(go的ing形式)

having  v. 有(have的ing形式)

standing  v. 站立;坚持不变;坐落于(stand的ing形式)

staying  v. 停留(stay的ing形式)

swimming  v. 游泳;漂浮;旋转(swim的ing形式)

working  v. 工作;影响;受雇用(work的ing形式)

句型(Sentences)

She's smiling,she's laughing

She's dancing in the street

She's having fun out in the sun

In the Moscow summer heat

One man's playing the saxophone.(萨克斯管)

Another man's playing the guitar.

She's felling like a star. 她感觉自己像个明星

You are cleaning your room 你在清扫你的房间

The kids are playing in the sand 孩子们在玩沙

The sun is shining brightly 太阳光强烈的照射着

Where am I ?我在那里?

She's feeling like a star.  她感觉自己像个明星

语法(Grammar)

Presentcontinuous: be + V-ing 现在进行时

Use:

The present  continuous can be used to talk about  events that are taking place at the moment of speaking.

Example:

I am studying English at the moment.

Note: Verbs ending in -y keep the -y(cry+ing=crying)

English trip V1 - B 22. Here,There and Everywhere 无处不在 Teacher:Taylor Key: Be + Ving的更多相关文章

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

  3. 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, ...

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

  5. 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  外貌 ...

  6. English trip V1 - 22. My Life Teacher:Emily Key: describe talk about past 过去式

    In this lesson you will learn to talk about the past. 课上内容(Lesson) I was born in 1986. I started sch ...

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

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

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

  9. English trip V1 - B 18. Workplaces 工作地方 Teacher:Russell Key: do / does

    In this lesson you will learn to talk about workplaces. 课上内容(Lesson) My English Teacher name is Russ ...

随机推荐

  1. VS2015密钥

    Visual Studio Professional 2015简体中文版(专业版)KEY:HMGNV-WCYXV-X7G9W-YCX63-B98R2Visual Studio Enterprise 2 ...

  2. python&django 常见问题及解决方法

    0.python-dev安装(ubuntu) apt-get install  python-dev 1.Open(filename,mode) 报错实例: f = open('d:\Users\16 ...

  3. Bootstrap3基础 disabled 多选框 鼠标放在方框与文字上都出现禁止 标识

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

  4. mysql中的中文乱码解决方案, 全部是 这篇文章的内容: https://www.52jbj.com/jbdq/18755.html

    我们自己鼓捣mysql时,总免不了会遇到这个问题:插入中文字符出现乱码,虽然这是运维先给配好的环境,但是在自己机子上玩的时候咧,总得知道个一二吧,不然以后如何优雅的吹牛B. 如果你也遇到了这个问题,咱 ...

  5. (转)WebSocket学习

    石墨文档:https://shimo.im/docs/3UkyOPJvmj4f9EAP/ (二期)17.即时通讯技术websocket [课程17]java We...实现.xmind0.1MB [课 ...

  6. Oracle联合多个子查询(inner join)

    select aaa.*,bbb.xh from (select xn,xq,kcdm,kcmc,xf,xkkh,kcxz from jxrwbview where xn='2017-2018' gr ...

  7. python 之 循环语句

    python提供了for循环和while循环以及嵌套循环(在python中没有do..while循环) while 循环语法: while 判断条件: 执行语句...... 实际案例: numbers ...

  8. SQLServer2014 安装错误:等待数据库引擎恢复句柄失败

    查了很多资料最后靠百度百科里的一票报道彻底解决困难.在次发表一下以便给后人排忧解难 已下为百度连接 https://jingyan.baidu.com/article/7908e85cb24c19af ...

  9. 深度学习课程笔记(三)Backpropagation 反向传播算法

    深度学习课程笔记(三)Backpropagation 反向传播算法 2017.10.06  材料来自:http://speech.ee.ntu.edu.tw/~tlkagk/courses_MLDS1 ...

  10. python学习 day06打卡

    今天学习的主要内容是: 一,小数据池 代码块的概念 python程序是由代码块构成的,一个代码块的文本作为python程序执行的单元. 代码块:一个模块,一个函数,一个类,甚至每一个command命令 ...