Skip to content

Commit 14100e4

Browse files
New: Added support for the cmi5 specification (Fixes #124) (#127)
* 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]>
1 parent 121b55b commit 14100e4

File tree

8 files changed

+630
-39
lines changed

8 files changed

+630
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Some setup is required in order to configure the xAPI extension. If using a sta
1010
|Setting|Default|Help|
1111
|--|--|--|
1212
|Is Enabled| `false` | Set to `true` to enable the extension
13-
|Specification | `xApi` | This must be set
13+
| Specification | xAPI or cmi5 | This must be set. Specify xAPI or cmi5 for course compliance. |
1414
|Endpoint| | URL to the LRS endpoint
1515
|User (or Key)| | This can be configured in your LRS, or omit if using ADL Launch mechanism
1616
|Password (or Secret)| | (as above)

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"description": "An extension to track learner activity via xAPI",
1515
"main": "/js/XAPIIndex.js",
1616
"scripts": {
17-
"postversion": "cp package.json bower.json"
17+
"postversion": "cp package.json bower.json",
18+
"adaptpostbuild": "/scripts/post-build.js"
1819
},
1920
"keywords": [
2021
"adapt-plugin",

0 commit comments

Comments
 (0)