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. ros topic 发布一次可能会接收不到数据

    rostopic pub - /hdw_update hdw_driver/update_file_msg A B C D 系统提示: publishing and latching message ...

  2. JavaSE习题 第七章 常用实用类

    问答题 1.怎样实例化一个Calendar对象? Calendar ca=Calendar.getInstance(); 2.Calendar对象调用set(1949,9,1)设置的年月日分别是多少? ...

  3. 《剑指offer》第六十四题(求1+2+…+n)

    // 面试题64:求1+2+…+n // 题目:求1+2+…+n,要求不能使用乘除法.for.while.if.else.switch.case // 等关键字及条件判断语句(A?B:C). #inc ...

  4. 使用@JsonFormat引起的时间比正常时间慢8小时解决方法

    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8")

  5. Java代理机制之初见(理解及实现)

    都知道Java中的Spring,有一重要思想:AOP,实现原理也就是Java的动态代理机制.初见代理这个名词时,觉得生活中常有代理的这一说法. 那么,在Java中,代理又是什么呢?它又是如何实现的?实 ...

  6. Windows上结合使用Flume和Kafka

    Win7+Flume1.8.0 + Kafka1.0.0 1.目标 ①使用Flume作为Kafka的Producer: ②使用Kafka作为Flume的Sink: 其实以上两点是同一个事情在Flume ...

  7. Angular 学习笔记 ( timezone + moment + material date-picker + date pipe + asp.net core )

    参考 : https://stackoverflow.com/questions/29979609/time-conversion-with-timezoneinfo-for-past-years h ...

  8. python中装饰器

    在介绍装饰器之前,要先了解装饰器的相关基础知识. 嵌套函数: 最后引入一个基本的装饰器的例子: __author__ = "YanFeixu" import time def ti ...

  9. 初探nginx负载均衡配置

    只简单说一下upstream的配置,如何进行负载均衡后续还需要多了解 1.另准备一个配置文件命名为nginx_test.conf 为了不污染原有的nginx.conf,提前复制一份配置文件做试验,然后 ...

  10. android--------内存泄露分析工具—Android Monitor

    Android Studio 内置了四种性能监测工具Memory Monitor.Network Monitor.CPU Monitor.GPU Monitor,我们可以使用这些工具监测APP的状态, ...