the experience api (xapi) - learning can happen everywhere ... · sample xapi statements informal...

20
MZINGA l MAKING SOCIAL WORK l MZINGA.COM 1 The Experience API (xAPI) - Learning Can Happen Everywhere. Let's start here. Presented by Mzinga, Inc.

Upload: others

Post on 22-Aug-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 1

The Experience API (xAPI) - Learning

Can Happen Everywhere.

Let's start here.

Presented by Mzinga, Inc.

Page 2: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 2

Being social is about interacting & engaging each other & sharing ideas… so the best way to experience it, is to just jump in and do it!

Feel free to tweet about our discussion (#mzinga). We will also be continuing the discussion on Twitter after our webinar for 30 minutes.

Join the chat. If you have any advance questions during the presentation, just add them into the chat now and we’ll address them at the end of the session

We also know some of you will prefer to just listen; that’s cool too

After the event, the

following materials will

be made available to all

of you:

• Presentation slides

• Webinar recording

Session Follow-up

A Few Housekeeping Items…

Page 3: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 3

Agenda

About Mzinga

Why should you care about a new learning standard?

What is the Experience API (xAPI)?

What is Mzinga going to do with it?

Demonstration

Q&A

Page 4: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 4

About The Presenters

Tamie Johnson

• Vice President of Social Learning

Danielle Tully

• Senior Software Architect

Casey Singer

• Senior Technical Solutions Engineer

Page 5: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 5

Who is Mzinga?

Technology & Services

Robust social software technology suite

SaaS deployment

Scalable solution platform with flexible deployment options

Strategic consulting, learning & moderation services

Broadest Solution Set

Targeted social software solutions for:

• Marketing

• Employee collaboration & training

• Customer engagement & training

• Customer support

Company Headquartered in Burlington, MA

100 employees including network of 50 multilingual social media professionals

Experience Service millions of users across hundreds of leading brands worldwide

Page 6: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 6

What is OmniSocial Learning?

A flexible and SaaS

based social learning

platform, that can be

implemented quickly,

easily and deployed in

multiple ways, to help

organizations perform

and excel through

Customer and

Employee focus.

Page 7: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 7

Why should you care?

Page 8: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 8

What is the Experience API (xAPI, TinCan

API)? What It is not!

What xAPI is:• Standard developed by

Advanced Distributed Learning (ADL)

• The next version of SCORM –data standard for reporting learning activities

What xAPI is not:• A complete replacement for

SCORM

• Content Authoring

• Content Delivery

• Replacement for LMS

• Application

Page 9: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 9

What else is needed?

Learning Record Store

• Database designed to store xAPI statements

• Central repository to track informal learning activities

• Standalone or seamlessly built into an LMS

Wrapped Content that you want to track

• Videos

• Documents

• Collaboration

• Life Events

Page 10: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 10

From the ADL (Advanced Distributed

Learning):

Component of the Training and Learning Architecture (TLA)

Purpose is to store and provide access to learning experiences

Enables tracking of traditional records, such as scores and completions

Stores records of learners’ actions, such as reading an article or watching a training video.

Designed to provide tracking of activity, content, and training outside of a web browser

Page 11: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 11

Lets get into

the meat

Page 12: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 12

Sample xAPI statements

Informal LearningTamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere” on Twitter

Casey watched “Setting up a Learning Record Store” on YouTube with Tamie

Personalized LearningTamie completed “Advanced Leadership” with result 89% on Mzinga LMS

Casey answered “Question 1” on Intro to LRS training course with a result of 100%

Performance TrackingMike closed a deal with ABC Company

for $5,000

Nancy completed a “Project 15” with

ABC Company in 3 days

Analysis & Visualization

Page 13: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 13

Sample xAPI code

Casey Singer attended the “xAPI Presentation”

{

"actor": {

"name": "Casey Singer",

"mbox": "[email protected]"

},

"verb": {

"id": "http://adlnet.gov/expapi/verbs/attended",

"display": {

"en-US": "attended"

},

"object": {

"id": "http://mzinga.com/xAPI_Presentation",

"definition": {

"name": { "en-US": "xAPI Presentation" }

}

}

}

Page 14: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 14

How will Mzinga use it? Phase 1

LRSLearners Launch Content from multiple devices

The LMS provides the content with location of the LRS (endpoint)

The content requests and sends data to the LRSThe LMS and LRS

communicate to show learner history and activities.

Page 15: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 15

How will Mzinga use it? Phase 2

LRSLearners Launch Content from multiple devices

The LMS provides the content with location of the LRS (endpoint)

The content requests and sends data to the LRS

The LMS and LRS communicate to show learner history and activities.

Consistent Integrations with 3rd

Party ToolsAdditional API’s

Additional Reporting/Syncing

LRS Utilities

Page 16: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 16

LMS Integration with xAPI

Page 17: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 17

Mzinga Learning Record Store

Page 18: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 18

Future of the LRS/xAPI integration

LRS

LRS LRSLRS

User

LMS

Web Content Games

Social

Dashboards

Everyday Life Experiences

Imagine

3rd Party Content

Real World Learning External Applications & LMS’s

External Events

Books

Page 19: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 19

Q&A

Page 20: The Experience API (xAPI) - Learning Can Happen Everywhere ... · Sample xAPI statements Informal Learning Tamie favorited “The Experience API (xAPI): Learning Can Happen Everywhere”

MZINGA l MAKING SOCIAL WORK l MZINGA.COM 20

Thank you!

Visit us at Mzinga.com

Contact us at

[email protected]