English trip M1 - AC9 Nosey people 爱管闲事的人 Teacher:Solo
In this lesson you will learn to talk about what happened. 在本课中,您将学习如何谈论发生的事情。
课上内容(Lesson)
# four “W” one “H”
Where 在哪里
What 干什么
Who 谁
Why 为什么
How 怎么样
词汇(Key Word )
句型(Sentences)
Where were you last night at 8:00 pm?
Who was with you?
What were you doing?
Where were you? 你在哪里?
I was at a part. 我参加了一个聚会
What time was the part? 聚会是什么时候?
It was from 7:00 pm to 9:00 pm 它是从晚上7点到9点
Who was with you?你和谁在一起?
My co-workers. 我的同事。
Why were they there? 他们为什么在那里?
It was a birthday party。
How was the party? 这个聚会怎么样?
It wasn't interesting. 没什么意思。
was wasn't I、he/she、Loki、It
were weren't you、we、they
It was late at night.It was cold and wet outside.The wind was strong.
那是在深夜,外面下着雨并且很冷。风也很大
I was in my house, worried. I heard a knock at my door. I answered the door.
我待在家里,很担心。我听到了敲门的声音,我去开了门
It was my friend, julia. She was wet. She came into my apartment.
那是我的朋友,朱利安。她浑身湿透了。她进入了我的公寓
I gave her a towel. She dried herself.I was not worried anymore because she was safe and sound.
我给她拿了一张毛巾。他擦干了自己。看到她安然无恙,我再也不担心了
late at night 深夜
# Use Where...? What...? Who...? When...? Why...? ask some questions。
Where were you at night? 晚上你在哪?
When was it? 什么时候?
How was the weather ? 天气怎么样?
Was the wind strong? 风很大吗?
What happened?发生什么事了?
Why were you worried? 你为什么担心?
Who came in house? 谁进到了你家?
What did the writer give her? 作家给了她什么?
语法(Grammar)
# Describe below picture, think sentences。

The picture was taken in 1980.
There are two old man at door。
His name was Lin,Her name was Fei。they were coupled。
The man held old radio,they were careful listened to radio。“Welcome to Meten early bus for English ”
So, I think "People old in life , study is not stop"
English trip M1 - AC9 Nosey people 爱管闲事的人 Teacher:Solo的更多相关文章
- English trip V1 - B 23. Nosy People 爱管闲事的人 Teacher:Parice Key: Be + Ving
In this lesson you will learn to talk about what happened. 谈论发生什么? 课上内容(Lesson) Nosy 好管闲事Noise 噪声 ...
- English trip M1 - PC12 I'd Like a Room Please Teacher:Taalan
In this lesson you will learn to say what you need. 在本课中,您将学习如何说出您的需求. Words list elevator 电梯 ...
- 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 外貌 ...
- English trip M1 - PC6 Likes and Dislike Teacher:Jade
In this lesson you will learn to talk about likes and dislikes. 课上内容(Lesson) # 通常在习惯性的表达式用 it's 来表达w ...
- English trip M1 - PC1 Are you a Model? 你是模特吗? Teacher:Taylor
In this lesson you will learn to talk about jobs. 课上内容(Lesson) What's your partner name? Her name is ...
- English trip M1 - PC7 Can I Borrow Your Ping-Pong? Teacher:Patrick
In this lesson you will learn to desribe abilities. 这节课你将学习到描述你的能力 课上内容(Lesson) 三种常见情态动词 can aux. 能 ...
- English trip M1 - AC11 I Dreamed a Dream? 我做了一个梦 Teacher:Lamb
In this lesson you will learn to describe an experience. 这节课你讲学习到描述经历 课上内容(Lesson) 词汇(Key Word ) 句型 ...
- English trip M1 - AC11 May I Help You? 我能帮到你吗? Teacher:Lamb
In this lesson you will learn to ask for things in shops 在本课程中,您将学习如何在商店中寻找东西 课上内容(Lesson) How are ...
- English trip M1 - AC6 How to make salad? Teacher:Patrick
In this lesson you will learn to give instructions. 在本课中,您将学习如何提供说明. 课上内容(Lesson) How to make a sal ...
随机推荐
- js的原型prototype究竟是什么?
Javascript也是面向对象的语言,但它是一种基于原型Prototype的语言,而不是基于类的语言.在Javascript中,类和对象看起来没有太多的区别. 1.什么是prototype: fun ...
- gimp的使用笔记
gimp是德国的开源软件! 跟其他软件一样, 包括file, edit, view, 还有select, color , filter, 和 window. 窗口window就包括所有的dockabl ...
- 【系列教程1】Gradle入门系列一:简介
Gradle是一种构建工具,它抛弃了基于XML的构建脚本,取而代之的是采用一种基于Groovy的内部领域特定语言.近期,Gradle获得了极大的关注. 这篇文章是Gradle教程的第一篇,我们有两个目 ...
- SalGAN: Visual saliency prediction with generative adversarial networks
SalGAN: Visual saliency prediction with generative adversarial networks 2017-03-17 摘要:本文引入了对抗网络的对抗训练 ...
- Python: 字典应用题
Write a program to read through the mbox-short.txt and figure out who has sent the greatest number o ...
- 《机器学习实战》之k-近邻算法(手写识别系统)
这个玩意和改进约会网站的那个差不多,它是提前把所有数字转换成了32*32像素大小的黑白图,然后转换成字符图(用0,1表示),将所有1024个像素点用一维矩阵保存下来,这样就可以通过knn计算欧几里得距 ...
- bean的实例化有几种实现方式
三种实例化bean的方式 在spring中有三中实例化bean的方式: 一.使用构造器实例化:(90%通常使用的一个方法) 二.使用静态工厂方法实例化: 三.使用实例化工厂方法实例化. 每种实例化 ...
- Webpack+React项目入门——入门及配置Webpack
一.入门Webpack 参考文章:<入门Webpack,看这篇就够了> 耐心看完这篇非常有帮助 二.React+Webpack环境配置 参考文章:<webpack+react项目初体 ...
- 关于js中splice方法返回的结果
一.前言 刚刚在使用splice()方法,发现这个方法返回的是删除后的数组元素,如果要获取删除指定元素后的数组,直接调用原来的数组即可!因为splice()会改变原来数组!之前对splice()方法一 ...
- _itemmod_add
命令._add items XXX 为目标添加一组物品 `comment` 备注 `categoryId` 组ID `entry` 物品entry `count`数量