https://www.growthengineering.co.uk/what-is-game-based-learning/

Gamification and game-based learning have been hot topics in the world of learning and development for some time now, but did you know that they’re completely different?

The game-based learning market is booming. Worldwide revenues reached $2.6 billion in 2016, and are expected to skyrocket to a whopping $7.3 billion by 2021!

That’s why you need to understand exactly what it refers to, and how you can get in on the action. Let’s take a look!

[us_separator type=”default” icon=”fas|star”]

GAME-BASED LEARNING

Gamification is the process of applying game mechanics (points, levels, badges) to non-gaming scenarios (such as learning). Essentially you have a traditionally structured training programme or LMS, and you sprinkle your gaming mechanics on top of it to add some extra oomph.

Game-based learning on the other hand is almost a reversal of this. With this approach, you deliver your learners a fully-fledged, interactive game. This game is used as the foundation, and the training content is added on, or woven into it.

The typical scenario for a learning game involves playing a segment of the game and then being presented with some more traditional eLearning material. The game helps to boost engagement levels as you work through the content, helping you to take in more of the training and increase knowledge retention.

The gaming mechanics often come into play during the learning sections as well. For example, your learners could earn power-ups throughout the game, which they can use during a quiz. They might offer them more time, or remove some of the incorrect answers to make things easier.

[us_separator type=”default” icon=”fas|star”]

TYPES OF GAME-BASED LEARNING

There’s no one-size-fits-all when it comes to game-based learning, so you need to find something that suits your needs:

1. CUSTOM-BUILT GAMES

One option is to build a fully-functioning game from the ground up. You can design your game exactly as you see fit, to deliver training in exactly the way you want it to. It would be the perfect game for your learners.

The obvious draw-back here is that the vast majority of us are not game designers. Unless you’re lucky enough to have one hanging around, then your only option is to look to a third party to handle the creation process for you, and that can be expensive.

2. RAPID GAME AUTHORING

Chances are that you’re looking to create a learning game without investing too much of your time and budget. Rapid authoring tools, like our own Genie, offer you a number of pre-built game templates. All you need to do is upload your content and slot it in, bringing it to life in a flash!

Though you’ll have a wide selection of templates at hand, your choice is still very important. You should choose something which is relevant to the training in question, to avoid any disconnect between the game and content.

3. USING COMMERCIAL VIDEO GAMES

Of course, there are plenty of fantastic video games out there which can be used in some very imaginative ways. For example, plenty of teachers have deployed sandbox games such as Minecraft in the classroom, to promote creativity, collaboration, and problem solving.

Using existing games like this generally works best when working hands-on with a small group. The game was not developed specifically for your training programme, so you’ll need to provide a fair bit of your direction to your learners.

[us_separator type=”default” icon=”fas|star”]

Keep an eye out for plenty more entries into our Online Learning Glossary over the coming weeks!

And if you’re looking to find out more about Genie, our game-based authoring tool, click the banner to sign up for a free 30-day demo:

WHAT IS 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. SOME USEFUL MACHINE LEARNING LIBRARIES.

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

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

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

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

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

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

  10. 机器学习算法之旅A Tour of Machine Learning Algorithms

    In this post we take a tour of the most popular machine learning algorithms. It is useful to tour th ...

随机推荐

  1. Intellij IDEA运行前不检查其他类的错误

    解决方法 第一步 第二步 在工具栏选择 , Run Configurations  设置在运行前不检查错误 

  2. python 关于celery的异步任务队列的基本使用(celery+redis)【采用配置文件设置】

    工程结构说明:源文件下载请访问https://i.cnblogs.com/Files.aspx __init__.py:实例化celery,并加载配置模块 celeryconfig.py:配置模块 t ...

  3. excel中怎么将行转换为列及列转换成行

    操作方法 01 选中要把行转换为列的数据.然后点击键盘上的ctrl+c. 02 在需要放置的单元格上,右键点击,然后点击菜单上的‘选择性粘贴’. 03 在弹出的窗口上,点击勾选上‘转置’.点击确定按钮 ...

  4. C++指针与数组、函数、动态内存分配

    C++指针 指针是用来存储地址的变量. 对于二维数组来说: a:代表的是首行地址: *a:代表的是首元素地址: **a:首元素: a+1:第二行地址: *a+2:首先*a是首元素地址,在首元素地址上+ ...

  5. PowerBuilder学习笔记之14用户自定义对象

    教程链接:https://wenku.baidu.com/view/9730d1c7aa00b52acec7ca05.html?re=view&rec_flag=default&sxt ...

  6. C#RSA对接JAVA中RSA方式

    C#中通过FromXmlString属性加载的是XML形式,而JAVA中用到的是解析后的PEM格式的字符串,总之读取证书中信息无非是转换方式问题 /// <summary> /// c# ...

  7. gevent介绍(转)

    原文:https://www.liaoxuefeng.com/wiki/897692888725344/966405998508320 Python通过yield提供了对协程的基本支持,但是不完全.而 ...

  8. 【题解】分离与合体 [Loj10151]

    [题解]分离与合体 [Loj10151] 传送门:分离与合体 \([Loj10151]\) [题目描述] 给定一个长度为 \(n\) 的序列,如果从某个点 \(k\) 处将区间 \([l,r]\) 断 ...

  9. 搞清楚一道关于Integer的面试题【华为云技术分享】

    请看题1: public class IntegerDemo { public static void main(String[] args) { Integer a = ; Integer b = ...

  10. 关于redis key命名规范的设计

    一.实现目标 简洁,高效,可维护 二.键值设计规约 1 . Redis key命名风格 [推荐]Redis key命名需具有可读性以及可管理性,不该使用含义不清的key以及特别长的key名: [强制] ...