I believe that there are two types of people who get high scores in English exams: 1) have high intelligence. 2) spend time several times more than others on English learning so that their English levels outperform the level that the English exam requires.

If, in a particular circumstance, these two sorts of people compete with each other in an English exam within a limited time period (e.g. two weeks), then the first type of people will win with ease, and the second type of people will be beat miserably. Presumably, the first type of people accounts for 20% of all people. Some of the second sort of people, after the continuous frustrating wars of exams, finds that there is no way to outcome the other type of people, thus begin to believe that Intelligence indicates the scores of exams and those people with high intelligence are born winners.

Fortunately, I don't have the hypothesis of "within a limited time" now (at least during this time period): this is very my opportunity.

P.S.: This article's idea is originated from my exam experiences in two Universities. In NCU (Nanchang University), I got plenty of time to prepare for the final exams, around two weeks after the final class of a discipline; I got suitable scores. In CQU (Chongqing University), typically, the exams immediately follow the final class of a discipline, about 2 days during the weekend or just one week after the end of a discipline; I performed terribly bad.

7/23/19

机器翻译:

两类英语考试成绩高的人

我相信有两种类型的人在英语考试中获得高分:1)具有高智商。 2)在英语学习上花费比其他人多几倍的时间,使他们的英语水平超过英语考试所要求的水平。

如果在特定情况下,这两种人在有限的时间内(例如两周)在英语考试中相互竞争,那么第一类人将轻松获胜,第二类人将是惨遭打败。据推测,第一类人占所有人的20%。在经历了持续令人沮丧的考试之后,第二类人发现没有办法让其他类型的人产生结果,因此开始相信智力表明考试成绩和那些智力高的人是天生的赢家。

幸运的是,我现在没有“在有限时间内”的假设(至少在这段时间内):这是我的机会。

P.S。:这篇文章的想法源于我在两所大学的考试经历。在NCU(南昌大学),我有足够的时间准备期末考试,大约是在一门学科的最后一个课程后两周;我得到了合适的分数。在CQU(重庆大学),通常,考试会紧跟一门学科的最后一堂课,在周末约2天或在学科结束后一周;我的表现非常糟糕。

Two types of people with high scores of English exams的更多相关文章

  1. ranker.go

    package {             start = utils.MinInt(options.OutputOffset, len(outputDocs))             end = ...

  2. Underscore.js基础入门

    公司产品集成了对Underscore.js,所以需要对这个库有一定的了解.通过查阅资料,发现这个库主是对Array和JSON的处理支持.通过Underscore.js库,可以方便的对Array和JSO ...

  3. MongoDB之bson的介绍

    MongoDB之bson的介绍 1. 什么是bson BSON是一种类json的一种二进制形式的存储格式,简称Binary JSON,它和JSON一样,支持内嵌的文档对象和数组对象,但是BSON有JS ...

  4. 生成json对象

    JSONObject 对于放入的object,最终生成的json是什么样的? 两个JavaBean: public class ClassBean { private int grade; priva ...

  5. MongoDB数据库详解

    第1章 数据库管理系统 1.1 前言 01.数据的定义:文字.图像.地理位置信息(坐标.经纬度)等 02.数据库管理系统的定义:建立.存取和管理数据,保证数据安全和完整性的软件 03.常见的数据库管理 ...

  6. Redis之PHP操作

    一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...

  7. MongoDB-BSON

    概念参考百科说明:BSON( Binary Serialized Document Format) 是一种二进制形式的存储格式,采用了类似于 C 语言结构体的名称.对表示方法,支持内嵌的文档对象和数组 ...

  8. PHP操作Redis常用技巧总结

    一.Redis连接与认证 //连接参数:ip.端口.连接超时时间,连接成功返回true,否则返回false $ret = $redis->connect('127.0.0.1', 6379, 3 ...

  9. SQL语法基础之SELECT

    SQL语法基础之SELECT 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.SELECT查看帮助信息 1>.查看SELECT命令的帮助信息 mysql> ? SEL ...

随机推荐

  1. kubernetes实战之consul篇及consul在windows下搭建consul简单测试环境

    consul是一款服务发现中间件,1.12版本后增加servicemesh功能.consul是分布式的,可扩展的,高可用的根据官方文档介绍,目前已知最大的consul集群有5000个节点,consul ...

  2. 计算广告之CTR预估-FNN模型解析

    原论文:Deep learning over multi-field categorical data 地址:https://arxiv.org/pdf/1601.02376.pdf 一.问题由来 基 ...

  3. 跟我学SpringCloud | 第十一篇:使用Spring Cloud Sleuth和Zipkin进行分布式链路跟踪

    SpringCloud系列教程 | 第十一篇:使用Spring Cloud Sleuth和Zipkin进行分布式链路跟踪 Springboot: 2.1.6.RELEASE SpringCloud: ...

  4. 在eclipse中使用git创建本地库,以及托管项目到GitHub超详细教程

    关于安装git的教程,由于比较简单,并且网上教程特别多,而且即使不按照网上教程,下载好的windows版本git,安装时候一路默认设置就行. 安装好之后,在桌面上有git图标:右键菜单中有Git Ba ...

  5. C语言学习书籍推荐《嗨翻C语言(英文)Head First C》下载

    David Griffiths (作者), Dawn Griffiths (作者) Ever wished you could learn C from a book? Head First C pr ...

  6. tomcat问题解决

    tomcat问题解决 运行tomcat环境下,idea中出现 error running 项目名address localhost1099 is already in use 的时候,如何解决? 1, ...

  7. Jmeter自定义Java请求开发

    一.本次实验目的 IDEA新建maven项目,使用java开发自定义jmeter的请求. 本次开发使用的代码,会百度云分享给大家. 二.本次实验环境 Idea 2017.02 Jmeter 5.1.1 ...

  8. Thread-Per-Message设计模式

    import java.util.concurrent.ThreadLocalRandom; import java.util.concurrent.TimeUnit; public class Te ...

  9. 【栈-例题】网页跳转-C++

    描述 蒜头君每天都在用一款名为 "蒜厂浏览器" 的软件.在这个浏览器中,一共三种操作:打开页面.回退和前进.它们的功能如下: 打开页面:在地址栏中输入网址,并跳转到网址对应的页面: ...

  10. Baozi Leetcode solution 1036: Escape a Large Maze

    Problem Statement In a 1 million by 1 million grid, the coordinates of each grid square are (x, y) w ...