Webinar for xAPI Chinese CoP (X Talks) Interviewed with Jessie Chuang Mark Berthelemy...

download Webinar for xAPI Chinese CoP (X Talks) Interviewed with Jessie Chuang Mark Berthelemy mberthelemy@wyversolutions.co.uk Licensed under CC BY-NS-SA.

If you can't read please download the document

Transcript of Webinar for xAPI Chinese CoP (X Talks) Interviewed with Jessie Chuang Mark Berthelemy...

  • Slide 1

Webinar for xAPI Chinese CoP (X Talks) Interviewed with Jessie Chuang Mark Berthelemy [email protected] Licensed under CC BY-NS-SA Slide 2 Two case studies Continuing Professional Development (CPD) management system Software training simulation Slide 3 Slide 4 Why xAPI? Capture data from any activity, not just those in the LMS Slide 5 xAPI design required Identify use cases Identify data required for use case Identify or create vocabulary for use case Mockup statements for use by developers How will actors be identified consistently? How will activities be identified consistently? Slide 6 Learning Record Store (Learning Locker) Backend database (Moodle) Front end (Javascript application) Secure communication backend (nodeJS) Authentication & user profile (Twitter) Group membership Roles Course enrollments Activities Aggregated reports Activities Aggregated reports Slide 7 Why xAPI? Richer data than SCORM, allows deeper analytics Offers ability to correlate data from real application usage Slide 8 xAPI design required Identify reporting requirements Identify data required to generate reports Identify vocabulary needed in statements Identify when statements will be sent How will actors be identified consistently? How will activities be identified consistently? Slide 9 xAPI implementation questions What reports will be required? Does the data need to work outside of the organisation? What vocabulary will you use for verbs, activity types, extensions, and contexts? How will you identify actors? How will you identify activities? Slide 10 xAPIs killer application Slide 11 Slide 12 INTRODUCTION TO XAPI Slide 13 Statements State Activity profiles Agent profiles Slide 14 Slide 15 {Actor} {Verb} {Object} {Actor} {Verb} {Activity} {Context} {Result} Simplest form g More useful g A means of identifying the user a What did the user do? a What did they do it to? a Where did they do it? a What did the activity result in? a Slide 16 { "actor": { "objectType": "Agent", "account": { "homePage": "https://www.company.com", "name": "GUID12345" } }, "verb": { "id": "http://adlnet.gov/expapi/verbs/experienced", "display": { "en-GB": "experienced" } }, "object": { "objectType": "Activity", "id": "http://www.company.com/schema/1.0/activity/activityGUID123", "definition": { "type": "http://activitystrea.ms/schema/1.0/event", "name": { "en-GB": "Health and safety - manual handling" }, "description": { "en-GB": "A practical course on manual handling" }, "extensions": { "http://www.company.com/schema/1.0/extensions/provider": { "name": "All hands on deck training", "homePage": "http://www.all-hands.com" } }, "result": { "extensions": { "http://www.company.com/schema/1.0/extensions/competence-achieved": "yes" } }, "context": { "contextActivities": { "category": [ { "id": "http://www.company.com/schema/1.0/categories/health-safety", "definition": { "name": { "en-GB": "Health and Safety" }, "type": "http://www.company.com/schema/1.0/activitytype/category" } ] } }, "timestamp": "2015-06-27T23:59Z" } Slide 17 Slide 18 Slide 19 Security Any web-based resource can generate statements All calls to the LRS require credentials Credentials should be secret Communication should be server to server Slide 20 Other APIs State: a scratch pad for an activity provider to keep useful data for this actor Activity profile:core metadata about an activity Agent profile:user-defined metadata about an agent