第 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. mysql使用Navicat 导出和导入数据库

    系统环境: Win7 x64软件准备:Navicat Premium_11.2.7简体中文版下载网址:http://www.cr173.com/soft/419023.html 现在我就向大家介绍 m ...

  2. python单元测试unittest框架

    环境:PyCharm 2016.2 + python 3.5 待测试的类:(Widget.py) 测试类:(Auto.py) 测试结果: 总结:1.第一步:先写好测试类2.第二步:导入unittest ...

  3. requireJS使用教程

    一:为什么要使用requireJS? 很久之前,我们所有的JS文件写到一个js文件里面去进行加载,但是当业务越来越复杂的时候,需要分成多个JS文件进行加载,比如在页面中head内分别引入a.js,b. ...

  4. hadoop-1.2.1运行过程中遇到的问题

    在hadoop-1.2.1中运行所遇到的问题: 2014-11-14   22:43:42  在服务器上运行hadoop-1.2.1中的datanode,出现了内存占用过大,导致ssh登陆出现如下问题 ...

  5. Unity 游戏框架搭建 (二十三) 重构小工具 Platform

    在日常开发中,我们经常遇到或者写出这样的代码 var sTrAngeNamingVariable = "a variable"; #if UNITY_IOS || UNITY_AN ...

  6. RESTful 开发风格介绍

    REST(英文:Representational State Transfer,简称REST)描述了一个架构样式的网络系统.在目前主流的三种Web服务交互方案中,REST相比于SOAP(Simple ...

  7. 并发、并行与C++多线程——基础一

    1.什么是并发? 并发指的是两个或多个独立的活动在同一时段内发生.生活中并发的例子并不少,例如在跑步的时候你可能同时在听音乐:在看电脑显示器的同时你的手指在敲击键盘.这时我们称我们大脑并发地处理这些事 ...

  8. C++继承细节 -2

    继承与动态内存分配 //基类定义 class BaseClass { private: char *label; public: BaseClass() {} BaseClass(const char ...

  9. C#远程连接postgresql数据库

    第一次在项目中遇到远程访问postgresql数据库的,当时经常会出现连接数据库的错误,连接字符串出现乱码现象 解决方案 在配置文件中添加连接字符串 <add key="Informa ...

  10. linux进程篇 (三) 进程间的通信2 信号通信

    2. 信号通信 用户空间 进程A <----无法通信----> 进程B -----------------|--------------------------------------|- ...