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 ...
随机推荐
- Nodejs与mysql连接池的应用(pool)
/* * 连接池 连接和缓存的技术 * */ var mysql = require('mysql'); var pool = mysql.createPool({ connectionLimit:2 ...
- TCP-IP Architecture and IP Packet
Why Internet working? To build a "network of networks" or internet. operating over multipl ...
- Knowledge Point 20180309 字符串常量池与String,intern()
引言 什么都先不说,先看下面这个引入的例子: public static void test4(){ String str1 = new String("SEU") + new S ...
- ios之runtime
简介 OC是从C语言发展过来的, 之所以能变为动态语言是因为runtime机制, runtime就是OC在运行时的一些机制: OC的runtime最重要的是消息机制. 在编译阶段,OC可以调用任意函数 ...
- 遗传算法详解及c++实现
1.什么是遗传算法? 遗传算法是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法.遗传算法是从代表问题可能潜在的解集的一个种群开始的,而一 ...
- Visual Studio中添加API断点
如:添加 PostMessageA 断点 {,,USER32.DLL}_PostMessageA@16 //判断为WM_CLOSE消息*(int*)(esp + 8) == 0x0010
- MySQL学习之视图的使用
视图基本操作 创建视图 视图的本质就是SQL指令(select语句) 基本语法:create view 视图名 as select 指令; 在这里的select指令可以是单表数据,也可以是连接查询. ...
- 对于gitHub的总结随笔
作用:用于项目的版本管理 密切相关的是 git 操作 1.本地的文件上传到github上 ...
- HTML5页面CSS Reset
/*------------------*//*reset*//*------------------*/* {box-sizing: border-box; -webkit-tap-highligh ...
- 浅谈ETL架构中ODS的作用以及如何在HaoheDI中自动创建ODS表
什么是ODS表? 在ETL架构中,源数据很少会直接抽取加载到数据仓库EDW,二者之间往往会设置一个源数据的临时存储区域,存储数据在清洗转换前的原始形态,通常被大家称做操作型数据存储,简称ODS,在Ki ...