Takeing a bottle of water into the exam hall could help students boost their grades, researchers claim.
A study of university students found that those who brought drinks, especially water, with them as they
sat their exams performed up to 10 percent better than those who did not.
Psychologists said it was unclear why drinking water would improve your performance but said that being
better hydrated could have a helpful impact on the brain, and knowing you had a bottle with you might make
you feel more reassured.
The researchers studied hundreds of university students in their first and second years of degree courses
and at pre-degree "foundation" level and observed what drinks, if any, they brought into exam halls with them.
Their study, presented at the British Psychological Society annual conference in London on Wednesday, found
that those who brought drinks in with them averaged five per cent better in exams.
The students' coursework and predicted grades were considered in the calculations to ensure it was not simply
the case that more intelligent students were more likely to bring drinks with them.
For students at foundation level, grades improved by 10 per cent while there was no significant benefit for
those at second year level.
Mark Gardner of Westminster University, one of the collaborating researchers, said: "If it turns out to be
that the effect is indeed larger for younger students we think it could be important – those students could be more
anxious and the water is having an effect on exam anxiety, perhaps through beliefs about the positive effects of water.
"Or it could be that the younger students might not eat as healthily, have possibly been out late the night
before, and might need to drink more water to stop them being dehydrated."
 //英国研究人员声称,带瓶水进考场能帮助提高考生成绩。
//这项针对大学生的研究表明,把饮品尤其是水带入考场考试的同学,比没带的考生成绩要好,最高能达到10%。
//心理学家表示,现在并不清楚为什么喝水能提高成绩,但是多喝水确实对大脑有益,考生知道自己随身带瓶水可能会感觉比较安心。
//研究人员针对几百名大学生,对他们大一和大二的学位课课程考试和预科班入门级课程考试进行了研究,并观察他们随身带入考场的饮品。
//这项研究在本周三伦敦英国心理协会年会上进行了介绍,研究结果表明携带饮品进入考场的学生平均成绩要高5%。
//考生的作业和估计分数在计算中考虑在内,来保证结果不会因越聪明的学生越有可能把饮品带入考场这一可能而出现偏差。
//在预科班的考生中,携带饮品进考场的考生比不带饮品的考生分数要高10%,而大二考生的这一差别并不明显。
//威斯敏斯特大学的老师马克·加德纳参与了该项研究。他说:“如果事实证明,年龄较小的考生这一效果更加明显,
//那我们认为这项研究非常重要——那些学生可能更加焦虑,水能帮他们减轻考试时的压力,也许是因为他们坚信水会对他们有益,所以结果才会这样。”
//“也有可能是年龄较小的考生饮食并不健康,考试前晚很可能熬夜,所以需要饮用一些水来防止自己脱水。”

Taking water into exams could boost grades 考试带瓶水可以提高成绩?的更多相关文章

  1. 使用boost::property_tree生成带attribute的xml

    曾经写过一篇"使用Boost property tree来解析带attribute的xml", 但是还有姐妹篇一直没贴.看看前一篇贴了都快都快3年了,时间过的真快. 这一小篇就算是 ...

  2. [转帖]CENTOS6.6下mysql5.7.11带boost和不带boost的源码安装

    CENTOS6.6下mysql5.7.11带boost和不带boost的源码安装 本文来自我的github pages博客http://galengao.github.io/ 即www.gaohuir ...

  3. HDU 5832 A water problem (带坑水题)

    A water problem 题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5832 Description Two planets named H ...

  4. CENTOS6.6下mysql5.7.11带boost和不带boost的源码安装

    本文来自我的github pages博客http://galengao.github.io/ 即www.gaohuirong.cn Mysql5.7版本更新后有很多变化,比如json等,连安装都有变化 ...

  5. PAT——甲级1009:Product of Polynomials;乙级1041:考试座位号;乙级1004:成绩排名

    题目 1009 Product of Polynomials (25 point(s)) This time, you are supposed to find A×B where A and B a ...

  6. Doubles water!!!!!!只会水题怎么破

    Doubles Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Sub ...

  7. English trip -- VC(情景课)2 C Where's my pencli?

    Grammar focus 语法点: in 和 on in the desk    在桌子抽屉里 on the desk  在桌子面上 Practice 练习 Where's my pencil? I ...

  8. boost库学习之开篇

    本系列文章使用boost_1.58.0版本. 一.欢迎使用boost C++库 boost致力于提供一个免费的.便携的源代码级的库. 我们重视那些与C++标准一起工作良好的库.boost库将要成为一个 ...

  9. 【noip模拟】考试总结

    今天睡了14个小时啊 把一星期的觉都补回来了 要不是被叫醒了 我肯定还在睡觉- - 其实现在还想睡... 集训真是伤身啊 感觉再睡就要睡成sb了 鉴于昨天被完虐(真·完虐 怒垫底) 来写篇总结 得分: ...

随机推荐

  1. js code

    //在页面增加一个放置图标的区块 if(!document.getElementById('_span_jiucuo')) document.write("<span id='_spa ...

  2. js全选 反选

    // 全选 反选 allChoose: function (o) { var obj = $.extend(true, { id: "#id", name: "name& ...

  3. java 四种线程池的异同

    四种线程池的区别仅仅在于executors让threadpoolexecutor的构造器的参数不同,即核心线程池数,最大线程池数等不同.但是其他的,例如终止线程池等都是一样的

  4. Java学习必备书籍推荐终极版!

    Java 基础 <Head First Java>(推荐,豆瓣评分 8.7,1.0K+人评价): 可以说是我的 Java 启蒙书籍了,特别适合新手读当然也适合我们用来温故 Java 知识点 ...

  5. nginx 启动报错 1113: No mapping for the Unicode character exists in the target multi-byte code

    failed (1113: No mapping for the Unicode character exists in the target multi-byte code page) 因为路径有中 ...

  6. 力扣(LeetCode)58. 最后一个单词的长度

    给定一个仅包含大小写字母和空格 ' ' 的字符串,返回其最后一个单词的长度. 如果不存在最后一个单词,请返回 0 . 说明:一个单词是指由字母组成,但不包含任何空格的字符串. 示例: 输入: &quo ...

  7. leecode第八题(字符串转换整数 (atoi))

    ;//判断返回0是因为错误还是真的是0 class Solution { public: int myAtoi(string str) {//写的很丑 if (str=="") ; ...

  8. MySQL学习(十)

    要做:商城的留言板 一般情况,做留言板的显示很容易,直接select查询,再显示出来,但eschop中的留言板难点在于留言数据来自2张表,feedback表和comment表,我们需要把两张表中的内容 ...

  9. Qt5模型/视图结构-视图(View)

    实现自定义的View,可继承自QAbstractItemView类,对所需的纯虚函数进行重定义与实现,对于QAbstractItemView类中的纯虚函数,在子类中必须进行重定义,但不一定要实现,可根 ...

  10. 手机网页唤醒app,

    1.在系统系统自带的浏览器中 首先做成HTML的页面,页面内容格式如下: <a href="[scheme]://[host]/[path]?[query]">启动应用 ...