In this lesson you will learn to talk about sports.

课上内容(Lesson)

# How many different sports can you name?

swim, skiing,badminton

# Pick a sport and describe to your tutor how it is played.

Let me introduce basketball.  it is a ball sports. Five people in one group, two groups confronteach other.if ball in to across from basket, get point

# What sports do you like to play?

I like Table tennis(Ping Pong)

词汇(Key Word )

ice skating  滑旱冰

aerobics  n. 有氧运动法;增氧健身法

hiking 徒步旅行

judo  柔道

windsurfing  n. 帆板运动

volleyball  n. 排球

cycling  骑自行车

baseball  棒球

archery  箭术

sailing  航海

rollerblading  单排滚轴旱冰鞋

running  赛跑

tennis  网球

jet sking 水上摩托车

diving  n. 跳水,潜水  # dive的现在分词

football  足球

horseback riding   骑马

basketball 篮球

rowing  划船

skateboarding 滑板运动

motor racing 赛车运动

boxing 搏击

rock climbing  攀岩

cricket 板球

fencing  击剑

polo 马球

table tennis 乒乓球

rugby  英式橄榄球

weightlifting  举重

golf  高尔夫

skiing  滑雪术

motorcycling  摩托运动

admire  vt. 钦佩;赞美  vi. 钦佩;称赞

angry  adj. 生气的;愤怒的;狂暴的;(伤口等)发炎的

beat  vi. 打;打败;拍打;有节奏地舒张与收缩    #    hit  vt. 打击;袭击;碰撞;偶然发现;伤…的感情

coach  n. 教练;旅客车厢;长途公车;四轮大马车

competition  n. 竞争;比赛,竞赛

karate  n. 空手道(日本的一种徒手武术)

martial  adj. 军事的;战争的;尚武的

ski  vi. 滑雪

strict  adj. 严格的;绝对的;精确的;详细的

unacceptable  不可接受

win  vt. 赢得;在…中获胜

句型(Sentences)

take up  拿起;开始从事;占据(时间,地方)  #  start  a sport or hobby

knock out 敲空;击倒;打破;使筋疲力竭  # to beat somebody and put them out of a competition  打败某人并把他们赶出比赛

give up 放弃;交出  # to stop trying to do sth

go for it   努力争取;加油  # try very hard to win   努力争取胜利

warm up  v. 热身;变暖  # prepare for a sport

语法(Grammar)

English trip V2 - 6 Sports Teacher:Taylor Key:phrasal verbs的更多相关文章

  1. English trip V2 - 5 Technology Teacher:Taylor Key:adjective + preposition

    In this lesson you will learn to talk about technology and innovation. 课上内容(Lesson) What is your fav ...

  2. English trip EM2-PE-6A Family Relationship Teacher:Taylor

    课上内容(Lesson) What's your name? Where is your hometown?  你的家乡是哪里? Where do you come from?    你从哪里来?  ...

  3. English trip V1 - 24. Accommodations Teacher:Maple Key: make suggestions 提出建议

    In this lesson you will learn to make suggestions. 在本课程中,您将学习如何提出建议. 课上内容(Lesson) Which place  would ...

  4. English trip EM2-LP-4B At School Teacher:Russell

    课上内容(Lesson) Where is Loki a student?  Loki is in Meten, BaobaoStreet, Chengdu. What is he studying? ...

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

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

  7. English trip V2 - A 1. Mother tongue 母语 Teacher:Lamb Key: Comparative 比较级 superlative 最高级

    In this lesson you will learn to talk about languages. 课上内容(Lesson) mother tongue: Chinese official  ...

  8. 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? 今天的天 ...

  9. English trip V1 - B 17. Giving Information 提供信息 Teacher:Taylor Key: Person Information

    In this lesson you will learn to say your phone number and address.  这节课讲学习说你的手机号码和地址. 课上内容(Lesson) ...

随机推荐

  1. github仓库的初步使用

    github是被戏称为男人们的朋友圈,在github里可以很方便的和同伴合作.以下是github初步建立的步骤.(由于我已经安装好了,所有没有插入图片,如果有未降到的问题先自行百度,如果我后续碰到有关 ...

  2. Java IO和Java NIO 和通道 在文件拷贝上的性能差异分析

    1.  在JAVA传统的IO系统中,读取磁盘文件数据的过程如下: 以FileInputStream类为例,该类有一个read(byte b[])方法,byte b[]是我们要存储读取到用户空间的缓冲区 ...

  3. vue-cli教程

    转:https://jspang.com/post/vue-cli2.html#toc-5ca

  4. C# 使用反射 遍历输出 对象的属性

    代码: Type type = dgParent.GetType();//获取对象类型 PropertyInfo[] props = type.GetProperties();//获取属性集合 Str ...

  5. Javascript基础语法(二)

    三.运算符 1. 算术运算符  + - * / % ++ -- 1.1赋值运算符 = += . -= .*=. /= 1 +=2;  ==>   1 = 1 + 2; 2. 比较运算符 > ...

  6. CentOS7 配置ISCSI targetcli 共享存储

  7. vue-cli —— 项目打包及一些注意事项

    打包方法: 1.把绝对路径改为相对路径:打开config/index.js 会看到一个build属性,这里就是我们打包的基本配置了.在这里可以修改打包的目录,打包的文件名.最重要的是一定要把绝对目录改 ...

  8. django自定义simple_tag和filter

    1.自定义simple_tag: 1).在app目录名下创建templatetags目录,并新建__init__.py文件. 2).在templatetags目录下创建任意名字的py文件,例如rema ...

  9. 《视觉SLAM十四讲课后作业》第一讲

    1. 如何在 Ubuntu 中安装软件(命令⾏界⾯)?它们通常被安装在什么地⽅? 答:一般有两种安装方式(1)apt-get install (2)dpkg -i package.deb.系统软件一般 ...

  10. pkuwc2019游记

    填坑 为了打击胡吹瞎吹恶势力 具体考试情况略了 题解 Day1 D1T1 100分 状压dp 考虑用点的存在状态转移边的情况的思想 D1T2 100分 虚树+ntt 假设在最下方的斯坦纳树上统计答案, ...