SlideShare uma empresa Scribd logo
1 de 36
Baixar para ler offline
How tracking learning
analytics with xAPI will
revolutionise your
internal training
Presented by:
About Webanywhere
 12 years in e-learning
 Learning Locker partner
 Moodle Partner in the UK, USA, Poland
 Totara Platinum Partner
 Webanywhere are the only Moodle, Totara and Learning Locker authorized
partners in the world.
 Experienced e-learning developers
120 staff across 3 locations
Katowice, PLChicago, US
Leeds, UK
What we do and what is our role?
 Moodle and Totara LMS are open source software, licensed under GNU public
license, no licenses ‘per user’ required.
 Moodle is estimated to be used by over 85 million learners in 218 countries
 Our role as Moodle/Totara Partner is to provide, design, configuration,
development and consultancy for our clients
Some of our clients
What is xAPI?
 xAPI sometimes referred to as “Tin Can” or “Experience API” is specification
that allows an endless possibility of learner experiences to be tracked in a
consistent format
 Put simply – it allows one system to tell another system about an experience
that a user had
 We say “Experience”, not just “Learning”… it’s a wide scope
 These experiences are tracked as statements within a Learning Record Store
or LRS for short.
 Statements can contain various details but at the most basic level have Noun,
Verb, and Object
Anatomy of a Statement
 Actor, Verb, Object
 Rob attended xAPI breakfast event
 Objects can be another actor such as
 Rob mentored Alfred
 Objects can be another statement
 Callum liked that Rob attended xAPI breakfast event
 Need more data?
 You can add additional data into your statements by adding context. Context
could be a teacher, or organization
 Rob hosted xAPI breakfast event hosted by Webanywhere
 Results
 Rob completed Introduction to Calculus with a passing score of 95%
SCORM?
 SCORM is the existing set of standards and specifications for e-Learning
courseware… developed for US DoD to allow interoperability.
 It allows you to undertake some learning, usually in the form of a plugin in
your browser, then reports back to a learning management system (e.g.
Moodle) usually either pass/fail
 It might just be a set of static resources, or interactive with quizzes
 All we know in terms of data is that the user has done it, and if they were
successful
 Most widespread is SCORM 1.2 which was released in 2001 – well before
Twitter, Facebook, Android, iOS…
SCORM vs Tin Can
 They’re not competitors… Tin Can is the evolution of SCORM, designed to
meet today’s (and tomorrow’s) needs
Online and Offline?
 The first thing everyone asks for is they want to start using xAPI to watch all
of their ELearning courses offline.
 xAPI does not turn your courses into offline versions.
 There are tools that do this such as Articulate Storyline 2 which has an app to let
you download courses and watch later offline.
 This is an activity provider solution that is possible but not what the specification
means about offline
 So what does offline mean?
 You can setup a device to collect information and at a later time when it is online
will transmit that data.
 For example you could have a scanner at a classroom training. Scan everyone's
badge that has attended and then afterwards when you plug that scanner in all
those records will be transmitted automatically.
 Maybe you read a book, you can go in later and record that as a learning statement
Learning Record Store
 A learning record store is a database that stores xAPI statements
 Stores session data for E-learning courses
 Provides APIs for storing and retrieving data
 When looking for an LRS make sure it is fully xAPI compliant.
 Detaches data from the system… you as the customer own the data!
http://tincanapi.com/2015/04/16/tale-three-lrss/
Do I still need an LMS
Do I still need an LMS
LMS (e.g. Moodle, Totara)
 User Enrollments
 Launching courses
 Exam creation
 User Forums
 Performance Reviews
 Classroom / Face to Face Training
 Course assignments
LRS (e.g. Learning Locker)
 Recording statements (Activity)
 Share information with other LRS
 Reporting and analytics
 Interface to statements and reports
How do you get started?
 The first thing to think about is what information do you want to track
 Examples: Learning activities, Sales performance, Staff interactions
 What are you going to use this data for?
 Examples: Trending analysis, Gamification such as leaderboards, ROI tracking
 Where can you get that data?
 Examples: E-Learning, CRM, Website, Mobile APP
 Map the data into statements
 Example: Rob sold ProductA to CompanyB for £xx.xx profit
How do you get started?
 Make sure the activity provider can provide xAPI statements or can be
configured to do so.
 Where will the data go?
 Example: If setting up Leaderboards make sure the system hosting them can pull
data it needs from the LRS, using REST APIs
 Setup a xAPI compliant LRS to start tracking those statements
xAPI - The Only Limitation is Your
Imagination
 With xAPI the possibilities are endless
 Think outside the LMS
 Where does learning happen
 Most importantly think what you can do with that data
Examples
E-Learning Analytics
SCORM Training
Course
Available in 3 languages
Pass Fail
Pass
Fail
E-Learning Analytics
English, 70%
French, 27%
Spanish, 3%
English French Spanish
Tin Can Training
Course
Available in 3 languages
English SpanishFrench
E-Learning Analytics
{
"actor": { "mbox": "mailto:rob.faulkner@webanywhere.co.uk"},
"verb": {
"id": "http://adlnet.gov/expapi/verbs/attended",
"display": { “en-US": "attended" }
},
"object": {
"id": "http://learn.mydomain.com/activities/tin-can-learning-course",
"objectType": "Activity",
"definition": {
"name": { “en-US": "Tin Can Learning Course“,
“fr-FR”: “Cours d'apprentissage Tin Can”,
“es-ES”: “Tincan Curso de Aprendizaje”
},
}
}
“extensions": {
“http://learn.mydomain.com/extensions/languageChosen": “Spanish“
}
“results”: {
“grade”: “pass”,
“score”: 95
}
}
E-Learning Analytics
0
50
100
150
200
250
300
350
400
450
500
0 50 100 150 200
Pageviews
Time on page
E-Learning Analytics
0
50
100
150
200
250
300
350
400
450
500
0 50 100 150 200
Pageviews
Time on page
Gamification
Gamification
Performance vs. training and policies
0
5
10
15
20
25
Baseline Customer service training New documentation policy Product training course
Customer Service call quality
Avg. calls an hour Avg. Call lenght 2 Avg. Customer review
Sales and Learning
 What if we could make recommendations like…
 90% of salespeople who took the ‘Sales Excellence’ course achieved their Q1 target
 98% of sales of the ‘Washing Machine 3000’ were completed by salespeople who
