sanduhrs / xAPIVerbs

ADL Experience API Verbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:tom@example.com"},
  "verb" : ADL.verbs.registered,
  "object" : {"id":"http://adlnet.gov/expapi/activities/using-xapi-verbs"}
};

Examples

see:

Languages

  • 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.

About

ADL Experience API Verbs

License:Apache License 2.0


Languages

Language:JavaScript 100.0%