tpo-08 C1 submit a document for graduation
第 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的更多相关文章
- 关于submit与document.form1.submit();这2个提交的区别
首先要知道 一个是按钮提交 一个是在js函数里写代码 document.form1.submit() 提交 区别如下: 从使的方式及效主要有二点区别吧.一.使用submit()提交时,表单中不能存在s ...
- lightoj 1293 - Document Analyzer [ 两指针 + 字符串 ]
传送门 1293 - Document Analyzer PDF (English) Statistics Forum Time Limit: 3 second(s) Memory Limit: ...
- $(document).ready() 与$(window).load()
虽说很早就开始接触JavaScript,自己也用JavaScript编写过许多代码,如之前的web版码表计时器,就写了近500行代码,函数也写了10个左右.当时也就是想到哪里就写到哪里,行不通就另外找 ...
- 让document.write的广告无阻塞的加载
广告代码分析 很多第三方的广告系统都是使用document.write来加载广告,如下面的一个javascript的广告链接. 1 <script type="text/javascr ...
- jq知识总结
jQuery jQuery基本选择器: id选择器 $("#div1") class选择器 $(".div1") 元素选择器 $(" ...
- ExtJS:Grid数据导出至excel实例
导出函数ExportExcel() var config={ store: alldataStore, title: '测试标题' }; var tab=tabPanel.getActiveTab() ...
- JavaScript百宝箱
Js的外部引用 外部文件中不用添加<script>标签,引用书写位置需在使用之前 <script type="text/javascript" src=" ...
- JavaScript(JS)之Javascript对象DOM(五)
https://www.cnblogs.com/haiyan123/p/7653032.html 一.JS中for循环遍历测试 for循环遍历有两种 第一种:是有条件的那种,例如 for(var ...
- js之DOM对象三
一.JS中for循环遍历测试 for循环遍历有两种 第一种:是有条件的那种,例如 for(var i = 0;i<ele.length;i++){} 第二种:for (var i in ...
随机推荐
- Eclipse安装Sonarlint插件
这里安装的是Sonarlint3.6.插件安装非常简单.插件比Sonar更为简单快捷. 一.首先通过点击Eclipse上方Help菜单会出现一个下拉列表,点击其中的Eclipse MarketPlac ...
- Web打印连续的表格,自动根据行高分页
拿到这个需求,我已经蛋碎了一地,经过N天的攻克,终于是把它搞定了,只是不知道会不会在某种情况下出现BUG.表示我心虚没有敢做太多的测试.... ---------------------------- ...
- 在windows service中启动类型“Automatic” 和 “Automatic (Delayed start)” 有何不同?
问题: When installing Windows services there are two options for automatically starting a Windows serv ...
- MongoTemplate复合条件查询
分. 排序.按时间查询 Query query = new Query(); //必须条件 Criteria c = Criteria.where("VINID& ...
- 微信小程序 | 未来O2O电商的“阴谋”
发展历史 2016年1月11日,微信之父张小龙时隔多年的公开亮相,提出了公众号服务的短板,而透露微信内部正在研发的新形态工具,称之"微信小程序". 2016年9月21日,微信小程序 ...
- iOS 从零到一搭建组件化项目框架
随着公司业务需求的不断迭代发展,工程的代码量和业务逻辑也越来越多,原始的开发模式和架构已经无法满足我们的业务发展速度了,这时我们就需要将原始项目进行一次重构大手术了.这时我们应该很清晰这次手术的动刀口 ...
- iOS之创建通知、发送通知和移除通知的坑
1.创建通知,最好在viewDidLoad的方法中创建 - (void)viewDidLoad { [super viewDidLoad]; //创建通知 [[NSNotificationCenter ...
- #leetcode刷题之路12-整数转罗马数字
罗马数字包含以下七种字符: I, V, X, L,C,D 和 M. 字符 数值I 1V 5X 10L 50C 100D 500M 1000 例如, 罗马数字 2 写做 II ,即为两个并列的 1.12 ...
- 前端模块化小总结—commonJs,AMD,CMD, ES6 的Module
随着前端快速发展,需要使用javascript处理越来越多的事情,不在局限页面的交互,项目的需求越来越多,更多的逻辑需要在前端完成,这时需要一种新的模式 --模块化编程 模块化的理解:模块化是一种处理 ...
- 用JQ实现的一个简单轮播
<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>lb ...