took the ‘Washing Sales’ course.
 You’ve just completed the ‘How to sell Toasters’ course… did you know that on
average salespeople who then completed ‘How to sell Microwaves’ increased their
commission by 45%?
CRM
(e.g. Salesforce)
LRS
(e.g. Learning
Locker)
LMS
(e.g. Moodle)
What does an LRS look like?
What does an LRS look like?
What does an LRS look like?
What does an LRS look like?
Because it’s all API we can do whatever
we want with the data
Wed 8th July 2015, 3.14pm
Tue 7th July 2015, 11.00am
Tue 7th July 2015, 3.00pm
Mon 6th July 2015, 2.20pm
Mon 6th July 2015, 10.30am
Thinking Points
 Whenever and wherever training is happening think to yourself would it be
helpful to have that data and what could I do with it.
 Is my training effective?
 What are the expected results of my training?
 What other information can I gather to validate this?
Conclusion
 xAPI is one of the most flexible ways to collect data about staff learning and
performance.
 You can get the best results when all of your systems communicate together.
 Bring your LMS, CMS, CRM, Call center data all into one place.
 While having millions of training records readily available might seem
overwhelming with reporting tools available nowadays getting actionable data
out is actually quite easy.
 Dream big, there really are no limitations anymore. With a little creativity we
can change how education works for the better.
Q&A
Thank You
Rob Faulkner – Presales Manager
@ rob.faulkner@webanywhere.co.uk
a @learnrob
Jonathan Smith – Senior Sales Executive
@ jonathan.smith@webanywhere.co.uk
a @workplace_learn
Webanywhere.co.uk
 0113 3200 750
a @webanywhere
t 6th Floor City Exchange, 11 Albion St,
Leeds, LS1 5ES
Webanywhere.us
 (312) 588-7284
a @webanywhere_inc
t 2nd Floor, 564 W. Randolph St,
Chicago, IL 60661

Mais conteúdo relacionado

Mais procurados

xAPI in Action
xAPI in ActionxAPI in Action
xAPI in Actionbbetts
 
Abigail Howe Xerte presentation
Abigail Howe Xerte presentationAbigail Howe Xerte presentation
Abigail Howe Xerte presentationJISC RSC Eastern
 
Nine applications of the Tin Can API (xAPI)
Nine applications of the Tin Can API (xAPI)Nine applications of the Tin Can API (xAPI)
Nine applications of the Tin Can API (xAPI)Rustici Software
 
xAPI for Instructional Designers Torrance Devcamp 2019
xAPI for Instructional Designers Torrance Devcamp 2019xAPI for Instructional Designers Torrance Devcamp 2019
xAPI for Instructional Designers Torrance Devcamp 2019TorranceLearning
 
xAPI Intro for Instructional Designers Learning While Working 2019
xAPI Intro for Instructional Designers Learning While Working 2019xAPI Intro for Instructional Designers Learning While Working 2019
xAPI Intro for Instructional Designers Learning While Working 2019TorranceLearning
 
xAPI Ecosystem Case Studies
xAPI Ecosystem Case StudiesxAPI Ecosystem Case Studies
xAPI Ecosystem Case StudiesMegan Bowe
 
Extending Your Reach: Taking Your Training Content Beyond Your LMS
Extending Your Reach: Taking Your Training Content Beyond Your LMSExtending Your Reach: Taking Your Training Content Beyond Your LMS
Extending Your Reach: Taking Your Training Content Beyond Your LMSRustici Software
 
The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...
The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...
The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...Rustici Software
 
Intro to xAPI - TORRANCE - LTUK20
Intro to xAPI - TORRANCE - LTUK20Intro to xAPI - TORRANCE - LTUK20
Intro to xAPI - TORRANCE - LTUK20TorranceLearning
 
Megan Torrance - Day Hikes with xAPI #xapicamp
Megan Torrance - Day Hikes with xAPI #xapicampMegan Torrance - Day Hikes with xAPI #xapicamp
Megan Torrance - Day Hikes with xAPI #xapicampAaron Silvers
 
xAPI Introduction - TorranceLearning xAPI Party Download May 2019
xAPI Introduction - TorranceLearning xAPI Party Download May 2019xAPI Introduction - TorranceLearning xAPI Party Download May 2019
xAPI Introduction - TorranceLearning xAPI Party Download May 2019TorranceLearning
 
Use Cases for a Brave New World
Use Cases for a Brave New WorldUse Cases for a Brave New World
Use Cases for a Brave New WorldMegan Bowe
 
8 Ways to Evaluate Learning S106 Learning DevCamp 2019
8 Ways to Evaluate Learning S106 Learning DevCamp 20198 Ways to Evaluate Learning S106 Learning DevCamp 2019
8 Ways to Evaluate Learning S106 Learning DevCamp 2019TorranceLearning
 
Moodle Program for fire & EMS
Moodle Program for fire & EMSMoodle Program for fire & EMS
Moodle Program for fire & EMSJim Keiken
 
4 Easy Steps to be AWS Certified
4 Easy Steps to be AWS Certified4 Easy Steps to be AWS Certified
4 Easy Steps to be AWS CertifiedSrini Laxman
 
Case Study: xAPI for vets and pets
Case Study: xAPI for vets and petsCase Study: xAPI for vets and pets
Case Study: xAPI for vets and petsMegan Bowe
 
How to Listen to and Involve your Faculty
How to Listen to and Involve your FacultyHow to Listen to and Involve your Faculty
How to Listen to and Involve your FacultyDavid Melone
 
LSCon 2017 Making Future-focused Platform Decisions with the xAPI
LSCon 2017 Making Future-focused Platform Decisions with the xAPILSCon 2017 Making Future-focused Platform Decisions with the xAPI
LSCon 2017 Making Future-focused Platform Decisions with the xAPITorranceLearning
 

Mais procurados (20)

xAPI in Action
xAPI in ActionxAPI in Action
xAPI in Action
 
Abigail Howe Xerte presentation
Abigail Howe Xerte presentationAbigail Howe Xerte presentation
Abigail Howe Xerte presentation
 
