http://www.immersedgames.com/gamification-vs-game-based-learning/

With the growth in popularity of video games among K-12 students over the last few years, many teachers have worked to incorporate gaming into their classroom. By adding something fun and relatable to the learning process, students can become more engaged and retain more knowledge. However, there has been some confusion, with people often mixing up gamification and game-based learning.

Simply put, gamification is making a game out of the classroom setting, whereas game-based learning is using games to teach. It is important to know the difference between the two because every classroom has its own needs which might be better met with one method over the other, or a mixture of the two.

Gamification

Gamification is the process of making a game out of a non-game setting. In everyday life, this can be seen when using a rewards card to gain points towards a discount. By creating a goal, the rewards card motivates the buyer into purchasing a product.

In the classroom, this would involve using game design techniques to make the learning process more enjoyable and motivating. These techniques might include a grade scale based around gaining experience points or taking part in quests. Below is a list of methods often used in classroom gamification:

  • Creating a leveling system for students using experience points.
  • Awarding achievements to students for completing various tasks.
  • Making different skill sets for each subject that the student must “master”.
  • Completing “quests” to earn points.
  • Keeping track of a leaderboard to see what points each student has.

This is by no means a complete list, but, in general, the most common way of gamifying a classroom is by incorporating a point system in the classroom. This motivates and demonstrates their learning without fear of failing a test that will ruin their grade.

Gamification Examples

  • Class Dojo – The gamification of the classroom using this platform promotes a positive learning environment by teaching students valuable skills, such as determination and working together.
  • ClassCraft – This program turns the classroom into a role-playing game, where each student becomes a character and interacts with one another, gaining levels and powering up while learning.
  • Grade Craft – By having students set their own goals, they can earn badges and stay informed about their learning analytics throughout the class. They level up and are able to unlock the next set of material for them to reach their goal.
  • Rezzly – Educators can customize and personalize their own quests and achievements to motivate their students to learn. Through completion of these quests, students are able to master different skills and subjects.

Game-Based Learning

Game-based learning is the actual inclusion of video games in a classroom. These games are usually educational in subject matter, engaging and motivating the students to learn. Rather than  adding a layer of badges and rewards, game-based learning uses the advantages of video games to teach a subject or skill itself. By using games as an educational approach, students are more encouraged to think critically and solve problems for themselves.

Game-Based Learning Examples

  • Tyto Ecology: Build and Create Your Own Ecosystem – In Tyto Ecology by Immersed Games, players are tasked with maintaining of his/her own ecosystem by placing down plants and animals and making sure that the balance of life does not go out of hand.
  • Scribblenauts Unlimited – With 5th Cell’s Scribblenauts, the player uses his/her imagination and critical thinking skills to solve problems in the world. He/She can add anything they can think of (and can spell) in order to figure out problems.
  • DragonBox – WeWantToKnow’s series of math apps, DragonBox, aims to teach children of all ages how to have fun while learning about numbers. They have apps that teach everything from addition and subtraction to algebra.

It is important to note that gamification is always a part of game-based learning. Since gamification is an attempt to turn the learning process into a video game, it inherently has the same motivational principles as game-based learning. On the other hand, game-based learning is not gamification in and of itself. It’s like squares and rectangles: all gamified classrooms take part in learning through games, but not all game-based learning in the classroom uses gamification. We hope this article helps clear up any confusion!

Infographic assets: Ribbon Badge by Nikita Kozin from the Noun Project; Video Game Controller by Y E J I N from the Noun Project; logos from ClassDojoRezzlyTyto Ecology, and DragonBox

Gamification vs. Game-Based Learning的更多相关文章

  1. 强化学习之 免模型学习(model-free based learning)

    强化学习之 免模型学习(model-free based learning) ------ 蒙特卡罗强化学习 与 时序查分学习 ------ 部分节选自周志华老师的教材<机器学习> 由于现 ...

  2. Pros and Cons of Game Based Learning

    https://www.gamedesigning.org/learn/game-based-learning/ I remember days gone by at elementary schoo ...

  3. Game Based Learning: Why Does it Work?

    Forty years of research[i] says yes, games are effective learning tools. People learn from games, an ...

  4. chip based learning

    chip types Transistor mode of operation Digital chip: 0/1  -> digital clac Analog chip: sound / b ...

  5. Embedded based learning

    简单整理了一些嵌入式底层需要接触的相关概念.   # CPU  CU. Control Unit. send need-clac-data -> ALU clac -> get resul ...

  6. 31 Game-Based Learning Resources for Educators

    https://www.legendsoflearning.com/resource/31-game-based-learning-resources-for-educators/ Game base ...

  7. SOME USEFUL MACHINE LEARNING LIBRARIES.

    from: http://www.erogol.com/broad-view-machine-learning-libraries/ http://www.slideshare.net/Vincenz ...

  8. 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  ...

  9. A Novel Multi-label Classification Based on PCA and ML-KNN

     ICIC Express Letters                  ICIC International ⓒ2010 ISSN 1881-803X Volume4, Number5, O ...

  10. 海量数据挖掘MMDS week2: Nearest-Neighbor Learning最近邻学习

    http://blog.csdn.net/pipisorry/article/details/48894963 海量数据挖掘Mining Massive Datasets(MMDs) -Jure Le ...

随机推荐

  1. [转帖]浅谈P2P、P2C 、O2O 、B2C、B2B、 C2C的区别

    浅谈P2P.P2C .O2O .B2C.B2B. C2C的区别 https://www.cnblogs.com/zhuiluoyu/p/5481635.html 相信有很多人对P2P.P2C .O2O ...

  2. influx db

    1.查看数据库中的tag keys:     如果需要查看field的直接改 > show tag keys on test; name: garage_pc_overviewtagKey--- ...

  3. SpringBoot扩展点之一:SpringApplicationRunListener

    三种监听器的关系 ApplicationListener.SpringApplicationRunListeners.SpringApplicationRunListener的关系: SpringAp ...

  4. Prometheus 配置采集目标

    Prometheus 配置采集目标 1.根据配置的任务(job)以http/s周期性的收刮(scrape/pull)2.指定目标(target)上的指标(metric).目标(target)3.可以以 ...

  5. java 基础 四种权限修饰符

    /** * Java有四种权限修饰符: * public > protected > (default) > private * 同一个类 YES YES YES YES * 同一个 ...

  6. APS.NET MVC + EF (05)---控制器

    Controller(控制器)在ASP.NET MVC中负责控制所有客户端与服务端的交互,并且负责协调Model与View之间数据传递,是ASP.NET MVC框架核心.Controller为ASP. ...

  7. 自定义HTTP消息拦截

    /// <summary> /// HTTP消息拦截器 /// </summary> public class RequestHandler : DelegatingHandl ...

  8. python基础03day

    # 1. # 创建字符串变量的三种写法及其区别 # 代码: #‘’.“”.“““””” # 区别: # 2. # 简述,计算机编程语言的分类及特点 # 1.机器 # 2.汇编 # 3.高级 # 3.1 ...

  9. 使用Python搭建http服务器

    David Wheeler有一句名言:“计算机科学中的任何问题,都可以通过加上另一层间接的中间层解决.”为了提高Python网络服务的可移植性,Python社区在PEP 333中提出了Web服务器网关 ...

  10. Matlab桥接模式

    桥接模式(Bridge)是一种结构型设计模式.它是用组合关系代替继承关系来实现,可以处理多维度变化的场景(https://blog.csdn.net/qq_31156277/article/detai ...