课上内容(Lesson)

What's your name?

Where is your hometown?  你的家乡是哪里?

Where do you come from?    你从哪里来?   I'm a Local.

Where are you from?你是哪里人?    I'm a Chengdu man. Chengdu is a  basin ['besn] city. It  is the capital of Sichuan Province ['prɑvɪns] .And it's famous Panda and Hotpot.

What's your job?  I'm a office worker

What's your hobby?  I like play games.

How many people are there in your family?

There are people in my family. They are My wife ,My daughter and I.

Tips:

例如:Your books are on the table.  # 复数

Where is your apple?  # 单数

Where is the hospital?  # 单数

词汇(Key Word )

curly ['kɝli]  hair 卷发

blond hair 金发   # blond hair girl

grey hair 白头发      # grey hair old man

album ['ælbəm] 专辑

sister-in-low 嫂子;弟媳

brother-in-law  姐夫;妹夫

daughter-in-law  儿媳妇

son-in-law 女婿

stepson  继子

stepdaughter 继女

setpmother  继母

stepfater 继父

cousin 堂(表)兄弟;姐妹

sibling 亲兄弟姊妹

nephew 侄儿

niece 侄女

couple 夫妻

parents 父母

middle child   老二;第二个孩子

presentation   n. 展示;描述,陈述;介绍;赠送

speech n. 演讲;讲话;[语] 语音;演说

aunt   n. 阿姨;姑妈;伯母;舅妈

uncle n. 叔叔;伯父;伯伯;舅父;姨丈;姑父

first 第一

second  第二

third  第三

句型(Sentences)

slow down a bit ,please  请慢一点

语法(Grammar)

He/She was boin in 1986 year

English trip EM2-PE-6A Family Relationship Teacher:Taylor的更多相关文章

  1. English trip V1 - 23. Big and Bigger Teacher:Corrine Key: adjective comparisons 形容词 比较级

    In this lesson you will learn to make comparisons. 课上内容(Lesson) compare   n. 比较  vt. 比拟,喻为:[语]构成  vi ...

  2. English trip V2 - 3. A Healthy Diet Teacher:Corrine Key:各种前缀 im- un- in- re- over- under-

    In this lesson you will learn to talk about foot and drink for a healthy diet. 课上内容(Lesson) What do ...

  3. English trip V1 - 21. I dreamed dream Teacher:Corrine Key: past tense(过去式)

    In this lesson you will learn to describe an experience.  本课将会学习描述一次经历 课上内容(Lesson) 词汇(Key Word ) # ...

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

  5. English trip EM2-PE-5A Plan a dinner party Teacher:Lamb

    课上内容(Lesson) # Appetizer   ['æpə'taɪzɚ]  n. 开胃物,开胃食品 spinach salad  菠菜沙拉  # "p" 发b音 gazpac ...

  6. English trip M1 - AC1 My Dream Car Teacher:Corrine

    In this lesson you will learn to describe an object. 课上内容(Lesson) You want to rent a car. Go to the ...

  7. English trip M1 - PC9 Where am I Teacher:Jade

    In this lesson you will learn to ask for and give directions    # 在本课中,您将学习如何提出要求并给出指示 Words North  ...

  8. English trip V1 - 1.How Do You Feel Now? Teacher:Lamb Key:形容词(Adjectives)

    In this lesson you will learn to describe people, things, and feelings.在本课中,您将学习如何描述人,事和感受. STARTER  ...

  9. English trip V2 - 4. Really Wild Teacher:Maple Key:Adjectives of feeling

    In this lesson you will learn how to recognize animals and describe feeling. 课上内容(Lesson) 词汇(Key Wor ...

随机推荐

  1. Codeforces 839C Journey - 树形动态规划 - 数学期望

    There are n cities and n - 1 roads in the Seven Kingdoms, each road connects two cities and we can r ...

  2. Btrfs管理及应用

    一.btrfs基本概念 btrfs文件系统是2007年Oracle开发,支持GPL协议,为了取代Linux早期的ext系列文件系统. btrfs核心特性: 多物理卷支持:btrfs可由多个底层物理卷组 ...

  3. 【ASP.NET】System.Web.Routing - PageRouteHandler Class

    用于提供一些属性和方法来定义如何将URL匹配到一个物理文件上面. public PageRouteHandler (string virtualPath, bool checkPhysicalUrlA ...

  4. ETCD应用

    etcd:从应用场景到实现原理的全方位解读 ETCD:A highly-available key value store for shared configuration and service d ...

  5. pom.xml中build标签

    1.分类 (1)全局配置(project build) 针对整个项目的所有情况都有效 (2)配置(profile build) 针对不同的profile配置 <project xmlns=&qu ...

  6. JavaScript(2)

    JavScript在页面上显示时间,首先我们先来了解关于时间的一些简单方法: getFullYear()  获取当前年份,getMonth() 0-n(一月到十二月),getDate() 1-31(月 ...

  7. js为什么返回两个对象字符串 objcet objcet ?

    js中两个使用 toString() 对有个有对象的数组进行操作时,为什么返回两个对象字符串 objcet objcet ? [{}].toString(); 返回 "[object Obj ...

  8. JS定时器时间日期钟表

    window.onload=function(){ setTime(); setInterval('setTime()',1000); } function checkTime(n){ if(n< ...

  9. (一)PHP简介

    什么是 PHP? PHP 是 "PHP Hypertext Preprocessor" 的首字母缩略词 PHP 是一种被广泛使用的开源脚本语言 PHP 脚本在服务器上执行 PHP ...

  10. Centos7 安装python3.7.2

    下载python3.7.2源码 wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz 下载完后对压缩包解压缩 tar -xf Py ...