Nine applications of the Tin Can API (xAPI)
Nine applications of the Tin Can API (xAPI)Nine applications of the Tin Can API (xAPI)
Nine applications of the Tin Can API (xAPI)
 
Design Implications of the Experience API (Tin Can API)
Design Implications of the Experience API (Tin Can API)Design Implications of the Experience API (Tin Can API)
Design Implications of the Experience API (Tin Can API)
 
xAPI for Instructional Designers Torrance Devcamp 2019
xAPI for Instructional Designers Torrance Devcamp 2019xAPI for Instructional Designers Torrance Devcamp 2019
xAPI for Instructional Designers Torrance Devcamp 2019
 
xAPI Intro for Instructional Designers Learning While Working 2019
xAPI Intro for Instructional Designers Learning While Working 2019xAPI Intro for Instructional Designers Learning While Working 2019
xAPI Intro for Instructional Designers Learning While Working 2019
 
xAPI Ecosystem Case Studies
xAPI Ecosystem Case StudiesxAPI Ecosystem Case Studies
xAPI Ecosystem Case Studies
 
Extending Your Reach: Taking Your Training Content Beyond Your LMS
Extending Your Reach: Taking Your Training Content Beyond Your LMSExtending Your Reach: Taking Your Training Content Beyond Your LMS
Extending Your Reach: Taking Your Training Content Beyond Your LMS
 
The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...
The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...
The Business Case for Adopting Tin Can (xAPI) - Why and How Five Product Vend...
 
Intro to xAPI - TORRANCE - LTUK20
Intro to xAPI - TORRANCE - LTUK20Intro to xAPI - TORRANCE - LTUK20
Intro to xAPI - TORRANCE - LTUK20
 
Megan Torrance - Day Hikes with xAPI #xapicamp
Megan Torrance - Day Hikes with xAPI #xapicampMegan Torrance - Day Hikes with xAPI #xapicamp
Megan Torrance - Day Hikes with xAPI #xapicamp
 
xAPI Introduction - TorranceLearning xAPI Party Download May 2019
xAPI Introduction - TorranceLearning xAPI Party Download May 2019xAPI Introduction - TorranceLearning xAPI Party Download May 2019
xAPI Introduction - TorranceLearning xAPI Party Download May 2019
 
Con Verge 08 Lms Mary Sarah
Con Verge 08 Lms Mary SarahCon Verge 08 Lms Mary Sarah
Con Verge 08 Lms Mary Sarah
 
Use Cases for a Brave New World
Use Cases for a Brave New WorldUse Cases for a Brave New World
Use Cases for a Brave New World
 
8 Ways to Evaluate Learning S106 Learning DevCamp 2019
8 Ways to Evaluate Learning S106 Learning DevCamp 20198 Ways to Evaluate Learning S106 Learning DevCamp 2019
8 Ways to Evaluate Learning S106 Learning DevCamp 2019
 
Moodle Program for fire & EMS
Moodle Program for fire & EMSMoodle Program for fire & EMS
Moodle Program for fire & EMS
 
4 Easy Steps to be AWS Certified
4 Easy Steps to be AWS Certified4 Easy Steps to be AWS Certified
4 Easy Steps to be AWS Certified
 
Case Study: xAPI for vets and pets
Case Study: xAPI for vets and petsCase Study: xAPI for vets and pets
Case Study: xAPI for vets and pets
 
How to Listen to and Involve your Faculty
How to Listen to and Involve your FacultyHow to Listen to and Involve your Faculty
How to Listen to and Involve your Faculty
 
LSCon 2017 Making Future-focused Platform Decisions with the xAPI
LSCon 2017 Making Future-focused Platform Decisions with the xAPILSCon 2017 Making Future-focused Platform Decisions with the xAPI
LSCon 2017 Making Future-focused Platform Decisions with the xAPI
 

Destaque

Investigating Performance: Design & Outcomes with xAPI | LSCon 2017
Investigating Performance: Design & Outcomes with xAPI | LSCon 2017Investigating Performance: Design & Outcomes with xAPI | LSCon 2017
Investigating Performance: Design & Outcomes with xAPI | LSCon 2017HT2 Labs
 
xAPI Making Sense of Industry and Practice
xAPI Making Sense of Industry and PracticexAPI Making Sense of Industry and Practice
xAPI Making Sense of Industry and PracticeAaron Silvers
 
xAPI in Action: Sending an data to an LRS (FocusOn Session)
xAPI in Action: Sending an data to an LRS (FocusOn Session)xAPI in Action: Sending an data to an LRS (FocusOn Session)
xAPI in Action: Sending an data to an LRS (FocusOn Session)Jeff Batt
 
Introduction to the Experience API
Introduction to the Experience APIIntroduction to the Experience API
Introduction to the Experience APISYMBIONT, INC.
 
Make Learning Big Data Work For You
Make Learning Big Data Work For YouMake Learning Big Data Work For You
Make Learning Big Data Work For YouJessie Chuang
 
The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)
The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)
The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)Rustici Software
 
Learning Networks: e-Learning 3.0
Learning Networks: e-Learning 3.0Learning Networks: e-Learning 3.0
Learning Networks: e-Learning 3.0Neil Rubens
 
eLearning Today
eLearning TodayeLearning Today
eLearning TodayCammy Bean
 
How to build an API your developers will love - Code.talks 2015, Hamburg by M...
How to build an API your developers will love - Code.talks 2015, Hamburg by M...How to build an API your developers will love - Code.talks 2015, Hamburg by M...
How to build an API your developers will love - Code.talks 2015, Hamburg by M...Michael Kuehne-Schlinkert
 
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...Upside Learning Solutions
 
Evolving Beyond the E: eLearning Trends
Evolving Beyond the E: eLearning TrendsEvolving Beyond the E: eLearning Trends
Evolving Beyond the E: eLearning TrendsCammy Bean
 
Shades of Instructional design
Shades of Instructional designShades of Instructional design
Shades of Instructional designCammy Bean
 
Creating an xAPI Ecosystem
Creating an xAPI EcosystemCreating an xAPI Ecosystem
Creating an xAPI EcosystemMargaret Roth
 
Tips for Better eLearning
Tips for Better eLearningTips for Better eLearning
Tips for Better eLearningCammy Bean
 
