The Difference between Gamification and Game-Based Learning
http://inservice.ascd.org/the-difference-between-gamification-and-game-based-learning/
Have you tried to gamify your classroom? Do you incorporate game-based learning into your curriculum? Gamification and game-based learning have become buzzwords in education yet some general confusion still exists regarding what each is and what each is not. I would love to clear up any misconceptions.
Gamification
Gamification is the idea of adding game elements to a nongame situation. Corporate reward programs are a good example. They reward users for certain behaviors. Starbucks has done a fine job of getting me to spend more money through their rewards program. It’s not the most sophisticated form of gamification, but I am rewarded for making purchases and can earn extra levels by earning stars based on the program structure. Programs like this have added a scoring game mechanic to commerce.
In the classroom, gamification has been integrated in a more authentic manner as some classrooms have become a living, breathing game. Gamification systems like ClassCraft add an adventure game layer on top of the existing course infrastructure. Students create a character, play as part of a team, and earn experience points and rewards based on class-related behaviors. Students are rewarded for helping other students, producing exemplary work, etcetera. Likewise, students can receive consequences for behaviors that are inconsistent with the desired the learning environment.
Over the past few years, I have gamified my classroom experience using 3D GameLab. My class now functions as a quest-based game where, in liu of a traditional grading system, students work to earn experience points and level up. 3D GameLab is based on research done by Lisa Dawley and Chris Haskell of Boise State University. They have developed a good explanation of how gamification works:
Instead of courses consisting mainly of textbook learning and lectures, classes built using game mechanics such as badges, experience points, levels and leaderboards, boost student engagement by allowing students to choose from “quests” and progress at their own pace through a series of educational activities.
My experience has been extremely positive, as evidenced by student engagement in my course. I provide a variety of learning paths for students to choose. All quest lines touch on the same learning outcomes but allow students to follow a path that is student driven and passion based. I do not assign homework in my class, yet students would probably say that they (voluntarily) do more work at home for my class than their other courses, thus expanding their learning beyond the 4 walls and 40 minutes of my class.
One final note I would like to make about gamification relates to the bad rap I feel it sometimes gets. I believe gamification has fell victim to the fate of many buzzwords. Like anything, poor implementation receives appropriate critique. Many educators have added a simple gamified element to a class without offering a truly gamified learning experience. In these cases, gamification is nothing more than a glorified point system or the incorporation of badges and awards without authentic meaning attached. I would encourage you to not throw away the baby with the bath water. If you choose to gamify your class, please put proper thought into it, just as you would with any other program you bring to your classroom.
Game-Based Learning
Unlike gamification, game-based learning relates to the use of games to enhance the learning experience. Educators have been using games in the classroom for years. One of my fondest memories of school was the stock market game we played in one of my high school social studies courses. I learned so much about the stock market by investing with my fantasy portfolio. In fact, as a result of this project, I invested my own money (and encouraged my parents and grandmother to do the same) in Colecovision back in the 1980s. The stock soared after our initial investment and my family cashed in. I don’t think learning gets more authentic than that!
John Hunter has received a lot of positive attention for his game, the World Peace Game, which he has been playing with his 4th graders. Others have used his game or adapted it to suit the content of their curriculum. This is a wonderful example of a nondigital game created by a teacher to enhance the learning experience of students.
In the digital sphere, game-based learning has seen quite a boom in recent years. Commercial games like SimCity, Civilization, World of Warcraft, Mineraft, and Portal 2 have found their way into many a classroom. When tied to the curriculum, commercial games are a powerful learning tool because they are highly engaging and relate to our students in their world.
Game-based learning dates back to the 1970s with games like The Oregon Trail that are geared toward education. More recently, education-oriented games like Atlantis Remixed (formerly Project Atlantis) as well as a large collection of games offered in partnership with leading educational game design companies through Brainpop’s GameUp are providing learning opportunities across the curriculum.
I am passionate about game-based learning. I teach game design and development to middle school students at William Annin Middle School in Basking Ridge, N.J. My course revolves around the use of games in the classroom with a focus on students creating their own games. You can find out more about my class through my blog.
In closing, I would like to provide you with an infographic that will visually portray the differences between gamification and game-based learning.

