Skip to content

Commit

Permalink
New: Added support for the cmi5 specification (Fixes #124) (#127)
Browse files Browse the repository at this point in the history
* Added support for the cmi5 specification

* help text updated, removed the (coming soon)

* README update

* Updated the code as per the code improvement suggestions

* Removed logs and updated endpoint URL to add trailing slash

* Update scripts/post-build.js

Co-authored-by: Cahir O'Doherty <[email protected]>

---------

Co-authored-by: Cahir O'Doherty <[email protected]>
  • Loading branch information
1 parent 121b55b commit 14100e4
Show file tree
Hide file tree
Showing 8 changed files with 630 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Some setup is required in order to configure the xAPI extension. If using a sta
|Setting|Default|Help|
|--|--|--|
|Is Enabled| `false` | Set to `true` to enable the extension
|Specification | `xApi` | This must be set
| Specification | xAPI or cmi5 | This must be set. Specify xAPI or cmi5 for course compliance. |
|Endpoint| | URL to the LRS endpoint
|User (or Key)| | This can be configured in your LRS, or omit if using ADL Launch mechanism
|Password (or Secret)| | (as above)
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"description": "An extension to track learner activity via xAPI",
"main": "/js/XAPIIndex.js",
"scripts": {
"postversion": "cp package.json bower.json"
"postversion": "cp package.json bower.json",
"adaptpostbuild": "/scripts/post-build.js"
},
"keywords": [
"adapt-plugin",
Expand Down
Loading

0 comments on commit 14100e4

Please sign in to comment.