Total Learning: formal, informal and social learning with xAPI
Total Learning: formal, informal and social learning with xAPITotal Learning: formal, informal and social learning with xAPI
Total Learning: formal, informal and social learning with xAPIBrightwave Group
 

Destaque (20)

Investigating Performance: Design & Outcomes with xAPI | LSCon 2017
Investigating Performance: Design & Outcomes with xAPI | LSCon 2017Investigating Performance: Design & Outcomes with xAPI | LSCon 2017
Investigating Performance: Design & Outcomes with xAPI | LSCon 2017
 
xAPI Making Sense of Industry and Practice
xAPI Making Sense of Industry and PracticexAPI Making Sense of Industry and Practice
xAPI Making Sense of Industry and Practice
 
xAPI in Action: Sending an data to an LRS (FocusOn Session)
xAPI in Action: Sending an data to an LRS (FocusOn Session)xAPI in Action: Sending an data to an LRS (FocusOn Session)
xAPI in Action: Sending an data to an LRS (FocusOn Session)
 
Introduction to the Experience API
Introduction to the Experience APIIntroduction to the Experience API
Introduction to the Experience API
 
Make Learning Big Data Work For You
Make Learning Big Data Work For YouMake Learning Big Data Work For You
Make Learning Big Data Work For You
 
The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)
The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)
The Impacts of the Tin Can API: How 8 Companies are Using the Tin Can API (xAPI)
 
DIY xAPI
DIY xAPIDIY xAPI
DIY xAPI
 
Going with xAPI
Going with xAPIGoing with xAPI
Going with xAPI
 
Learning Networks: e-Learning 3.0
Learning Networks: e-Learning 3.0Learning Networks: e-Learning 3.0
Learning Networks: e-Learning 3.0
 
So You Want To Build an API Eh?
So You Want To Build an API Eh?So You Want To Build an API Eh?
So You Want To Build an API Eh?
 
xAPI and Serious Games JISC
xAPI and Serious Games  JISC xAPI and Serious Games  JISC
xAPI and Serious Games JISC
 
eLearning Today
eLearning TodayeLearning Today
eLearning Today
 
How to build an API your developers will love - Code.talks 2015, Hamburg by M...
How to build an API your developers will love - Code.talks 2015, Hamburg by M...How to build an API your developers will love - Code.talks 2015, Hamburg by M...
How to build an API your developers will love - Code.talks 2015, Hamburg by M...
 
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
 
Evolving Beyond the E: eLearning Trends
Evolving Beyond the E: eLearning TrendsEvolving Beyond the E: eLearning Trends
Evolving Beyond the E: eLearning Trends
 
Shades of Instructional design
Shades of Instructional designShades of Instructional design
Shades of Instructional design
 
Creating an xAPI Ecosystem
Creating an xAPI EcosystemCreating an xAPI Ecosystem
Creating an xAPI Ecosystem
 
Experience API (xAPI) and the Future of SCORM
Experience API (xAPI) and the Future of SCORMExperience API (xAPI) and the Future of SCORM
Experience API (xAPI) and the Future of SCORM
 
Tips for Better eLearning
Tips for Better eLearningTips for Better eLearning
Tips for Better eLearning
 
Total Learning: formal, informal and social learning with xAPI
Total Learning: formal, informal and social learning with xAPITotal Learning: formal, informal and social learning with xAPI
Total Learning: formal, informal and social learning with xAPI
 

Semelhante a Track Learning Analytics with xAPI

xAPI 101 - webinar slides
xAPI 101 - webinar slides  xAPI 101 - webinar slides
xAPI 101 - webinar slides Sprout Labs
 
How xAPI can boost elearning outcomes
How xAPI can boost elearning outcomesHow xAPI can boost elearning outcomes
How xAPI can boost elearning outcomesJames Sadler
 
The future of Learning Ecosystem
The future of Learning EcosystemThe future of Learning Ecosystem
The future of Learning EcosystemTruong Nguyen
 
TechLearn2019 xAPI Intro Torrance
TechLearn2019 xAPI Intro TorranceTechLearn2019 xAPI Intro Torrance
TechLearn2019 xAPI Intro TorranceTorranceLearning
 
You already have an LxP, you just don't know it
You already have an LxP, you just don't know itYou already have an LxP, you just don't know it
You already have an LxP, you just don't know itJames Wann
 
LSCon 407 Building the xAPI Learning Ecosystem of Your Dreams
LSCon 407 Building the xAPI Learning Ecosystem of Your DreamsLSCon 407 Building the xAPI Learning Ecosystem of Your Dreams
LSCon 407 Building the xAPI Learning Ecosystem of Your DreamsTorranceLearning
 
xAPI: The Landscape
xAPI: The LandscapexAPI: The Landscape
xAPI: The LandscapeMegan Bowe
 
xAPI Camp - Learning Solutions
xAPI Camp - Learning SolutionsxAPI Camp - Learning Solutions
xAPI Camp - Learning SolutionsAaron Silvers
 
4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM
4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM
4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORMInfopro Learning, Inc.
 
How to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet Analytics
How to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet AnalyticsHow to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet Analytics
How to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet AnalyticsAllie Tscheulin
 
How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics
How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics
How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics Margaret Roth
 
Dev learn: Our notes
Dev learn: Our notesDev learn: Our notes
Dev learn: Our notesJames Wann
 
Trends in digital learning - 2018
Trends in digital learning - 2018 Trends in digital learning - 2018
Trends in digital learning - 2018 Sprout Labs
 
Adding xAPI to your RFPs: Rethinking your process
Adding xAPI to your RFPs: Rethinking your processAdding xAPI to your RFPs: Rethinking your process
Adding xAPI to your RFPs: Rethinking your processRustici Software
 
DevLearn 801 xAPI: Where it's at & How to Get Started
DevLearn 801 xAPI: Where it's at & How to Get StartedDevLearn 801 xAPI: Where it's at & How to Get Started
DevLearn 801 xAPI: Where it's at & How to Get StartedTorranceLearning
 
How to implement an lms - webinar slides
How to implement an lms - webinar slidesHow to implement an lms - webinar slides
How to implement an lms - webinar slidesSprout Labs
 
