1 / 25

Tracking Player Progress in Serious Games with xAPI - Peter Guenther

xAPI (The Experience API, also known as TinCan) is picking up momentum in the industry for tracking progress and completion. The xAPI standard has a flexible vocabulary for describing learning events, including specific elements for Serious Games and related (Virtual Reality and Augmented Reality) experiences. In this session, we’ll look at the structure of xAPI statements and delve into the vocabulary, focusing on how it can best be used within Serious Games, and we’ll take a brief look at specific implementation within Unity3D projects through open-source code created by the speaker.

Download Presentation

Tracking Player Progress in Serious Games with xAPI - Peter Guenther

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tracking Player Behavior in Serious Games with xAPI PETER GUENTHER, TORRANCELEANING SERIOUS PLAY NY 2018

  2. Who Am I? Who Are You? Peter Guenther Senior Software Developer, Software and Platforms Team, TorranceLearning Former teacher, bootcamp instructor Game and Serious Game enthusiast Role? Level of Unity experience/interest Familiarity with xAPI Familiarity with SCORM

  3. What is xAPI? The eXperience API A way for programs to send or request information online A REST API Application Programming Interface Representational State Transfer (REST) is a specific architecture for APIs Uses web protocols (HTTP, HTTPS) to communicate data Uses JSON data to represent information Who’s using xAPI? https://xapi.com/adopters/

  4. xAPI vs SCORM SCORM didn’t give us much info Time, score, location, status, answers xAPI encodes learning/performance data in a rich, flexible format and doesn’t require a web browser Activity Statements: actor verb object (context) (result) In Oct 2017, DoDI 1322.26 Distributed Learning (DL) advises SCORM or xAPI compliance  See also: https://xapi.com/scorm-vs-the-experience-api-xapi/

  5. Why xAPI? Interoperability: works with all kinds of systems Allows comparison of data between learning activities, courses, platforms Can connect learning activities to performance Can be a source of personalization/differentiation Works at scale

  6. Learning Management System Learning Record Provider Course/ Game Learning Record Store(LRS) Activity xAPI Statement

  7. LRS VENDORS

  8. Why xAPI continued… -Why not Unity Analytics? xAPI allows you to store data from every game, every other instructional interaction, and even performance data In the same format In the same place

  9. xAPI Statements actor verb object (context) (result) The person engaged in the learning Name Email address (mbox)

  10. xAPI Statements actor verb object (context) (result) The action in the activity Display verb (plain English) Identifier (shaped like a URL) Ideally a standard verb from a list

  11. xAPI Statements actor verb object (context) (result) What’s being acted upon Could be a course, interaction, question, game, quest, item… Display name (plain English) Identifier (shaped like a URL)

  12. xAPI Statements actor verb object (context) (result) Almost everything else Parent object Grouping object Extensions

  13. xAPI Statements actor verb object (context) (result) How the learner/player did Response Completion (true/false) Success (true/false) Score (raw, scaled, min, max)

  14. Under the Hood It’s really all JSON data…

  15. SO HOW DOES THIS FIT IN WITH SERIOUS GAMES?

  16. xAPI Analytics: Rocket League and Watershed https://www.watershedlrs.com/blog/products/xapi-data-privacy

  17. Profiles xAPI Profiles allow for application-specific concepts, patterns, etc. Relevant xAPI profiles include Serious Games Virtual Patient Augmented Reality? (Community of Practice)

  18. Serious Games xAPI Vocab Completable: “something a player can start, progress and complete in a game, maybe several times.” Initialized Progressed (progress) Completed (ending) John Doe completed with "Princess Rescued" in "Super Mario Bros." at "Jan 20, 2016 12:35:13 UTC" John Doe completed with "Game Over" in "Super Mario Bros." at "Jan 20, 2016 12:35:13 UTC"

  19. Serious Games xAPI Vocab Continued  Begin attempt  Enter level  Met sage  Pick up scroll  Return scrolls  Find the exit  Abandoned  Won the game passed  Lost the game initialized initialized initialized collected* completed completed abandoned xAPIQuest xAPIQuest Level 1 Find the Scrolls Quest Scroll# Find Scrolls Quest-success Level 1-success xAPIQuest xAPIQuest failed

  20. Sending xAPI Statements from Unity3D Games Rustici has a C# library for xAPI Unity3D has limitations: Doesn’t have the full C# functionality--specialized web functions Doesn’t completely support serialization--problems turning objects into JSON Work to adapt the Rustici library or come up with an alternative?

  21. Solutions

  22. Solutions continued

  23. Solutions continued

  24. Resources TorranceLearning xAPI Cohort & Party http://www.torrancelearning.com/xapi-cohort/ Serious Games xAPI Profile http://xapi.vocab.pub/describe/?url=https://w3id.org /xapi/seriousgames My Unity3D xAPI code https://github.com/pguenthe/xAPI_Labyrinth

More Related