The Difference between Gamification and Game-Based Learning的更多相关文章
- 强化学习之 免模型学习(model-free based learning)
强化学习之 免模型学习(model-free based learning) ------ 蒙特卡罗强化学习 与 时序查分学习 ------ 部分节选自周志华老师的教材<机器学习> 由于现 ...
- Pros and Cons of Game Based Learning
https://www.gamedesigning.org/learn/game-based-learning/ I remember days gone by at elementary schoo ...
- Game Based Learning: Why Does it Work?
Forty years of research[i] says yes, games are effective learning tools. People learn from games, an ...
- chip based learning
chip types Transistor mode of operation Digital chip: 0/1 -> digital clac Analog chip: sound / b ...
- Embedded based learning
简单整理了一些嵌入式底层需要接触的相关概念. # CPU CU. Control Unit. send need-clac-data -> ALU clac -> get resul ...
- Gamification and Game-Based Learning
https://uwaterloo.ca/centre-for-teaching-excellence/teaching-resources/teaching-tips/educational-tec ...
- A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python)
A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python) MACHINE LEARNING PYTHON ...
- [C2P3] Andrew Ng - Machine Learning
##Advice for Applying Machine Learning Applying machine learning in practice is not always straightf ...
- GAME-BASED LEARNING
https://collegestar.org/modules/game-based-learning Introduction Appalachian State University Game ...
随机推荐
- spring Valid @Pattern 常见的验证表达式
1 匹配首尾空格的正则表达式:(^\s*)|(\s*$) 2 整数或者小数:^[0-9]+\.{0,1}[0-9]{0,2}$ 3 只能输入数字:"^[0-9]*$". 4 只 ...
- windows 批处理命令
关机: shutdown -s -t 1 ::-t后面添加时间,表示多少秒之后关机, 删除文件夹以及子文件: rd file2 /s/q ::/s 删除子文件 /q不需要确认 新建文件夹: md f ...
- 用LabVIEW实现《家国梦》游戏中自动收货收金币
前几周,很流行一个手机游戏,叫<家国梦>.我在手机上玩了一两天后,发现了两个问题: 1. 收货收金币太没意思,只需要手指滑在固定的路线,一会儿就烦了 2. 怎么追赶也追不上手快的人(当然也 ...
- BZOJ3145 [Feyat cup 1.5]Str 后缀树、启发式合并
传送门--BZOJCH 考虑两种情况: 1.答案由一个最长公共子串+可能的一个模糊匹配位置组成.这个用SAM求一下最长公共子串,但是需要注意只出现在\(S\)的开头和\(T\)的结尾的子串是不能够通过 ...
- Replication:事务复制 Subscriber的主键列是只读的
在使用Transactional Replication时,Subscriber 被认为是“Read-Only”的 , All data at the Subscriber is “read-only ...
- 爬虫框架之selenium
Selenium 一.概述 Web自动化测试工具,可以运行在浏览器,根据指令操作浏览器 只是工具,必须与第三方浏览器结合使用 安装: Linux:sudo pip3 install selenium ...
- U9-ERP BuildupDesigner 操作
它的数据库文件配制 D:\UFIDA\UBFV50\U9.VOB.Product.UBF\UBFStudio\Runtime\environment.xml
- C#读写修改设置调整UVC摄像头画面-滚动
有时,我们需要在C#代码中对摄像头的滚动进行读和写,并立即生效.如何实现呢? 建立基于SharpCamera的项目 首先,请根据之前的一篇博文 点击这里 中的说明,建立基于SharpCamera的摄像 ...
- C# vb .net图像合成-合成矩形
在.net中,如何简单快捷地实现图像合成呢,比如合成文字,合成艺术字,多张图片叠加合成等等?答案是调用SharpImage!专业图像特效滤镜和合成类库.下面开始演示关键代码,您也可以在文末下载全部源码 ...
- 学习笔记之Django
The Web framework for perfectionists with deadlines | Django https://www.djangoproject.com/ Django m ...