Yet LXi — Learning Experience Interface Overview
Yet LXi — Learning Experience Interface Overview Yet LXi — Learning Experience Interface Overview
Yet LXi — Learning Experience Interface Overview Margaret Roth
 
Enabling learning ecosystems - Webinar slides
Enabling learning ecosystems - Webinar slidesEnabling learning ecosystems - Webinar slides
Enabling learning ecosystems - Webinar slidesSprout Labs
 
Back to the Drawing Board: Painting a Picture with xAPI
Back to the Drawing Board: Painting a Picture with xAPIBack to the Drawing Board: Painting a Picture with xAPI
Back to the Drawing Board: Painting a Picture with xAPIRustici Software
 

Semelhante a Track Learning Analytics with xAPI (20)

xAPI 101 - webinar slides
xAPI 101 - webinar slides  xAPI 101 - webinar slides
xAPI 101 - webinar slides
 
How xAPI can boost elearning outcomes
How xAPI can boost elearning outcomesHow xAPI can boost elearning outcomes
How xAPI can boost elearning outcomes
 
The Future of Learning Ecosystem
The Future of Learning EcosystemThe Future of Learning Ecosystem
The Future of Learning Ecosystem
 
The future of Learning Ecosystem
The future of Learning EcosystemThe future of Learning Ecosystem
The future of Learning Ecosystem
 
TechLearn2019 xAPI Intro Torrance
TechLearn2019 xAPI Intro TorranceTechLearn2019 xAPI Intro Torrance
TechLearn2019 xAPI Intro Torrance
 
You already have an LxP, you just don't know it
You already have an LxP, you just don't know itYou already have an LxP, you just don't know it
You already have an LxP, you just don't know it
 
LSCon 407 Building the xAPI Learning Ecosystem of Your Dreams
LSCon 407 Building the xAPI Learning Ecosystem of Your DreamsLSCon 407 Building the xAPI Learning Ecosystem of Your Dreams
LSCon 407 Building the xAPI Learning Ecosystem of Your Dreams
 
xAPI: The Landscape
xAPI: The LandscapexAPI: The Landscape
xAPI: The Landscape
 
xAPI Camp - Learning Solutions
xAPI Camp - Learning SolutionsxAPI Camp - Learning Solutions
xAPI Camp - Learning Solutions
 
4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM
4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM
4 Reasons Tin Can API (xAPI) Is NOT Just a New Version of SCORM
 
How to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet Analytics
How to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet AnalyticsHow to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet Analytics
How to Plan for an xAPI Pilot at xAPI Camp DevLearn 2018 - Yet Analytics
 
How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics
How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics
How to Plan for Your xAPI Pilot - xAPI Camp at DevLearn 2018 - Yet Analytics
 
Dev learn: Our notes
Dev learn: Our notesDev learn: Our notes
Dev learn: Our notes
 
Trends in digital learning - 2018
Trends in digital learning - 2018 Trends in digital learning - 2018
Trends in digital learning - 2018
 
Adding xAPI to your RFPs: Rethinking your process
Adding xAPI to your RFPs: Rethinking your processAdding xAPI to your RFPs: Rethinking your process
Adding xAPI to your RFPs: Rethinking your process
 
DevLearn 801 xAPI: Where it's at & How to Get Started
DevLearn 801 xAPI: Where it's at & How to Get StartedDevLearn 801 xAPI: Where it's at & How to Get Started
DevLearn 801 xAPI: Where it's at & How to Get Started
 
How to implement an lms - webinar slides
How to implement an lms - webinar slidesHow to implement an lms - webinar slides
How to implement an lms - webinar slides
 
Yet LXi — Learning Experience Interface Overview
Yet LXi — Learning Experience Interface Overview Yet LXi — Learning Experience Interface Overview
Yet LXi — Learning Experience Interface Overview
 
Enabling learning ecosystems - Webinar slides
Enabling learning ecosystems - Webinar slidesEnabling learning ecosystems - Webinar slides
Enabling learning ecosystems - Webinar slides
 
Back to the Drawing Board: Painting a Picture with xAPI
Back to the Drawing Board: Painting a Picture with xAPIBack to the Drawing Board: Painting a Picture with xAPI
Back to the Drawing Board: Painting a Picture with xAPI
 

Mais de Webanywhere Ltd

Southern User Group Slides - WPL - 27 April 2017
Southern User Group Slides - WPL -  27 April 2017Southern User Group Slides - WPL -  27 April 2017
Southern User Group Slides - WPL - 27 April 2017Webanywhere Ltd
 
Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Webanywhere Ltd
 
NHS Event | Learning on the Move | Webanywhere
NHS Event | Learning on the Move | WebanywhereNHS Event | Learning on the Move | Webanywhere
NHS Event | Learning on the Move | WebanywhereWebanywhere Ltd
 
Are you ready for the Apprenticeship Levy
Are you ready for the Apprenticeship LevyAre you ready for the Apprenticeship Levy
Are you ready for the Apprenticeship LevyWebanywhere Ltd
 
Are you ready for the Apprenticeship Levy?
Are you ready for the Apprenticeship Levy?Are you ready for the Apprenticeship Levy?
Are you ready for the Apprenticeship Levy?Webanywhere Ltd
 
Customised mobile apps for schools
Customised mobile apps for schoolsCustomised mobile apps for schools
Customised mobile apps for schoolsWebanywhere Ltd
 
Press Play to Start pt. 2 - Gamification Masterclass
Press Play to Start pt. 2 - Gamification MasterclassPress Play to Start pt. 2 - Gamification Masterclass
Press Play to Start pt. 2 - Gamification MasterclassWebanywhere Ltd
 
Rip up the Rulebook - Moodlemoot 2016 Presentation
Rip up the Rulebook - Moodlemoot 2016 PresentationRip up the Rulebook - Moodlemoot 2016 Presentation
Rip up the Rulebook - Moodlemoot 2016 PresentationWebanywhere Ltd
 
Micro Learning and the rise of Mobile
Micro Learning and the rise of MobileMicro Learning and the rise of Mobile
Micro Learning and the rise of MobileWebanywhere Ltd
 
