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.
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"}
};
see:
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.