Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Experience API (xAPI) is a specification that defines how to store and retrieve learning experiences across various sources for analysis. Recording learning experiences in this way improves the ability to comprehend and compare learning experiences and their outcomes.

DATA MODELS

The xAPI provides four data models for recording elements of a learning experience, these are:

  • Statements which are an immutable record of an agent’s interaction with an activity. A set of statements can be used to track a complete learning experience. Voiding can be used to invalidate previous statements, henceforth removing them from normal retrieval methods.

  • Activity Profiles that record additional mutable (dynamic) information about an activity for use inside the learning activity (e.g. an expiration date). This isn't heavily used.

  • Agent Profiles that record additional mutable information about a learner for use inside a learning activity (e.g. their language or accessibility preferences). This isn't heavily used.

  • State is for storing dynamic things specific to the learner and the learning activity (e.g. their progress through the activity). This is heavily used.

USING THE XAPI

To begin using the xAPI in Learning Locker, you can checkout our guides for integrating with Learning Lockerinserting statements, and retrieving statements. For more detailed documentation of the xAPI conformant HTTP interfaces that Learning Locker provides, you can checkout the xAPI HTTP interface documentation.

  • No labels