第 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. TensorFlow创建简单的图片分类系统--机器学习

    TensorFlow 参考链接 http://www.wolfib.com/Image-Recognition-Intro-Part-1/ 环境要求 linux amd64(必须是64位处理器)pyt ...

  2. git提交项目

    https://www.cnblogs.com/java-maowei/p/5950930.html

  3. 基于VC++的WinCE网口通信

    基于VC++的WinCE网口通信 WinCE下的网络编程与Windows下的非常类似,只是个别API函数有所不同.同样分为UDP和TCP两种,UDP就是无连接的通信,通过“用户数据报协议”(UDP)来 ...

  4. python Web开发之 WSGI & uwsgi & uWSGI

    首先弄清下面几个概念: WSGI 全称是Web Server Gateway Interface,WSGI不是服务器,python模块,框架,API或者任何软件,只是一种规范,描述web server ...

  5. JS中some(),every(),fiflter(),map()各种循环的区别理解

    1.some():返回一个Boolean,判断是否有元素符合func条件const arr = [1,2,3,4]; arr.some((item)=>{return item>1}) 打 ...

  6. js中哪些值会被认为false?

    在javascript中,只有 false null undefined 空字符串 即 “” 数字  0 数字 NaN 会被当作false,其余都是真. 注:字符串 “false” 也会被当作真.

  7. Spring Cloud 微服务入门(一)--初识分布式及其发展历程

    分布式开发出现背景 当有计算机出现一段时间之后就开始有人去想如何将不同的电脑进行网络连接,而网络连接之后对于web的项目开发就探索所谓的分布式设计,同时人们也意识到重要的数据必须多份存在.所以分布式就 ...

  8. js函数和window对象

  9. 集合,ArrayList练习

    import java.util.ArrayList; import java.util.Iterator; public class ArrayListTest { public static vo ...

  10. Redis(六):Redis的事务

    Redis的事务目录导航: 是什么 能干嘛 怎么玩 3阶段 3特性 是什么 可以一次执行多个命令,本质是一组命令的集合.一个事务中的所有命令都会序列化,按顺序地串行化执行而不会被其它命令插入,不许加塞 ...