Totara Social Presentation - How social will evolve your workplace
Totara Social Presentation - How social will evolve your workplaceTotara Social Presentation - How social will evolve your workplace
Totara Social Presentation - How social will evolve your workplaceWebanywhere Ltd
 
eSafety and online security within schools
eSafety and online security within schoolseSafety and online security within schools
eSafety and online security within schoolsWebanywhere Ltd
 
Open source e learning for healthcare - presentation
Open source e learning for healthcare - presentationOpen source e learning for healthcare - presentation
Open source e learning for healthcare - presentationWebanywhere Ltd
 
Moodle for Corporate Training
Moodle for Corporate TrainingMoodle for Corporate Training
Moodle for Corporate TrainingWebanywhere Ltd
 
Flipped classrooms with VLE - Webinar 11th December 2013
Flipped classrooms with VLE - Webinar 11th December 2013Flipped classrooms with VLE - Webinar 11th December 2013
Flipped classrooms with VLE - Webinar 11th December 2013Webanywhere Ltd
 
Effective Workplace Learning: e-Learning Compliance Guide
Effective Workplace Learning: e-Learning Compliance GuideEffective Workplace Learning: e-Learning Compliance Guide
Effective Workplace Learning: e-Learning Compliance GuideWebanywhere Ltd
 
The Francis Report: Meet Recommendations With e-Learning
The Francis Report: Meet Recommendations With e-LearningThe Francis Report: Meet Recommendations With e-Learning
The Francis Report: Meet Recommendations With e-LearningWebanywhere Ltd
 
Staff Training: Get More From Your Staff Via e-Learning
Staff Training: Get More From Your Staff Via e-Learning Staff Training: Get More From Your Staff Via e-Learning
Staff Training: Get More From Your Staff Via e-Learning Webanywhere Ltd
 
Talent Management: Effective Habits of Talent Managers
Talent Management: Effective Habits of Talent ManagersTalent Management: Effective Habits of Talent Managers
Talent Management: Effective Habits of Talent ManagersWebanywhere Ltd
 
e-Learning Guide: Become An ICT Expert
e-Learning Guide: Become An ICT Experte-Learning Guide: Become An ICT Expert
e-Learning Guide: Become An ICT ExpertWebanywhere Ltd
 

Mais de Webanywhere Ltd (20)

Anti Bullying Week 2017
Anti Bullying Week 2017Anti Bullying Week 2017
Anti Bullying Week 2017
 
Southern User Group Slides - WPL - 27 April 2017
Southern User Group Slides - WPL -  27 April 2017Southern User Group Slides - WPL -  27 April 2017
Southern User Group Slides - WPL - 27 April 2017
 
Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017Northern User Group Slides - WPL - 4th April 2017
Northern User Group Slides - WPL - 4th April 2017
 
NHS Event | Learning on the Move | Webanywhere
NHS Event | Learning on the Move | WebanywhereNHS Event | Learning on the Move | Webanywhere
NHS Event | Learning on the Move | Webanywhere
 
Are you ready for the Apprenticeship Levy
Are you ready for the Apprenticeship LevyAre you ready for the Apprenticeship Levy
Are you ready for the Apprenticeship Levy
 
Are you ready for the Apprenticeship Levy?
Are you ready for the Apprenticeship Levy?Are you ready for the Apprenticeship Levy?
Are you ready for the Apprenticeship Levy?
 
Customised mobile apps for schools
Customised mobile apps for schoolsCustomised mobile apps for schools
Customised mobile apps for schools
 
Press Play to Start pt. 2 - Gamification Masterclass
Press Play to Start pt. 2 - Gamification MasterclassPress Play to Start pt. 2 - Gamification Masterclass
Press Play to Start pt. 2 - Gamification Masterclass
 
Rip up the Rulebook - Moodlemoot 2016 Presentation
Rip up the Rulebook - Moodlemoot 2016 PresentationRip up the Rulebook - Moodlemoot 2016 Presentation
Rip up the Rulebook - Moodlemoot 2016 Presentation
 
Micro Learning and the rise of Mobile
Micro Learning and the rise of MobileMicro Learning and the rise of Mobile
Micro Learning and the rise of Mobile
 
Totara Social Presentation - How social will evolve your workplace
Totara Social Presentation - How social will evolve your workplaceTotara Social Presentation - How social will evolve your workplace
Totara Social Presentation - How social will evolve your workplace
 
eSafety and online security within schools
eSafety and online security within schoolseSafety and online security within schools
eSafety and online security within schools
 
Open source e learning for healthcare - presentation
Open source e learning for healthcare - presentationOpen source e learning for healthcare - presentation
Open source e learning for healthcare - presentation
 
Moodle for Corporate Training
Moodle for Corporate TrainingMoodle for Corporate Training
Moodle for Corporate Training
 
Flipped classrooms with VLE - Webinar 11th December 2013
Flipped classrooms with VLE - Webinar 11th December 2013Flipped classrooms with VLE - Webinar 11th December 2013
Flipped classrooms with VLE - Webinar 11th December 2013
 
Effective Workplace Learning: e-Learning Compliance Guide
Effective Workplace Learning: e-Learning Compliance GuideEffective Workplace Learning: e-Learning Compliance Guide
Effective Workplace Learning: e-Learning Compliance Guide
 
The Francis Report: Meet Recommendations With e-Learning
The Francis Report: Meet Recommendations With e-LearningThe Francis Report: Meet Recommendations With e-Learning
The Francis Report: Meet Recommendations With e-Learning
 
Staff Training: Get More From Your Staff Via e-Learning
Staff Training: Get More From Your Staff Via e-Learning Staff Training: Get More From Your Staff Via e-Learning
Staff Training: Get More From Your Staff Via e-Learning
 
Talent Management: Effective Habits of Talent Managers
Talent Management: Effective Habits of Talent ManagersTalent Management: Effective Habits of Talent Managers
Talent Management: Effective Habits of Talent Managers
 
e-Learning Guide: Become An ICT Expert
e-Learning Guide: Become An ICT Experte-Learning Guide: Become An ICT Expert
e-Learning Guide: Become An ICT Expert
 

Último

The Engagement Engine: Strategies for Building a High-Performance Culture
The Engagement Engine: Strategies for Building a High-Performance CultureThe Engagement Engine: Strategies for Building a High-Performance Culture
The Engagement Engine: Strategies for Building a High-Performance CultureAggregage
 
