Lesson 103
The French test
法语考试

Listen to the tape then answer this question. How long did the exam last?
听录音,然后回答问题。 考试持续了多长时间?

GARY: How was the exam, Richard?
RICHARD: Not too bad.
I think I passed in English and Mathematics.
The questions were very easy.
How about you, Gary?
GARY: The English and Maths papers weren't easy enough for me.
I hope I haven't failed.
RICHARD: I think I failed the French paper.
I could answer sixteen of the question.
They were very easy.
But I couldn't answer the rest.
They were too difficult for me.
GARY: French test are awful, aren't they?
RICHARD: I hate them.
I'm sure I've got a low mark.
GARY: Oh, cheer up! perhaps we didn't too badly.
The guy next to me Wrote his name at the top of the paper.
RICHARD: Yes?
GARY: Then he sat there and looked at it for three hours!
He didn't write a word!

New Word and expressions 生词和短语

exam
n. 考试

pass
v. 及格,通过

mathematics (maths是缩写)
n. 数学

question
n. 问题

easy
adj. 容易的

enough
adv. 足够地

paper
n. 考卷

fail
v. 未极格,失败

answer
v. 回答

mark
n. 分数

rest
n. 其他的东西

difficult
adj. 困难的

hate
v. 讨厌

low
adj. 低的

cheer
v. 振作,振奋

guy
n. 家伙,人

top
n. 上方,顶部

参考译文

加 里:考试考得怎样,理查德?
理查德:不算太坏,我想我的英语和数学及格了。
题目很容易。
加里,你怎么样?
加 里:英语和数学试题对我来说不很容易。
我希望别不及格。
理查德:我想我的法语及不了格。
我能回答其中的16道题, 这些题很容易,
但我回答不出其作的题, 那些题对我来说太难了。
加 里:法语太可怕了,你说呢?
理查德:我讨厌法语。我的法语成绩肯定很低。
加 里:啊,别灰心!
或许我们考得还不太糟。
坐在我旁边的那个人只在试卷顶端写自己的名字。
理查德:是吗?
加 里:然后他就坐在那里,对着考卷看了3个小时,
一个字也没写!

新概念英语(1-103)The French Test的更多相关文章

  1. 新概念英语(1-69)The car race

    新概念英语(1-69)The car race Which car was the winner in 1995 ? There is  car race near our town every ye ...

  2. [新概念英语II 笔记] Lesson 3: Please Send Me a Card

    发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...

  3. 新概念英语(1-47)A cup of coffee

    新概念英语(1-47)A cup of coffee How does Ann like her coffee? A:Do you like coffee, Ann? B:Yes, I do. A:D ...

  4. 新概念英语(1-45)The boss's letter

    新概念英语(1-45)The boss's letter Why can't Pamela type the letter? A:Can you come here a minute, please, ...

  5. 新概念英语(1-43)Hurry up!

    新概念英语(1-43)Hurry up! How do you know Sam doesn't make the tea very often? A:Can you make the tea, Sa ...

  6. 新概念英语(1-41)Penny's bag

    新概念英语(1-41)Penny's bag Who is the tin of tobacco for? A:Is that bag heavy, Penny? B:Not very. A:Here ...

  7. 新概念英语(1-39)Don't drop it!

    新概念英语(1-39)Don't drop it! Where does Sam put the vase in the end ? A:What are you going to do with t ...

  8. 新概念英语(1-35)Our village

    新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...

  9. 新概念英语(1-32)A fine day

    新概念英语(1-33)A fine day Where is the Jones family? It is a fine day today. There are some clouds in th ...

  10. 新概念英语(1-31)Where's Sally?

    新概念英语(1-31)Where's Sally? Is the cat climbing the tree ? A:Where is Sally, Jack ? B:She is in the ga ...

随机推荐

  1. 【机器学习】正则化的线性回归 —— 岭回归与Lasso回归

    注:正则化是用来防止过拟合的方法.在最开始学习机器学习的课程时,只是觉得这个方法就像某种魔法一样非常神奇的改变了模型的参数.但是一直也无法对其基本原理有一个透彻.直观的理解.直到最近再次接触到这个概念 ...

  2. Appserv(Apache) 设置网页不显示目录(索引)

    首先在appserv安装目录下找到httpd.conf文件 ./AppServ/Apache24/conf/httpd.conf 打开文件,找到 Options Indexes FollowSymLi ...

  3. js实现二叉树

    //binary tree//add order remove findfunction tree() { var node = function(key) {  this.left = null;  ...

  4. 仿QQ发语音、图片选择、表情选择demo

    一款仿QQ发语音.图片选择.调用拍照.表情选择的demo git地址:https://github.com/PureLovePeter/pic.git.  喜欢的请 star  star star,共 ...

  5. python入门(Python和Pycharm安装)

      Python简介 Python是一种计算机程序设计语言,它结合了解释性.编译性.互动性和面向对象的脚本语言,非常简单易用.Python 的设计具有很强的可读性,相比其他语言经常使用英文关键字,其他 ...

  6. 爬虫(scrapy--豆瓣TOP250)

    # -*- coding: utf-8 -*- import scrapy from douban_top250.items import DoubanTop250Item class MovieSp ...

  7. 根据IO流源码深入理解装饰设计模式使用

    一:摘要 通过对java的IO类中我们可以得出:IO源码中使用装饰设计模式频率非常高, 对装饰设计模式而言,他能够避免继承体系的臃肿,同时也可以动态的给一个对象添加一些额外的功能,如果要扩展一个功能, ...

  8. Python数据增强(data augmentation)库--Augmentor 使用介绍

    Augmentor 使用介绍 原图 random_distortion(probability, grid_height, grid_width, magnitude) 最终选择参数为 p.rando ...

  9. gitignore忽略规则

    我们用git提交本地代码时,有些文件或日志是不需要提交的,这个时候可以用.gitignore来解决这个问题: 首先,我们需要创建一个.gitignore文件,用命令输入 touch .gitignor ...

  10. Mybash的实现

    Mybash的实现 要求: 使用fork,exec,wait实现mybash 写出伪代码,产品代码和测试代码 发表知识理解,实现过程和问题解决的博客(包含代码托管链接) 背景知识 1. fork 使用 ...