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 ...
随机推荐
- golang 数据导出excel (github.com/360EntSecGroup-Skylar/excelize)
package handler import ( "fmt" "git.shannonai.com/public_info_prophet/prophet_risk_ag ...
- python学习之旅
python学习分类 python基础 +- day01——python初始.变量.常量.注释.基础数据类型.输入.if day02——while.字符串格式化.运算符.编码初识 day03—— ...
- golang知识精要(一)
一.第一章 命令行参数可通过os.Args访问,os.Args是切片 切片遵循左闭右开原则,如sl[1:3]不包含下标为3的元素 for循环两种方式 方式一: for initial; conditi ...
- mysql获取某个字段平均值方法AVG函数的使用
直接上脚本 ,)) AS 平均分 FROM students WHERE sex= '男' 其中,特别说明一下CAST关键字 CAST(字段名 as 要转换的类型) #其中,可以转换的类型为: CHA ...
- Spring AOP动态代理实现,解决Spring Boot中无法正常启用JDK动态代理的问题
Spring AOP底层的动态代理实现有两种方式:一种是JDK动态代理,另一种是CGLib动态代理. JDK动态代理 JDK 1.3版本以后提供了动态代理,允许开发者在运行期创建接口的代理实例,而且只 ...
- vue实现跨域请求的设置
vue实现跨域请求,需要在vue.config.js里添加以下设置 proxy: { '/service/rest': { target: 'http://localhost:8080/autotab ...
- 关于.net core 中的signalR组件的使用
SignalR是为了提供更方便的web交互响应式到推送式的解决方案.有了它之后可以实现客户端直接调用服务端的方法并且获得返回值 (客户端可以是各种平台,目前SignalR支持的语言版本有C#.java ...
- 【转载】socket通信-C#实现tcp收发字符串文本数据
在日常碰到的项目中,有些场景需要发送文本数据,也就是字符串,比如简单的聊天文字,JSON字符串等场景.那么如何如何使用SharpSocket来收发此类数据呢?其中要掌握的关键点是什么呢? 点击查看原博 ...
- 在win10、Ubuntu双系统下,卸载Ubuntu
一.Win下确定ubuntu的磁盘分区 这个步骤是为了删除Ubuntu的系统分区,这种直接删除的方式来重新安装ubuntu的低版本比较省事. (1)右键计算机->管理->磁盘管理,打开磁盘 ...
- 用jQuery的offset()替代javascript的offset
在项目中遇到了一个问题,获取某个块状元素的offsetTop和offsetLeft时候会出现问题,并不是相对浏览器的位置,而是相对于某一个块状元素的位置,具体参照元素也没找到,因为页面中没有设置pos ...