第 1 段
1.Listen to a conversation between a student and a registrar.
请听一段学生和老师的对话。
第 2 段
1.Hi, I'd like to drop off my graduation form.
嗨,我来递交我的毕业表格。
2.I understand you need this in order to process my diploma.
我知道你们需要这个来评估我的文凭。
第 3 段
1.Ok, I will take that.Before you leave, let me check our computer.
好的。我收下了。你走之前让我来在电脑上核对一下。
2.Looks like you are OK for graduation, and actually, I am getting a warning flag on your academic record here.
看上去你毕业是没有问题的。但是我这有一张关于你的学术记录的警告单。
第 4 段
1.Really?
真的?
第 5 段
1.Yeah.Let's see what's what.
是啊。让我看看是什么。
2.Ok,Are you familiar with your graduation requirements?
你对你的毕业要求标准熟悉吗?
第 6 段
1.UH HUH,I think so.
我想是吧。
第 7 段
1.Well, then you know you need 48 credits in your major field to graduate and at least 24 credits in the intermediate level or higher.
那么你就知道你需要专业内的48个学分以及中等及更高水平课程的至少24个学分。
2.Also, after your second year, you have to meet with your department chair to outline a plan for the rest of your time here.
而且,大二以后,你还需要见你的系主任来为剩下的时间做计划大纲。
3.In the past, we also issue letters before students' final year began to let them know what they needed to take in the final year to be OK, but we don't do that anymore.
以前,我们还在学生大四的时候发信告知他们需要上什么样的课程,但是现在我们不这么做了。
第 8 段
1.I definitely met with my chair person two years ago.
我两年前绝对是见了我们的系主任了。
2.He told me that I need 8 more courses at the intermediate level or higher in the last two years to be OK.
他告诉我说我在接下来的两年里需要上8个中等或以上水平的课程。
3.So I am not sure what the problem is.
所以我就不知道问题在哪了。
4.I make sure I got those credits.
我确定我得到了这些学分。
第 9 段
1.Unfortunately, the computer is usually pretty reliable.
不幸的是,这儿电脑的信息基本都是很可靠的。
2.So, I am not sure what's going on here.
我也不知道出现了什么问题。
第 10 段
1.It could be that I have taken two basic courses but coupled both of them with a field experiences.
可能是我上了2个基础课程,但是这两个都带有相应的实习工作
第 11 段
1.What do you mean?
什么意思呢?
第 12 段
1.Well, I could only take intro courses because there were no intermediate level courses available for those particular topics.
我只能上介绍课程,因为没有关于那些特别话题的中级水平的课程。
2.My chair person told me that if I did the independent field research in addition to the assigned work in each course, they would count as intermediate level courses.
我的同学,我的几个同学,就是通过这种方式来达到中级课程的要求的。
3.My classmates, some of my classmates, did this for an easy way to meet their intermediate course requirement, but I did it to get the kind of depth in those topics I was going for.
但是我就是在这些话题的基础上更深入的挖掘了。
4.As it turned out I really enjoyed the field work, it was a nice supplement to just sitting and listening to lectures.
而结果我发现我很喜欢实地工作,这为单单是坐在课堂里听课做了很大的弥补。
第 13 段
1.I am sure that's true, but the computer is still showing them as basic level courses despite the field work.
那倒是。尽管有实地工作,但是电脑上也没有显示基础水平的课程。
第 14 段
1.I am not sure what to do then, I mean, should I cancel my graduation party?
我真的不知道怎么办了,难道我需要取消我的毕业晚会吗?
第 15 段
1.No, no reason to get worried like that, just contact your chair person immediately, OK?
不,那倒不用担心,你马上和你的系主任联系就好。
2.Tell him to call me as soon as possible so that we can verify your field work arrangement and certify those credits right away.
然后告诉他尽快给我打电话来核实你的实地工作安排并把你的学分立即核查好。
3.It's not like there is an actual deadline to date or anything.
不仅是说有一个截止日期。
4.But if more than a few weeks go by, we might have a real problem that would be very difficult to fix in time for you to graduate.
如果说几周后还没有核实好的话,我们就真有问题了。那将很难及时调整并让你顺利毕业。
5.In fact, there probably would be nothing we could do.
事实上,那样的话我们可能就无能为力了。
6.I will get on that.
我会的。

