Skip to content

DRGroveSoftwareLLC/xAPIVerbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xAPIVerbs

ADL Experience API Verbs

The Javascript file attaches an ADL object to the window allowing scripts to access the list of ADL Verbs, such as experienced, passed, imported and launched. This makes it easy to use the ADL Verbs, just include this file in your html and access it using json notation. See usage and examples below.

Usage

Include the script in your html

<script type="text/javascript" src="./js/verbs.js"></script>

Reference the verbs in javascript using json notation

var statement = {
  "actor" : {"mbox":"mailto:[email protected]"},
  "verb" : ADL.verbs.registered,
  "object" : {"id":"http://adlnet.gov/expapi/activities/using-xapi-verbs"}
};

Examples

see:

Languages

  • fr-FR France French
  • de-DE Germany German
  • en-US United States English
  • es-ES Spain Spanish

Help make it better

If you want to help make this better, please feel free to fork and make edits. Submit a pull request back to this project and we will review and pull it in.

If you natively speak a language that isn't in the display object of a verb, fork this project and add it. If you aren't comfortable with using GitHub, you can add an issue and let us know what language code and the translation for each verb.

Packages

No packages published

Languages

  • JavaScript 100.0%