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)
# 询问三个关于tutor的问题
How many class do you today? 你今天有多少课?
How did you go to Meten?你是怎么去的美联?
What do you usually have for dinner ? 你经常吃晚餐吃什么食物?
What did you have for dinner last night ? 你昨晚吃的什么?
# How ask About Person Information?
Name
What's your name? What's your English name or other name? 你的名字是什么? 你的英文名或者其他名字?
Why do you call youselfe ...? 为什么你叫自己为...
What is the special meaning of your name? 你名字的特殊含义是什么?
When I was young ,I had a manhwa book(Korea Manga book), In this book,descript a Assassin's master name is Loki. The book name is 《Ragnarok (manhwa)》
Age
How old are you?
Work
What is your job? 你的工作是什么?
What do you do ? 你是做什么的?
How long have you work? 你工作多久了?
Where do you work? 你在哪里上班?
When do you go to work?你什么时候去工作?
I go to work by bus and subway
Family
How many people are they in your family?
Who are they?
Is your bother/sister young or oder?
Favorite
What's your hobby?
like or dislike
What do you usually like to do on weekends?
What do you usually like to do on freetime?
What do you like to drink in a bar?
What do you like kind of music?
I like play games, listen to music, watch movie, eat delicious foods...etc.
词汇(Key Word )
dumpling 水饺
wonton 抄手
noodle 面条
rice noodle 米线
destiny 缘分;命运;定数;天命
Assassinator n. 刺客;暗杀者
Assassin n. 刺客,暗杀者
district n. 区域;地方;行政区
Ragnarok 仙境传说;诸神黄昏;世界毁灭
manga 漫画
anime 动漫
sci-fi 科幻
cocktail 鸡尾酒
red wine 红酒
句型(Sentences)
It's depnds 看情况
used to do 过去常常,过去曾经;过去常常做某事
I used to jogging ,but now I don't
语法(Grammar)
Loki - You arrived well prepared for the lesson, you completed all the lesson tasks very well and your pronunciation was good. You also spoke confidently! Well done!
English trip V1 - B 17. Giving Information 提供信息 Teacher:Taylor Key: Person Information的更多相关文章
- 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 ...
- 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 ...
- English trip V1 - B 15. Giving Personal Information 提供个人信息 Teacher:Solo Key: Do/Does
In this lesson you will learn to answer simple questions about yourself. 本节课讲学到回答关于自己的一些简单问题 课上内容(L ...
- 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 ...
- English trip V1 - B 14. There Are Flowers in My Office 我办公室里有花 Teacher:Lamb Key: There be(is/are)
In this lesson you will learn to describe a room or place. 这节课讲学习描述一个房间或地方 课上内容(Lesson) 1. Where do ...
- English trip V1 - 12.Belongings 行李 Teacher:Jade Key: ?
In this lesson you will learn to describe your home life and things you own. 在本课中,您将学习如何描述您的家庭生活和您拥有 ...
- English trip V1 - 2.Don't Do That Teacher:Patrick Key: 祈使句(imperatives)
什么是祈使句? What's imperatives? 求或者希望别人做什么事或者不做什么事时用的句子:带有命令的语气 In this lesson you will learn how to ...
- 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? 今天的天 ...
- 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) ...
随机推荐
- Codeforces Round #479 (Div. 3)题解
CF首次推出div3给我这种辣鸡做,当然得写份博客纪念下 A. Wrong Subtraction time limit per test 1 second memory limit per test ...
- 基础选择器,长度与颜色,标签display,嵌套关系,盒模型,盒模型布局
css基础选择器 # *(统配选择器): 控制html, body,以及body下所有用于显示的标签 # div(标签选择器): 该标签名对应的所有该标签 # .(class选择器)(eg: .div ...
- 类中函数前、后、参数加const
1.参数加const:int fun(const int a) a在函数里不可被修改 2.函数前加const:const int* const fun() 这种一般是返回的指针或者是引用,加const ...
- python --- 13 内置函数
内置函数 思维导图 1.作用域相关 locals() 返回当前作用域中的名字 globals() 返回全局作用域中的名字 2.迭代器相关 range() 生成数据 next() ...
- javaweb三大框架和MVC设计模式
javaweb三大框架和MVC设计模式 转载,原文请见https://blog.csdn.net/sunpeng19960715/article/details/50890705 一.MVC设计模式 ...
- Oracle错误——SP2-0734: 未知的命令开头 "imp C##sin..." - 忽略了剩余的行。
错误 在windows的DOS窗口下使用命令导入Oracle数据. 原因 进入sqlplus里是不能执行imp的(sqlplus不认识imp),imp 是个工具,应该在cmd的dos命令提示符下执行.
- extern 用法,全局变量与头文件(重复定义)
转自 https://www.cnblogs.com/chengmin/archive/2011/09/26/2192008.html 当你要引用一个全局变量的时候,你就要声明,extern int ...
- (转)renren-fast解读(一)
(二期)8.renren-fast项目解读(一) [课程八]预防xss...注入.xmind0.2MB [课程八预习]开...解读.xmind0.5MB 课程八_日志处理与...模块.xmind0.2 ...
- sql -- 移除数据中的换行符和回车符
https://blog.csdn.net/jcx5083761/article/details/40185795 --移除回车符 update master_location SET street_ ...
- P3041 [USACO12JAN]视频游戏的连击Video Game Combos
思路 简单的AC自动机上dp,暴力跳fail向子节点直接转移即可 代码 #include <cstdio> #include <algorithm> #include < ...