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 ...
随机推荐
- JMeter工具学习(一)工具使用详细介绍
备注: JMeter版本4.0 JDK版本1.8 1,JMeter下载 2,下载后直接解压 3,打开解压文件,找到bin目录下的jmeter.bat,双击打开 4,打开jmeter 6,右键Test ...
- ASP.NET Core的无状态身份认证框架IdentityServer4
Identity Server 4是IdentityServer的最新版本,它是流行的OpenID Connect和OAuth Framework for .NET,为ASP.NET Core和.NE ...
- 解决ajax跨域请求问题
自己做网站的时候,经常遇到跨域问题,下面是平时多次实践总结出的解决方法,大家有什么更好的思路,可以相互交流下~ XMLHttpRequest cannot load http://www.imooc. ...
- CentOS 6.x安装php 5.6和redis扩展的全过程
安装PHP 5.6 #yum clean all #yum update 整体升级一下yum包 #yum install -y epel-release #yum list installed | g ...
- ETCD 添加节点报错 tocommit(2314438) is out of range [lastIndex(0)]. Was the raft log corrupted, truncated, or lost?
生产环境中一台ETCD节点宕机之后,添加新的节点的时候出现以下错误, tocommit(2314438) is out of range [lastIndex(0)]. Was the raft lo ...
- mysql 事务的实现原理
开篇 相信大家都用过事务以及了解他的特点,如原子性(Atomicity),一致性(Consistency),隔离型(Isolation)以及持久性(Durability)等.今天想跟大家一起研究下事务 ...
- Windows服务的安装及配合定时器编写简单的程序
最近要实时统计一些数据,所以就用到了Windows服务及定时任务,在这里记录下. Windows Service简介: 一个Windows服务程序是在Windows操作系统下能完成特定功能的可执行的应 ...
- Android:Toolbar的图标尺寸问题
之前一直使用的是Material Design的图标库,下载下来以后直接放入了对应文件夹,什么尺寸对应什么dpi都没有仔细研究过. 最近在Toolbar上添加几个不是MD图标库内的图标时发现,放入的图 ...
- Spring Security实现OAuth2.0授权服务 - 进阶版
<Spring Security实现OAuth2.0授权服务 - 基础版>介绍了如何使用Spring Security实现OAuth2.0授权和资源保护,但是使用的都是Spring Sec ...
- windows中Crontab的使用
一.jdk的安装 安装地址ttps://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 二 . ...