tpo-08 C1 submit a document for graduation的更多相关文章

  1. 关于submit与document.form1.submit();这2个提交的区别

    首先要知道 一个是按钮提交 一个是在js函数里写代码 document.form1.submit() 提交 区别如下: 从使的方式及效主要有二点区别吧.一.使用submit()提交时,表单中不能存在s ...

  2. lightoj 1293 - Document Analyzer [ 两指针 + 字符串 ]

    传送门 1293 - Document Analyzer   PDF (English) Statistics Forum Time Limit: 3 second(s) Memory Limit: ...

  3. $(document).ready() 与$(window).load()

    虽说很早就开始接触JavaScript,自己也用JavaScript编写过许多代码,如之前的web版码表计时器,就写了近500行代码,函数也写了10个左右.当时也就是想到哪里就写到哪里,行不通就另外找 ...

  4. 让document.write的广告无阻塞的加载

    广告代码分析 很多第三方的广告系统都是使用document.write来加载广告,如下面的一个javascript的广告链接. 1 <script type="text/javascr ...

  5. jq知识总结

    jQuery   jQuery基本选择器: id选择器     $("#div1") class选择器   $(".div1") 元素选择器   $(" ...

  6. ExtJS:Grid数据导出至excel实例

    导出函数ExportExcel() var config={ store: alldataStore, title: '测试标题' }; var tab=tabPanel.getActiveTab() ...

  7. JavaScript百宝箱

    Js的外部引用 外部文件中不用添加<script>标签,引用书写位置需在使用之前 <script type="text/javascript" src=" ...

  8. JavaScript(JS)之Javascript对象DOM(五)

    https://www.cnblogs.com/haiyan123/p/7653032.html 一.JS中for循环遍历测试 for循环遍历有两种 第一种:是有条件的那种,例如    for(var ...

  9. js之DOM对象三

      一.JS中for循环遍历测试 for循环遍历有两种 第一种:是有条件的那种,例如    for(var i = 0;i<ele.length;i++){} 第二种:for (var i in ...

随机推荐

  1. async--ajax异步传输

    如图:轨迹点组编号依赖所属路口的设置. 所以ajax是异步执行,获取到所属路口还没执行完,就已经执行到根据所述路口获取轨迹点组编号,所以获取不到轨迹点组编号. async:false改成同步执行.就没 ...

  2. 用条件变量实现事件等待器的正确与错误做法--转自陈硕的Blog

    用条件变量实现事件等待器的正确与错误做法 TL;DR 如果你能一眼看出 https://gist.github.com/chenshuo/6430925 中的那 8 个 Waiter classes ...

  3. 使用nuget 打包并上传 nuget.org

    一. 准备工作 1 下载  Download NuGet.exe 2  windows 系统下设置环境变量 path中 或者 在dos 命令窗口下转到 nuget.exe 所在目录 3 在www.nu ...

  4. window7及以上 创建软链接 mklink

    软链接是一种文件共享方式. 命令:mklink /d "C:\d" "C:\e" 有哪些坑: 1.此命名必须以管理员方式在cmd运行 2.文件必须不存在..通过 ...

  5. 【Graphql实践】使用 Apollo(iOS) 访问 Github 的 Graphql API

    最近在协助调研 Apollo 生成的代码是否有可能跨 Query 共享模型的问题,虽然初步结论是不能,并不是预期的结果,但是在调研过程中积累的一些经验,有必要记录下.如果你也对 Graphql 感兴趣 ...

  6. 编译问题: "ld: duplicate symbol _OBJC_METACLASS_$_XXX..."

    在新的SDK环境中调试百度地图的应用程序时,app总是意外退出,找了半天发现错误的原因是unrecognized selector xx的错误,另外还有报了一个Unknown class XXX in ...

  7. 基于jQuery+JSON的省市县 二级 三级 联动效果

    省市区联动下拉效果在WEB中应用非常广泛,尤其在一些会员信息系统.电商网站最为常见.开发者一般使用Ajax实现无刷新下拉联动.本文将讲述,利用jQuery插件,通过读取JSON数据,实现无刷新动态下拉 ...

  8. C++ ACM基础

    一.C++结构体 #include <iostream> using namespace std; struct Point{ int x; int y; Point(int x=0,in ...

  9. MySQL 开启事件 使用定时器调用存储过程

      mysql定时器是系统给提供了event,而oracle里面的定时器是系统给提供的job.废话少说,下面创建表:create table mytable (id int auto_incremen ...

  10. python装饰器内获取函数有用信息方法

    装饰器内获取函数有用信息方法 .__doc__用于得到函数注释信息 .__name_用于得到函数名 在函数引用装饰器的时候,函数名会变为装饰器内部执行该函数的名字,所有在直接执行函数名加.__doc_ ...