15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdf15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdfAlex Vate
 
Webinar - Q2 2024: What’s New in MarketPay
Webinar - Q2 2024: What’s New in MarketPayWebinar - Q2 2024: What’s New in MarketPay
Webinar - Q2 2024: What’s New in MarketPayPayScale, Inc.
 
7 non-negotiable roles of Human Resource Management
7 non-negotiable roles of Human Resource Management7 non-negotiable roles of Human Resource Management
7 non-negotiable roles of Human Resource ManagementHireQuotient
 
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?hxwwranl
 
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)twfkn8xj
 
Top 10 scenario-based questions for hiring a Team Leader
Top 10 scenario-based questions for hiring a Team LeaderTop 10 scenario-based questions for hiring a Team Leader
Top 10 scenario-based questions for hiring a Team LeaderHireQuotient
 
Recruitment & Selection Theory Models that Work for the Modern Workplace
Recruitment & Selection Theory Models that Work for the Modern WorkplaceRecruitment & Selection Theory Models that Work for the Modern Workplace
Recruitment & Selection Theory Models that Work for the Modern WorkplaceHireQuotient
 
Market Signals – Global Job Market Trends – March 2024 summarized!
Market Signals – Global Job Market Trends – March 2024 summarized!Market Signals – Global Job Market Trends – March 2024 summarized!
Market Signals – Global Job Market Trends – March 2024 summarized!Career Angels
 
Presentation on HR for Weekly Review Meeting
Presentation on HR for Weekly Review MeetingPresentation on HR for Weekly Review Meeting
Presentation on HR for Weekly Review MeetingAlokChatterjee16
 
Webinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary DataWebinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary DataPayScale, Inc.
 
A Proven #1 Prospecting Hack You're Missing Out On
A Proven #1 Prospecting Hack You're Missing Out OnA Proven #1 Prospecting Hack You're Missing Out On
A Proven #1 Prospecting Hack You're Missing Out Onfross37
 

Último (14)

The Engagement Engine: Strategies for Building a High-Performance Culture
The Engagement Engine: Strategies for Building a High-Performance CultureThe Engagement Engine: Strategies for Building a High-Performance Culture
The Engagement Engine: Strategies for Building a High-Performance Culture
 
15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdf15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdf
 
Webinar - Q2 2024: What’s New in MarketPay
Webinar - Q2 2024: What’s New in MarketPayWebinar - Q2 2024: What’s New in MarketPay
Webinar - Q2 2024: What’s New in MarketPay
 
7 non-negotiable roles of Human Resource Management
7 non-negotiable roles of Human Resource Management7 non-negotiable roles of Human Resource Management
7 non-negotiable roles of Human Resource Management
 
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
 
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
 
Top 10 scenario-based questions for hiring a Team Leader
Top 10 scenario-based questions for hiring a Team LeaderTop 10 scenario-based questions for hiring a Team Leader
Top 10 scenario-based questions for hiring a Team Leader
 
Recruitment & Selection Theory Models that Work for the Modern Workplace
Recruitment & Selection Theory Models that Work for the Modern WorkplaceRecruitment & Selection Theory Models that Work for the Modern Workplace
Recruitment & Selection Theory Models that Work for the Modern Workplace
 
Market Signals – Global Job Market Trends – March 2024 summarized!
Market Signals – Global Job Market Trends – March 2024 summarized!Market Signals – Global Job Market Trends – March 2024 summarized!
Market Signals – Global Job Market Trends – March 2024 summarized!
 
Hot Sexy call girls in Preet Vihar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Preet Vihar🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Preet Vihar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Preet Vihar🔝 9953056974 🔝 Delhi escort Service
 
Call Girls in Subhash Nagar ⎝⎝9953056974⎝⎝ Escort Delhi NCR
Call Girls in  Subhash Nagar ⎝⎝9953056974⎝⎝ Escort Delhi NCRCall Girls in  Subhash Nagar ⎝⎝9953056974⎝⎝ Escort Delhi NCR
Call Girls in Subhash Nagar ⎝⎝9953056974⎝⎝ Escort Delhi NCR
 
Presentation on HR for Weekly Review Meeting
Presentation on HR for Weekly Review MeetingPresentation on HR for Weekly Review Meeting
Presentation on HR for Weekly Review Meeting
 
Webinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary DataWebinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary Data
 
A Proven #1 Prospecting Hack You're Missing Out On
A Proven #1 Prospecting Hack You're Missing Out OnA Proven #1 Prospecting Hack You're Missing Out On
A Proven #1 Prospecting Hack You're Missing Out On
 

