SlideShare a Scribd company logo
1 of 52
Using Learning Analytics to improve
Serious Games
Baltasar Fernandez-Manjon
balta@fdi.ucm.es , @BaltaFM
e-UCM Research Group , www.e-ucm.es
Jornadas eMadrid, 2017, 04/07/2017
Realising an Applied Gaming Eco-System
JCSG 2017, Universidad Politécnica de Valencia
Open issues with serious games
- Do serious games actually work?
- Very few SG have a full formal evaluation (e.g. pre-post)
- Usually tested with a very limited number of users
- Formal evaluation could be as expensive as creating
the game (or even more expensive)
- Evaluation is not considered as a strong requirement
- Difficult to deploy games in the classroom
- Teachers have very little info about what is happening
when a game is being used
Learning analytics
• Improving education based on data analysis
• Data driven
• From only theory-driven to evidence-based
• Off-line
• Analyzing data after use
• Discovering patterns of use
• Allows to improve the educacional experience for future
• Real time
• Analyzing data while the system is in use to improve/adapt the current learning
experience
• Allows to also use it in actual presential classes
Game Analytics
• Application of analytics to game
development and research
• Telemetry
• Data obtained over distance
• Mobile games, MMOG
• Game metrics
• Interpretable measures of data related
to games
• Player behaviour
Game Learning Analytics (GLA) or Informagic?
• GLA is learning analytics applied to serious games
• collect, analyze and visualize data from learners’ interactions with SG
• Informagic
• False expectations of gaining full insight on the game educational
experience based only on very shallow game interaction data
• Set more realistic expectations about learning analytics with serious games
• Requirements
• Outcomes
• Uses
• Cost/Complexity
Perez-Colado, I. J., Alonso-Fernández, C., Freire-Moran, M., Martinez-Ortiz, I., & Fernández-Manjón, B. (2018). Game
Learning Analytics is not informagic! In IEEE Global Engineering Education Conference (EDUCON).
Uses of Gaming Learning Analytics in
educational games
• Game testing – game analytics
• It is the game realiable?
• How many students finish the game?
• Average time to complete the game?
• Game deployment in the class – tools for teachers
• Real-time information for supporting the teacher
• Knowing what is happening when the game is deployed in the class
• “Stealth” student evaluation
• Formal Game evaluation
• From pre-post test to evaluation based on game learning analytics??
Minimun Game Requirements for GLA
• Most of games are black boxes.
• No access to what is going on during game play
• We need access to game “guts”
• User interactions
• Changes of the game state or game variables
• Or the game must communicate with the outside world
• Using some logging framework
• What is the meaning of the that data?
• Adequate experimental design and setting
• Are users informed?
• Anonymization of data could be required
Game Learning Analytics
Evidence-centered assessment design (ECD)
The Conceptual Assessment Framework (CAF)
Student Model: What Are We Measuring?
Evidence Model: How Do We Measure It?
Task Model: Where Do We Measure It?
Assembly Model: How Much Do We Need
to Measure It?
(Mislevy, Riconscente, 2005)
Learning Analytics Model (LAM)
LAM: stakeholders, activities, outcomes
xAPI Serious Games application profile
Standard interactions model developed and implemented in
Experience API (xAPI) by UCM with ADL
(Ángel Serrano et al, 2017).
The model allows tracking of all
in-game interactions as xAPI traces
(e.g. level started or completed)
Now being extended in BEACONING
to geolocalized games
IEEE stardarization group on xAPI
https://www.adlnet.gov/serious-games-cop
Game Learning Analytics
Can GLA be systematized?
Realising an Applied Gaming Eco-System
Java
xApi Tracker
Unity
xApi Tracker
C#
xApi Tracker
Game trackers and cloud analytics frameworks as open code (github)
https://github.com/e-ucm
Client A2 Applications
Games
Analytics
Frontend
A2
Frontend
PlayersDevs,Students,
Teachers.
Admins
Users
Roles
Resources
Permissions
Applications
Authentication
Authorization
JWT
JSON
WEB
TOKEN
Topology
Analytics Backend
Games
Sessions
Collector
Results
Application 1
Application N
KafkaQueue
Games
Sessions
Results
Visualization
Architecture and technologies
Open code to be deployed in your server
You own all your game analytics data
Systematization of Analytics Dashboards
As long as traces follow xAPI format, these analysis
do not require further configuration!
Also possible to configure game-dependent analysis and
visualizations for specific games and game characteristics.
Real-time analytics: Alerts and Warnings
• Identify situations that may require teacher intervention
• Fully customizable alert and warning system for real-time teacher
feedback
24/11/RAGE Project presentation17
Inactive learner: triggers when no traces received in #number of
minutes (e.g. 2 minutes)
> High % incorrect answers: after a minimum amount of
questions answered, if more than # %of the answers are wrong
Students that need attention
View for an specific student
(name anonymized)
xAPI GLA in games authoring
Previous game engine eAdventure (in Java)
• Helps to create educational
point & click adventure games
Platform updated to uAdventure (in Unity)
Full integration of game learning analytics
into uAdventure authoring tool
uAdventure games with default analytics
Include geolocalized games
uAdventure: geolocalized serious games
Geolocalized default analytics visualization
New Geolocalized game scenes and actions
Examples: First Aid - CPR validated game
• Collaboration with Centro de Tecnologias Educativas de Aragon, Spain
• Identify a cardiac arrest and teach how to do a cardiopulmonary
resuscitation to middle and high school students
• Validated game, in 2011, 4 schools with 340 students
Marchiori EJ, Ferrer G, Fernández-Manjón B, Povar Marco J, Suberviola González JF, Giménez Valverde A. Video-
game instruction in basic life support maneuvers. Emergencias. 2012;24:433-7.
BEACONING Experiments: data collection
227 students from 12 to 17 years old
Game rebuilt with uAdventure
Each student completed:
1. Pre-test (multiple-choice questions)
2. Complete gameplay (xAPI traces)
3. Post-test (multiple-choice questions)
104 variables identified for each player.
Replicability of results: knowledge acquisition
Original experiment with
the game
Original experiment, control
group
Current experiment
Lower learning than in
original experiment but still
significative!
GLA for Improving SG evaluation
Ideally: we would want to find a better evaluation
method for SGs, avoiding pre-post experiments. High
costs in time and effort.
Our first approach: use data mining techniques to
predict pre-test and post-test scores using the data
tracked from in-game interactions.
- To measure knowledge acquisition.
- But it could also work to measure attitude change or
awareness raised.
GLA data for Improving SG evaluation
Use data mining techniques to predict pre-test and post-test
scores using the data tracked from in-game interactions.
1. To avoid pre-test:
- Determine the influence of previous knowledge in game
results.
1. To avoid post-test:
- Determine the capability of game interactions to predict
post test results when combined with the pre test.
- Compare the previous capability to that of game
interactions on their own to predict post test results.
Improving SG evaluation
To avoid pre-test:
- Create prediction models of pre-test
using only game data
Score prediction:
- As binary category pass / fail
Prediction models used:
- Naïve Bayes
Method Precision Recall
Naive Bayes 0.69 0.84
Results obtained:
Improving SG evaluation
To avoid post-test:
- Create prediction models of post-test score using pre-test + game data
- Create prediction models of post-test score using only game data
Score prediction:
- As numeric value (from 1 to 15 in our game)
- As binary category pass / fail
Prediction models used:
- Trees
- Regression
- Naïve Bayes to compare results
Improving SG evaluation
To avoid post-test - summary of results obtained.
-Prediction of post-test score (1 to 15)
-Prediction of post-test pass / fail
Worse predictions without pre-test data but still acceptable results.
Method Pre-test ASE
Regression trees Yes 4.92
No 5.68
Linear regression Yes 5.81
No 5.71
Method Pre-test Precision Recall
Decision trees Yes 0.81 0.94
No 0.88 0.92
Logistic
regression
Yes 0.89 0.98
No 0.87 0.98
Naive Bayes Yes 0.92 0.89
No 0.89 0.90
New uses of games based on GLA
- Avoiding pre-test: Games for evaluation
- Avoiding post-test: Games for teaching and measure of learning
With or without pre-test.
BEACONING GLA Case study: Downtown
• Serious Game designed and develop to
teach young people with Down Syndrome
to move around the city using the subway
• Evaluated with 51 people with cognitive
dissabilities (mainly Down Syndrome)
• 42 users with all data
• 3h Gameplay/User
• 300K analytics xAPI data (traces) to
analyze
Case Study: Downtown
• From user requirements to a game
design and its observables
• Know more about how and what is
learn by people with Down Syndrome
31
Media Coverage
32
Game Design and Analysis Workflow
Present
Individualized
Learning Analysis
Collective
Learning Analysis Lea
….
Group 1
Group 2
Group 3
LearningProgress
d1.a d1.n
d2.a
d3.a
d2.n
d3.n
*d = Data collected during a game session
GLAID (Game Learning Analytics for Intellectual Disabilities
Analytics Framework
User 1
User 2
User n
User 1
User n
User 3 User 2
User 5
User 4
Data Handling
Designer Perspective Educator Perspe
User cognitive
restrictions
Formal
Requirements
Game & Learning
Design
Group of
Observables
Group of
Observables
Descriptive
Analytics
Clustering
Analytics
Predic
xAPI
33
Hyp 1: Users prefer to identify themselves
with the avatar • REFUTED
• None of the users selected the avatar with
Down features despite the trainers showed
them the avatar and pointed that that
character was Down.
• The majority of the users used the
preconfigured character despite they were
asked to customize the avatars at the beginning
of the game session.
• We are not observing significative evidences in
the users’ play patterns between those who
customize the character and those who don’t,
but it may be significative that the majority of
the users that changed the avatar were Down.
34
Hyp: High-Functioning users do a better
performance using the game
• To determine the cognitive skills and autonomy of the users we asked the
trainers to complete a test about each student
• 6 intelectual dimensions were measured (5-point Likert scale)
• General cognitive/intellectual ability
• Language and communication
• Memory acquisition
• Attention and distractibility
• Processing speed
• Executive functioning
• Users were divided in two groups: Medium-Functioning (≤ 3 avg.) and
High-Functioning (>3 avg.).
• MF = 19 (45.2%) HF = 23 (54.8%)
35
Hyp 2: High-Functioning users do a better
performance using the game
36
Number of MF users that played each level Number of HF users that played each level
Hyp 2: High-Functioning users do a better
performance using the game
37
Average time completing levels for MF Average time completing levels for HF
12:31:21
AM
12:37:02
AM
12:33:16
AM
EASY MEDIUM EXPERT
12:32:44 AM
12:28:33 AM
12:36:51 AM
12:25:58 AM
EASY MEDIUM HARD EXPERT
Hyp: ID users are engaged and motivated
while learning with a videogame
38
12:01:30 AM
12:01:03 AM
12:00:59 AM12:00:59 AM
12:00:50 AM
12:01:00 AM
12:00:36 AM12:00:38 AM
0:00
0:17
0:35
0:52
1:09
1:26
1:44
1 2 3 4 5 6 7 8
• Inactivity times reduced
in a 70,7% avg. from
session #1 to session #8
• Positive and motivational
learning environment
(98,2% users show
improvement and
engagement performing
the videogame tasks)
Average inactivity time evolution
avgtime
game session
Hyp: The game design of Downtown is
effective as a learning tool
39
• 100% of the trainers agree
that the use of Downtown
would enhance the user
learning adquisition
(Perceived Usefulness)
• 85,8% of the users were
able to follow the right
path (both LF and HF)
• 50,8% of the wrong path
occured during the first 30
min. of playing
0
20
40
60
80
100
120
140
160
180
1 2 3 4 5 6
Correct vs Incorrect Path per Game session
(#correct stations vs #incorrect stations)
count
game session
Cyberbullying: Conectado game
Educational desing
● Adventure game- sentiments and emotions are important
● Real situations familiar for students
● Events based on user decision making (but no agression options)
● Scenarios based on research about bullying and cyberbullying
● Different roles of bullying represented
● Designed to be used at classroom
Game mechanics
Seminario eMadrid sobre Serious gaes 2017-02-24 42
New student in school
Occurs during 5 days
Minigames as “nightmares”
Implications of the social networks
The experiment: initial validation
With students from 3 schools( Madrid, Zaragoza, Teruel)
257 students
223 Valid pre-post and gameplays (121 males, 102 females)
Significant increase in the ciberbullying
perception
Wilcoxon paired test, p<0.001
5.72
6.38
Next steps in the project
•Currently validating its use as a tool for teachers
• Al least with 100 teachers
• At least with 100 educational sciences students
• Validating the dashboards with the teachers
• Does the dashboard provide the right and meaningful information
• Does the average teacher understand the dashboard
• Are the errors and warnings useful for teachers?
• Next: Go into full scale final validation with at least 1000 students
• Teachers use the game with their students at class
• We got all the analytics data
First validation experience with teachers: perception
13 teachers (11 complete data sets)
Experiment with teachers: applicability of the game
Conclusions
• Game Learning Analytics has a great potential from the business,
application and research perspective
• Still complex to implement GLA in SG
• Increases the (already high) cost of the games
• Requires expertise not always present in SME
• New standards specifications and open software development could
greatly simplify GLA implementation and adoption
48
49
Thank You!
Gracias!
¿Questions?
• Mail: balta@fdi.ucm.es
• Twitter: @BaltaFM
• GScholar: https://scholar.google.es/citations?user=eNJxjcwAAAAJ&hl=en&oi=ao
• ResearchGate: www.researchgate.net/profile/Baltasar_Fernandez-Manjon
• Slideshare: http://www.slideshare.net/BaltasarFernandezManjon
Hyp 3: Users with previous experience in transportation
training have a better performance using the game
50
12:30:15 AM
12:32:03 AM
12:00:00 AM
12:07:12 AM
12:14:24 AM
12:21:36 AM
12:28:48 AM
12:36:00 AM
12:43:12 AM
12:50:24 AM
No trained Previously trained
Average time completing tasks
Users with no training vs users previously trained
REFUTED
• Almost no differences
between trained and no
trained users regarding
time completing tasks
• Learning curve using the
videogame is independant
of the previous experience
using the public
transportation system
avgtime
Hyp 4: Technology-trained users do a better
performance using the game
51
12:32:16 AM
12:28:18 AM
12:00:00 AM
12:07:12 AM
12:14:24 AM
12:21:36 AM
12:28:48 AM
12:36:00 AM
No Videogame Players Videogame Players
Average time completing tasks
No videogame players vs videogame players
CONFIRMED
• Users that play videogames
often completed the game
sessions faster than users
that are not used to play
videogames at home
avgtime
http://www.celt.iastate.edu/teaching-resources/effective-practice/revised-blooms-taxonomy/

More Related Content

Similar to Using Learning Analytics to Improve Serious Games Evaluation

Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...
Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...
Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...Baltasar Fernández-Manjón
 
Icce21 systematizing game learning analytics for improving serious games life...
Icce21 systematizing game learning analytics for improving serious games life...Icce21 systematizing game learning analytics for improving serious games life...
Icce21 systematizing game learning analytics for improving serious games life...Baltasar Fernández-Manjón
 
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...eMadrid network
 
Using Learning Analytics to support a more scientific approach to Serious Gam...
Using Learning Analytics to support a more scientific approach to Serious Gam...Using Learning Analytics to support a more scientific approach to Serious Gam...
Using Learning Analytics to support a more scientific approach to Serious Gam...Baltasar Fernández-Manjón
 
Learning Analytics Serious Games Cognitive Disabilities
Learning Analytics Serious Games Cognitive DisabilitiesLearning Analytics Serious Games Cognitive Disabilities
Learning Analytics Serious Games Cognitive DisabilitiesBaltasar Fernández-Manjón
 
Gaming Learning Analytics Contributing to the serious games ecosystem
Gaming Learning Analytics Contributing to the serious games ecosystemGaming Learning Analytics Contributing to the serious games ecosystem
Gaming Learning Analytics Contributing to the serious games ecosystemBaltasar Fernández-Manjón
 
Gaming Learning Analytics Real Colegio Complutense Harvard
Gaming Learning Analytics Real Colegio Complutense HarvardGaming Learning Analytics Real Colegio Complutense Harvard
Gaming Learning Analytics Real Colegio Complutense HarvardBaltasar Fernández-Manjón
 
Full Lyifecycle Architecture for Serious Games - JCSG 2017
Full Lyifecycle Architecture for Serious Games - JCSG 2017Full Lyifecycle Architecture for Serious Games - JCSG 2017
Full Lyifecycle Architecture for Serious Games - JCSG 2017Cristina Alonso
 
Rev gaming learning analytics rage and beaconing
Rev gaming learning analytics  rage and beaconingRev gaming learning analytics  rage and beaconing
Rev gaming learning analytics rage and beaconingBaltasar Fernández-Manjón
 
Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...
Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...
Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...Ana Rus Cano Moreno
 
Learning Analytics Design in Game-based Learning
Learning Analytics Design in Game-based LearningLearning Analytics Design in Game-based Learning
Learning Analytics Design in Game-based LearningMIT
 
Figuring out the right metrics for your game
Figuring out the right metrics for your gameFiguring out the right metrics for your game
Figuring out the right metrics for your gameSaurav Sahu
 
Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...
Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...
Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...Baltasar Fernández-Manjón
 
2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...
2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...
2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...eMadrid network
 
On Evaluating Serious Games
On Evaluating Serious GamesOn Evaluating Serious Games
On Evaluating Serious Gamesstemprm
 
11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...
11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...
11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...eMadrid network
 
id.net for game developers
id.net for game developersid.net for game developers
id.net for game developersEdwin J.
 
Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...
Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...
Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...MIT
 

Similar to Using Learning Analytics to Improve Serious Games Evaluation (20)

Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...
Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...
Using Game Learning Analytics to Improve the Design, Evaluation and Deploymen...
 
Icce21 systematizing game learning analytics for improving serious games life...
Icce21 systematizing game learning analytics for improving serious games life...Icce21 systematizing game learning analytics for improving serious games life...
Icce21 systematizing game learning analytics for improving serious games life...
 
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
 
Using Learning Analytics to support a more scientific approach to Serious Gam...
Using Learning Analytics to support a more scientific approach to Serious Gam...Using Learning Analytics to support a more scientific approach to Serious Gam...
Using Learning Analytics to support a more scientific approach to Serious Gam...
 
Learning Analytics Serious Games Cognitive Disabilities
Learning Analytics Serious Games Cognitive DisabilitiesLearning Analytics Serious Games Cognitive Disabilities
Learning Analytics Serious Games Cognitive Disabilities
 
Gaming Learning Analytics Contributing to the serious games ecosystem
Gaming Learning Analytics Contributing to the serious games ecosystemGaming Learning Analytics Contributing to the serious games ecosystem
Gaming Learning Analytics Contributing to the serious games ecosystem
 
Applying learning analytics in serious games
Applying learning analytics in serious games Applying learning analytics in serious games
Applying learning analytics in serious games
 
Gaming Learning Analytics Real Colegio Complutense Harvard
Gaming Learning Analytics Real Colegio Complutense HarvardGaming Learning Analytics Real Colegio Complutense Harvard
Gaming Learning Analytics Real Colegio Complutense Harvard
 
Full Lyifecycle Architecture for Serious Games - JCSG 2017
Full Lyifecycle Architecture for Serious Games - JCSG 2017Full Lyifecycle Architecture for Serious Games - JCSG 2017
Full Lyifecycle Architecture for Serious Games - JCSG 2017
 
Rev gaming learning analytics rage and beaconing
Rev gaming learning analytics  rage and beaconingRev gaming learning analytics  rage and beaconing
Rev gaming learning analytics rage and beaconing
 
Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...
Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...
Downtown, A Subway Adventure: Using Learning Analytics to Improve the Develop...
 
Learning Analytics Design in Game-based Learning
Learning Analytics Design in Game-based LearningLearning Analytics Design in Game-based Learning
Learning Analytics Design in Game-based Learning
 
Figuring out the right metrics for your game
Figuring out the right metrics for your gameFiguring out the right metrics for your game
Figuring out the right metrics for your game
 
Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...
Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...
Learning analytics applied to serious games, invited talk at ECGBL 2013 Porto...
 
2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...
2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...
2022_03_22 EDUCON 2022 “Using e-Learning Standards to Improve Serious Game De...
 
On Evaluating Serious Games
On Evaluating Serious GamesOn Evaluating Serious Games
On Evaluating Serious Games
 
11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...
11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...
11_04_2019 EDUCON eMadrid special session on "Game learning analytics for edu...
 
Learning Analytics in serious games
Learning Analytics in serious gamesLearning Analytics in serious games
Learning Analytics in serious games
 
id.net for game developers
id.net for game developersid.net for game developers
id.net for game developers
 
Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...
Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...
Learning Analytics for the Evaluation of Competencies and Behaviors in Seriou...
 

More from Baltasar Fernández-Manjón

Articodign juego para mejorar el aprendizaje de la programacion.pptx
Articodign juego para mejorar el aprendizaje de la programacion.pptxArticodign juego para mejorar el aprendizaje de la programacion.pptx
Articodign juego para mejorar el aprendizaje de la programacion.pptxBaltasar Fernández-Manjón
 
Metaverses lifelong learning in a changing world
Metaverses lifelong learning in a changing worldMetaverses lifelong learning in a changing world
Metaverses lifelong learning in a changing worldBaltasar Fernández-Manjón
 
Extending narrative serious games using ad hoc minigames
Extending narrative serious games using ad hoc minigamesExtending narrative serious games using ad hoc minigames
Extending narrative serious games using ad hoc minigamesBaltasar Fernández-Manjón
 
CONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYING
CONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYINGCONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYING
CONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYINGBaltasar Fernández-Manjón
 
Pandemia: Oportunidades para el e-learning desde los juegos serios y las ana...
Pandemia: Oportunidades para el e-learning  desde los juegos serios y las ana...Pandemia: Oportunidades para el e-learning  desde los juegos serios y las ana...
Pandemia: Oportunidades para el e-learning desde los juegos serios y las ana...Baltasar Fernández-Manjón
 
Simplifying Serious Games Authoring and Validation with uAdventure and SIMVA
Simplifying Serious Games Authoring and Validation with uAdventure and SIMVASimplifying Serious Games Authoring and Validation with uAdventure and SIMVA
Simplifying Serious Games Authoring and Validation with uAdventure and SIMVABaltasar Fernández-Manjón
 
Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019
Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019
Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019Baltasar Fernández-Manjón
 
uAdventure simplifying narrative serious games development - icalt 2019 (1)
uAdventure  simplifying narrative serious games development - icalt 2019 (1)uAdventure  simplifying narrative serious games development - icalt 2019 (1)
uAdventure simplifying narrative serious games development - icalt 2019 (1)Baltasar Fernández-Manjón
 
Simva: Simplifying the scientific validation of serious games icalt2019
Simva: Simplifying the scientific validation of serious games icalt2019Simva: Simplifying the scientific validation of serious games icalt2019
Simva: Simplifying the scientific validation of serious games icalt2019Baltasar Fernández-Manjón
 
Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...
Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...
Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...Baltasar Fernández-Manjón
 
From heterogeneous activities to unified analytics dashboards
From heterogeneous activities to unified analytics dashboardsFrom heterogeneous activities to unified analytics dashboards
From heterogeneous activities to unified analytics dashboardsBaltasar Fernández-Manjón
 
Serious games, analiticas conectado cyberbullying ull cultura digital
Serious games, analiticas conectado cyberbullying ull cultura digitalSerious games, analiticas conectado cyberbullying ull cultura digital
Serious games, analiticas conectado cyberbullying ull cultura digitalBaltasar Fernández-Manjón
 
Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...
Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...
Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...Baltasar Fernández-Manjón
 
Game learning analytics dashboards teacher understanding icwl18
Game learning analytics dashboards teacher understanding icwl18Game learning analytics dashboards teacher understanding icwl18
Game learning analytics dashboards teacher understanding icwl18Baltasar Fernández-Manjón
 

More from Baltasar Fernández-Manjón (20)

Articodign juego para mejorar el aprendizaje de la programacion.pptx
Articodign juego para mejorar el aprendizaje de la programacion.pptxArticodign juego para mejorar el aprendizaje de la programacion.pptx
Articodign juego para mejorar el aprendizaje de la programacion.pptx
 
Juegos serios en museos -
Juegos serios en museos -Juegos serios en museos -
Juegos serios en museos -
 
Metaverses lifelong learning in a changing world
Metaverses lifelong learning in a changing worldMetaverses lifelong learning in a changing world
Metaverses lifelong learning in a changing world
 
Extending narrative serious games using ad hoc minigames
Extending narrative serious games using ad hoc minigamesExtending narrative serious games using ad hoc minigames
Extending narrative serious games using ad hoc minigames
 
E madrid jornadas 2021 ucm final
E madrid jornadas 2021 ucm finalE madrid jornadas 2021 ucm final
E madrid jornadas 2021 ucm final
 
CONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYING
CONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYINGCONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYING
CONECTADO : SERIOUS GAME TO PREVENT CYBERBULLYING
 
Pandemia: Oportunidades para el e-learning desde los juegos serios y las ana...
Pandemia: Oportunidades para el e-learning  desde los juegos serios y las ana...Pandemia: Oportunidades para el e-learning  desde los juegos serios y las ana...
Pandemia: Oportunidades para el e-learning desde los juegos serios y las ana...
 
Simplifying Serious Games Authoring and Validation with uAdventure and SIMVA
Simplifying Serious Games Authoring and Validation with uAdventure and SIMVASimplifying Serious Games Authoring and Validation with uAdventure and SIMVA
Simplifying Serious Games Authoring and Validation with uAdventure and SIMVA
 
UIU juegos serios y analiticas de aprendizaje
UIU juegos serios y analiticas de aprendizajeUIU juegos serios y analiticas de aprendizaje
UIU juegos serios y analiticas de aprendizaje
 
Investigacion en Juegos Serios
Investigacion en Juegos SeriosInvestigacion en Juegos Serios
Investigacion en Juegos Serios
 
Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019
Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019
Una visión critica sobre las tecnologias inmersivas en educación Aumentame 2019
 
uAdventure simplifying narrative serious games development - icalt 2019 (1)
uAdventure  simplifying narrative serious games development - icalt 2019 (1)uAdventure  simplifying narrative serious games development - icalt 2019 (1)
uAdventure simplifying narrative serious games development - icalt 2019 (1)
 
Simva: Simplifying the scientific validation of serious games icalt2019
Simva: Simplifying the scientific validation of serious games icalt2019Simva: Simplifying the scientific validation of serious games icalt2019
Simva: Simplifying the scientific validation of serious games icalt2019
 
Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...
Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...
Intégration de jeux numériques à l’école et analytique de l’apprentissage fri...
 
From heterogeneous activities to unified analytics dashboards
From heterogeneous activities to unified analytics dashboardsFrom heterogeneous activities to unified analytics dashboards
From heterogeneous activities to unified analytics dashboards
 
xAPI Application Profile for Serious Games
xAPI Application Profile for Serious GamesxAPI Application Profile for Serious Games
xAPI Application Profile for Serious Games
 
Serious games, analiticas conectado cyberbullying ull cultura digital
Serious games, analiticas conectado cyberbullying ull cultura digitalSerious games, analiticas conectado cyberbullying ull cultura digital
Serious games, analiticas conectado cyberbullying ull cultura digital
 
Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...
Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...
Uso de tecnología de juegos para automatizar pruebas neuropsicológicas e inve...
 
Game learning analytics dashboards teacher understanding icwl18
Game learning analytics dashboards teacher understanding icwl18Game learning analytics dashboards teacher understanding icwl18
Game learning analytics dashboards teacher understanding icwl18
 
Conectado cyberbullying videojuegos INTEF
Conectado cyberbullying videojuegos INTEF Conectado cyberbullying videojuegos INTEF
Conectado cyberbullying videojuegos INTEF
 

Recently uploaded

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 

Recently uploaded (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 

Using Learning Analytics to Improve Serious Games Evaluation

  • 1. Using Learning Analytics to improve Serious Games Baltasar Fernandez-Manjon balta@fdi.ucm.es , @BaltaFM e-UCM Research Group , www.e-ucm.es Jornadas eMadrid, 2017, 04/07/2017 Realising an Applied Gaming Eco-System JCSG 2017, Universidad Politécnica de Valencia
  • 2. Open issues with serious games - Do serious games actually work? - Very few SG have a full formal evaluation (e.g. pre-post) - Usually tested with a very limited number of users - Formal evaluation could be as expensive as creating the game (or even more expensive) - Evaluation is not considered as a strong requirement - Difficult to deploy games in the classroom - Teachers have very little info about what is happening when a game is being used
  • 3. Learning analytics • Improving education based on data analysis • Data driven • From only theory-driven to evidence-based • Off-line • Analyzing data after use • Discovering patterns of use • Allows to improve the educacional experience for future • Real time • Analyzing data while the system is in use to improve/adapt the current learning experience • Allows to also use it in actual presential classes
  • 4. Game Analytics • Application of analytics to game development and research • Telemetry • Data obtained over distance • Mobile games, MMOG • Game metrics • Interpretable measures of data related to games • Player behaviour
  • 5. Game Learning Analytics (GLA) or Informagic? • GLA is learning analytics applied to serious games • collect, analyze and visualize data from learners’ interactions with SG • Informagic • False expectations of gaining full insight on the game educational experience based only on very shallow game interaction data • Set more realistic expectations about learning analytics with serious games • Requirements • Outcomes • Uses • Cost/Complexity Perez-Colado, I. J., Alonso-Fernández, C., Freire-Moran, M., Martinez-Ortiz, I., & Fernández-Manjón, B. (2018). Game Learning Analytics is not informagic! In IEEE Global Engineering Education Conference (EDUCON).
  • 6. Uses of Gaming Learning Analytics in educational games • Game testing – game analytics • It is the game realiable? • How many students finish the game? • Average time to complete the game? • Game deployment in the class – tools for teachers • Real-time information for supporting the teacher • Knowing what is happening when the game is deployed in the class • “Stealth” student evaluation • Formal Game evaluation • From pre-post test to evaluation based on game learning analytics??
  • 7. Minimun Game Requirements for GLA • Most of games are black boxes. • No access to what is going on during game play • We need access to game “guts” • User interactions • Changes of the game state or game variables • Or the game must communicate with the outside world • Using some logging framework • What is the meaning of the that data? • Adequate experimental design and setting • Are users informed? • Anonymization of data could be required
  • 9. Evidence-centered assessment design (ECD) The Conceptual Assessment Framework (CAF) Student Model: What Are We Measuring? Evidence Model: How Do We Measure It? Task Model: Where Do We Measure It? Assembly Model: How Much Do We Need to Measure It? (Mislevy, Riconscente, 2005)
  • 12. xAPI Serious Games application profile Standard interactions model developed and implemented in Experience API (xAPI) by UCM with ADL (Ángel Serrano et al, 2017). The model allows tracking of all in-game interactions as xAPI traces (e.g. level started or completed) Now being extended in BEACONING to geolocalized games IEEE stardarization group on xAPI https://www.adlnet.gov/serious-games-cop
  • 13. Game Learning Analytics Can GLA be systematized? Realising an Applied Gaming Eco-System
  • 14. Java xApi Tracker Unity xApi Tracker C# xApi Tracker Game trackers and cloud analytics frameworks as open code (github) https://github.com/e-ucm
  • 15. Client A2 Applications Games Analytics Frontend A2 Frontend PlayersDevs,Students, Teachers. Admins Users Roles Resources Permissions Applications Authentication Authorization JWT JSON WEB TOKEN Topology Analytics Backend Games Sessions Collector Results Application 1 Application N KafkaQueue Games Sessions Results Visualization Architecture and technologies Open code to be deployed in your server You own all your game analytics data
  • 16. Systematization of Analytics Dashboards As long as traces follow xAPI format, these analysis do not require further configuration! Also possible to configure game-dependent analysis and visualizations for specific games and game characteristics.
  • 17. Real-time analytics: Alerts and Warnings • Identify situations that may require teacher intervention • Fully customizable alert and warning system for real-time teacher feedback 24/11/RAGE Project presentation17 Inactive learner: triggers when no traces received in #number of minutes (e.g. 2 minutes) > High % incorrect answers: after a minimum amount of questions answered, if more than # %of the answers are wrong Students that need attention View for an specific student (name anonymized)
  • 18. xAPI GLA in games authoring Previous game engine eAdventure (in Java) • Helps to create educational point & click adventure games Platform updated to uAdventure (in Unity) Full integration of game learning analytics into uAdventure authoring tool uAdventure games with default analytics Include geolocalized games
  • 19. uAdventure: geolocalized serious games Geolocalized default analytics visualization New Geolocalized game scenes and actions
  • 20.
  • 21. Examples: First Aid - CPR validated game • Collaboration with Centro de Tecnologias Educativas de Aragon, Spain • Identify a cardiac arrest and teach how to do a cardiopulmonary resuscitation to middle and high school students • Validated game, in 2011, 4 schools with 340 students Marchiori EJ, Ferrer G, Fernández-Manjón B, Povar Marco J, Suberviola González JF, Giménez Valverde A. Video- game instruction in basic life support maneuvers. Emergencias. 2012;24:433-7.
  • 22. BEACONING Experiments: data collection 227 students from 12 to 17 years old Game rebuilt with uAdventure Each student completed: 1. Pre-test (multiple-choice questions) 2. Complete gameplay (xAPI traces) 3. Post-test (multiple-choice questions) 104 variables identified for each player.
  • 23. Replicability of results: knowledge acquisition Original experiment with the game Original experiment, control group Current experiment Lower learning than in original experiment but still significative!
  • 24. GLA for Improving SG evaluation Ideally: we would want to find a better evaluation method for SGs, avoiding pre-post experiments. High costs in time and effort. Our first approach: use data mining techniques to predict pre-test and post-test scores using the data tracked from in-game interactions. - To measure knowledge acquisition. - But it could also work to measure attitude change or awareness raised.
  • 25. GLA data for Improving SG evaluation Use data mining techniques to predict pre-test and post-test scores using the data tracked from in-game interactions. 1. To avoid pre-test: - Determine the influence of previous knowledge in game results. 1. To avoid post-test: - Determine the capability of game interactions to predict post test results when combined with the pre test. - Compare the previous capability to that of game interactions on their own to predict post test results.
  • 26. Improving SG evaluation To avoid pre-test: - Create prediction models of pre-test using only game data Score prediction: - As binary category pass / fail Prediction models used: - Naïve Bayes Method Precision Recall Naive Bayes 0.69 0.84 Results obtained:
  • 27. Improving SG evaluation To avoid post-test: - Create prediction models of post-test score using pre-test + game data - Create prediction models of post-test score using only game data Score prediction: - As numeric value (from 1 to 15 in our game) - As binary category pass / fail Prediction models used: - Trees - Regression - Naïve Bayes to compare results
  • 28. Improving SG evaluation To avoid post-test - summary of results obtained. -Prediction of post-test score (1 to 15) -Prediction of post-test pass / fail Worse predictions without pre-test data but still acceptable results. Method Pre-test ASE Regression trees Yes 4.92 No 5.68 Linear regression Yes 5.81 No 5.71 Method Pre-test Precision Recall Decision trees Yes 0.81 0.94 No 0.88 0.92 Logistic regression Yes 0.89 0.98 No 0.87 0.98 Naive Bayes Yes 0.92 0.89 No 0.89 0.90
  • 29. New uses of games based on GLA - Avoiding pre-test: Games for evaluation - Avoiding post-test: Games for teaching and measure of learning With or without pre-test.
  • 30. BEACONING GLA Case study: Downtown • Serious Game designed and develop to teach young people with Down Syndrome to move around the city using the subway • Evaluated with 51 people with cognitive dissabilities (mainly Down Syndrome) • 42 users with all data • 3h Gameplay/User • 300K analytics xAPI data (traces) to analyze
  • 31. Case Study: Downtown • From user requirements to a game design and its observables • Know more about how and what is learn by people with Down Syndrome 31
  • 33. Game Design and Analysis Workflow Present Individualized Learning Analysis Collective Learning Analysis Lea …. Group 1 Group 2 Group 3 LearningProgress d1.a d1.n d2.a d3.a d2.n d3.n *d = Data collected during a game session GLAID (Game Learning Analytics for Intellectual Disabilities Analytics Framework User 1 User 2 User n User 1 User n User 3 User 2 User 5 User 4 Data Handling Designer Perspective Educator Perspe User cognitive restrictions Formal Requirements Game & Learning Design Group of Observables Group of Observables Descriptive Analytics Clustering Analytics Predic xAPI 33
  • 34. Hyp 1: Users prefer to identify themselves with the avatar • REFUTED • None of the users selected the avatar with Down features despite the trainers showed them the avatar and pointed that that character was Down. • The majority of the users used the preconfigured character despite they were asked to customize the avatars at the beginning of the game session. • We are not observing significative evidences in the users’ play patterns between those who customize the character and those who don’t, but it may be significative that the majority of the users that changed the avatar were Down. 34
  • 35. Hyp: High-Functioning users do a better performance using the game • To determine the cognitive skills and autonomy of the users we asked the trainers to complete a test about each student • 6 intelectual dimensions were measured (5-point Likert scale) • General cognitive/intellectual ability • Language and communication • Memory acquisition • Attention and distractibility • Processing speed • Executive functioning • Users were divided in two groups: Medium-Functioning (≤ 3 avg.) and High-Functioning (>3 avg.). • MF = 19 (45.2%) HF = 23 (54.8%) 35
  • 36. Hyp 2: High-Functioning users do a better performance using the game 36 Number of MF users that played each level Number of HF users that played each level
  • 37. Hyp 2: High-Functioning users do a better performance using the game 37 Average time completing levels for MF Average time completing levels for HF 12:31:21 AM 12:37:02 AM 12:33:16 AM EASY MEDIUM EXPERT 12:32:44 AM 12:28:33 AM 12:36:51 AM 12:25:58 AM EASY MEDIUM HARD EXPERT
  • 38. Hyp: ID users are engaged and motivated while learning with a videogame 38 12:01:30 AM 12:01:03 AM 12:00:59 AM12:00:59 AM 12:00:50 AM 12:01:00 AM 12:00:36 AM12:00:38 AM 0:00 0:17 0:35 0:52 1:09 1:26 1:44 1 2 3 4 5 6 7 8 • Inactivity times reduced in a 70,7% avg. from session #1 to session #8 • Positive and motivational learning environment (98,2% users show improvement and engagement performing the videogame tasks) Average inactivity time evolution avgtime game session
  • 39. Hyp: The game design of Downtown is effective as a learning tool 39 • 100% of the trainers agree that the use of Downtown would enhance the user learning adquisition (Perceived Usefulness) • 85,8% of the users were able to follow the right path (both LF and HF) • 50,8% of the wrong path occured during the first 30 min. of playing 0 20 40 60 80 100 120 140 160 180 1 2 3 4 5 6 Correct vs Incorrect Path per Game session (#correct stations vs #incorrect stations) count game session
  • 41. Educational desing ● Adventure game- sentiments and emotions are important ● Real situations familiar for students ● Events based on user decision making (but no agression options) ● Scenarios based on research about bullying and cyberbullying ● Different roles of bullying represented ● Designed to be used at classroom
  • 42. Game mechanics Seminario eMadrid sobre Serious gaes 2017-02-24 42 New student in school Occurs during 5 days Minigames as “nightmares” Implications of the social networks
  • 43. The experiment: initial validation With students from 3 schools( Madrid, Zaragoza, Teruel) 257 students 223 Valid pre-post and gameplays (121 males, 102 females)
  • 44. Significant increase in the ciberbullying perception Wilcoxon paired test, p<0.001 5.72 6.38
  • 45. Next steps in the project •Currently validating its use as a tool for teachers • Al least with 100 teachers • At least with 100 educational sciences students • Validating the dashboards with the teachers • Does the dashboard provide the right and meaningful information • Does the average teacher understand the dashboard • Are the errors and warnings useful for teachers? • Next: Go into full scale final validation with at least 1000 students • Teachers use the game with their students at class • We got all the analytics data
  • 46. First validation experience with teachers: perception 13 teachers (11 complete data sets)
  • 47. Experiment with teachers: applicability of the game
  • 48. Conclusions • Game Learning Analytics has a great potential from the business, application and research perspective • Still complex to implement GLA in SG • Increases the (already high) cost of the games • Requires expertise not always present in SME • New standards specifications and open software development could greatly simplify GLA implementation and adoption 48
  • 49. 49 Thank You! Gracias! ¿Questions? • Mail: balta@fdi.ucm.es • Twitter: @BaltaFM • GScholar: https://scholar.google.es/citations?user=eNJxjcwAAAAJ&hl=en&oi=ao • ResearchGate: www.researchgate.net/profile/Baltasar_Fernandez-Manjon • Slideshare: http://www.slideshare.net/BaltasarFernandezManjon
  • 50. Hyp 3: Users with previous experience in transportation training have a better performance using the game 50 12:30:15 AM 12:32:03 AM 12:00:00 AM 12:07:12 AM 12:14:24 AM 12:21:36 AM 12:28:48 AM 12:36:00 AM 12:43:12 AM 12:50:24 AM No trained Previously trained Average time completing tasks Users with no training vs users previously trained REFUTED • Almost no differences between trained and no trained users regarding time completing tasks • Learning curve using the videogame is independant of the previous experience using the public transportation system avgtime
  • 51. Hyp 4: Technology-trained users do a better performance using the game 51 12:32:16 AM 12:28:18 AM 12:00:00 AM 12:07:12 AM 12:14:24 AM 12:21:36 AM 12:28:48 AM 12:36:00 AM No Videogame Players Videogame Players Average time completing tasks No videogame players vs videogame players CONFIRMED • Users that play videogames often completed the game sessions faster than users that are not used to play videogames at home avgtime

Editor's Notes

  1. quitarla
  2. quitarla
  3. quitarla
  4. quitarla
  5. quitarla
  6. quitarla
  7. quitarla
  8. quitarla