WHAT IS GAME-BASED LEARNING?
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?的更多相关文章
- 强化学习之 免模型学习(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 ...
- SOME USEFUL MACHINE LEARNING LIBRARIES.
from: http://www.erogol.com/broad-view-machine-learning-libraries/ http://www.slideshare.net/Vincenz ...
- 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 ...
- A Novel Multi-label Classification Based on PCA and ML-KNN
ICIC Express Letters ICIC International ⓒ2010 ISSN 1881-803X Volume4, Number5, O ...
- 海量数据挖掘MMDS week2: Nearest-Neighbor Learning最近邻学习
http://blog.csdn.net/pipisorry/article/details/48894963 海量数据挖掘Mining Massive Datasets(MMDs) -Jure Le ...
- 机器学习算法之旅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 ...
随机推荐
- jquery如何遍历table,并对table里的某一个单元格进行操作
1.如何根据每一行的某一列的值进行比较或其他操作,进而修改另一列的值或属性. $("#table_id tbody tr").each(function(){ var a = $( ...
- [转帖]Mysql各版本介绍及下载
Mysql各版本介绍及下载 http://blog.itpub.net/12679300/viewspace-1251661/ 原创 MySQL 作者:wzq609 时间:2014-08-15 10: ...
- AntDesign vue学习笔记(七)Form 读写与图片上传
AntDesign Form使用布局相比传统Jquery有点繁琐 (一)先读写一个简单的input为例 <a-form :form="form" layout="v ...
- NOIP2018 填数游戏 搜索、DP
LOJ 感觉这个题十分好玩于是诈尸更博.一年之前的做题心得只有这道题还记得清楚-- 设输入为\(n,m\)时的答案为\(f(n,m)\),首先\(f(n,m)=f(m,n)\)所以接下来默认\(n \ ...
- Java正则表达式校验QQ号码和邮箱地址格式
public class Demo02 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); ...
- ajax分页和搜索
//控制器function show(Request $request){ $page=$request->page?$request->page:1; $size=4; $pian=($ ...
- 【转载】C#中ArrayList集合类使用Add方法添加元素
ArrayList集合是C#中的一个非泛型的集合类,是弱数据类型的集合类,可以使用ArrayList集合变量来存储集合元素信息,任何数据类型的变量都可加入到同一个ArrayList集合中,因此使用Ar ...
- js事件【续】(事件类型)
一.UI事件[使用时需要添加on eg: onload 页面加载完成事件]load [一张页面或一幅图像完成加载]页面加载后触发的事件,即进入页面后 unload [用户退出页面]页面卸载 ...
- 87.CSS Flex 弹性盒模型布局教程(共用的css在48篇文章gird)
CSS Flex 弹性盒模型布局教程 Flex 是 Flexible Box 的缩写,意为"弹性布局",用来为盒状模型提供最大的灵活性. flex布局就是给任何一个容器添加 dis ...
- Java 之 自定义异常
1.为什么需要自定义异常类 Java中不同的异常类,分别表示着某一种具体的异常情况,那么在开发中总是有些异常情况是没有定义好的,此时我们根据自己业务的异常情况来定义异常类. 一些异常都是 Java ...