Track Learning Analytics with xAPI

  • 1. How tracking learning analytics with xAPI will revolutionise your internal training Presented by:
  • 2. About Webanywhere  12 years in e-learning  Learning Locker partner  Moodle Partner in the UK, USA, Poland  Totara Platinum Partner  Webanywhere are the only Moodle, Totara and Learning Locker authorized partners in the world.  Experienced e-learning developers
  • 3. 120 staff across 3 locations Katowice, PLChicago, US Leeds, UK
  • 4. What we do and what is our role?  Moodle and Totara LMS are open source software, licensed under GNU public license, no licenses ‘per user’ required.  Moodle is estimated to be used by over 85 million learners in 218 countries  Our role as Moodle/Totara Partner is to provide, design, configuration, development and consultancy for our clients
  • 5. Some of our clients
  • 6. What is xAPI?  xAPI sometimes referred to as “Tin Can” or “Experience API” is specification that allows an endless possibility of learner experiences to be tracked in a consistent format  Put simply – it allows one system to tell another system about an experience that a user had  We say “Experience”, not just “Learning”… it’s a wide scope  These experiences are tracked as statements within a Learning Record Store or LRS for short.  Statements can contain various details but at the most basic level have Noun, Verb, and Object
  • 7. Anatomy of a Statement  Actor, Verb, Object  Rob attended xAPI breakfast event  Objects can be another actor such as  Rob mentored Alfred  Objects can be another statement  Callum liked that Rob attended xAPI breakfast event  Need more data?  You can add additional data into your statements by adding context. Context could be a teacher, or organization  Rob hosted xAPI breakfast event hosted by Webanywhere  Results  Rob completed Introduction to Calculus with a passing score of 95%
  • 8.
  • 9. SCORM?  SCORM is the existing set of standards and specifications for e-Learning courseware… developed for US DoD to allow interoperability.  It allows you to undertake some learning, usually in the form of a plugin in your browser, then reports back to a learning management system (e.g. Moodle) usually either pass/fail  It might just be a set of static resources, or interactive with quizzes  All we know in terms of data is that the user has done it, and if they were successful  Most widespread is SCORM 1.2 which was released in 2001 – well before Twitter, Facebook, Android, iOS…
  • 10. SCORM vs Tin Can  They’re not competitors… Tin Can is the evolution of SCORM, designed to meet today’s (and tomorrow’s) needs
  • 11. Online and Offline?  The first thing everyone asks for is they want to start using xAPI to watch all of their ELearning courses offline.  xAPI does not turn your courses into offline versions.  There are tools that do this such as Articulate Storyline 2 which has an app to let you download courses and watch later offline.  This is an activity provider solution that is possible but not what the specification means about offline  So what does offline mean?  You can setup a device to collect information and at a later time when it is online will transmit that data.  For example you could have a scanner at a classroom training. Scan everyone's badge that has attended and then afterwards when you plug that scanner in all those records will be transmitted automatically.  Maybe you read a book, you can go in later and record that as a learning statement
  • 12. Learning Record Store  A learning record store is a database that stores xAPI statements  Stores session data for E-learning courses  Provides APIs for storing and retrieving data  When looking for an LRS make sure it is fully xAPI compliant.  Detaches data from the system… you as the customer own the data! http://tincanapi.com/2015/04/16/tale-three-lrss/
  • 13. Do I still need an LMS
  • 14. Do I still need an LMS LMS (e.g. Moodle, Totara)  User Enrollments  Launching courses  Exam creation  User Forums  Performance Reviews  Classroom / Face to Face Training  Course assignments LRS (e.g. Learning Locker)  Recording statements (Activity)  Share information with other LRS  Reporting and analytics  Interface to statements and reports
  • 15. How do you get started?  The first thing to think about is what information do you want to track  Examples: Learning activities, Sales performance, Staff interactions  What are you going to use this data for?  Examples: Trending analysis, Gamification such as leaderboards, ROI tracking  Where can you get that data?  Examples: E-Learning, CRM, Website, Mobile APP  Map the data into statements  Example: Rob sold ProductA to CompanyB for £xx.xx profit
  • 16. How do you get started?  Make sure the activity provider can provide xAPI statements or can be configured to do so.  Where will the data go?  Example: If setting up Leaderboards make sure the system hosting them can pull data it needs from the LRS, using REST APIs  Setup a xAPI compliant LRS to start tracking those statements
  • 17. xAPI - The Only Limitation is Your Imagination  With xAPI the possibilities are endless  Think outside the LMS  Where does learning happen  Most importantly think what you can do with that data
  • 19. E-Learning Analytics SCORM Training Course Available in 3 languages Pass Fail Pass Fail
  • 20. E-Learning Analytics English, 70% French, 27% Spanish, 3% English French Spanish Tin Can Training Course Available in 3 languages English SpanishFrench
  • 21. E-Learning Analytics { "actor": { "mbox": "mailto:rob.faulkner@webanywhere.co.uk"}, "verb": { "id": "http://adlnet.gov/expapi/verbs/attended", "display": { “en-US": "attended" } }, "object": { "id": "http://learn.mydomain.com/activities/tin-can-learning-course", "objectType": "Activity", "definition": { "name": { “en-US": "Tin Can Learning Course“, “fr-FR”: “Cours d'apprentissage Tin Can”, “es-ES”: “Tincan Curso de Aprendizaje” }, } } “extensions": { “http://learn.mydomain.com/extensions/languageChosen": “Spanish“ } “results”: { “grade”: “pass”, “score”: 95 } }
  • 26. Performance vs. training and policies 0 5 10 15 20 25 Baseline Customer service training New documentation policy Product training course Customer Service call quality Avg. calls an hour Avg. Call lenght 2 Avg. Customer review
  • 27. Sales and Learning  What if we could make recommendations like…  90% of salespeople who took the ‘Sales Excellence’ course achieved their Q1 target  98% of sales of the ‘Washing Machine 3000’ were completed by salespeople who took the ‘Washing Sales’ course.  You’ve just completed the ‘How to sell Toasters’ course… did you know that on average salespeople who then completed ‘How to sell Microwaves’ increased their commission by 45%? CRM (e.g. Salesforce) LRS (e.g. Learning Locker) LMS (e.g. Moodle)
  • 28. What does an LRS look like?
  • 29. What does an LRS look like?
  • 30. What does an LRS look like?
  • 31. What does an LRS look like?
  • 32. Because it’s all API we can do whatever we want with the data Wed 8th July 2015, 3.14pm Tue 7th July 2015, 11.00am Tue 7th July 2015, 3.00pm Mon 6th July 2015, 2.20pm Mon 6th July 2015, 10.30am
  • 33. Thinking Points  Whenever and wherever training is happening think to yourself would it be helpful to have that data and what could I do with it.  Is my training effective?  What are the expected results of my training?  What other information can I gather to validate this?
  • 34. Conclusion  xAPI is one of the most flexible ways to collect data about staff learning and performance.  You can get the best results when all of your systems communicate together.  Bring your LMS, CMS, CRM, Call center data all into one place.  While having millions of training records readily available might seem overwhelming with reporting tools available nowadays getting actionable data out is actually quite easy.  Dream big, there really are no limitations anymore. With a little creativity we can change how education works for the better.
  • 35. Q&A
  • 36. Thank You Rob Faulkner – Presales Manager @ rob.faulkner@webanywhere.co.uk a @learnrob Jonathan Smith – Senior Sales Executive @ jonathan.smith@webanywhere.co.uk a @workplace_learn Webanywhere.co.uk  0113 3200 750 a @webanywhere t 6th Floor City Exchange, 11 Albion St, Leeds, LS1 5ES Webanywhere.us  (312) 588-7284 a @webanywhere_inc t 2nd Floor, 564 W. Randolph St, Chicago, IL 60661