TinCanJS
TinCanJS copied to clipboard
JavaScript library for the Experience API (Tin Can API)
Tested in: - [ ] Chrome xx - [ ] FireFox xx - [ ] Safari xx - [ ] Brave xx - [ ] IE Edge - [ ]...
Hi, I use cryptojs in my project and I have a problem when I use a libraire that he includes it directly in his build. Could you use the classic...
I am creating/consuming signed statements. I would like to be able to get at the original string of the statement in a multi-part response. In LRS.js line 237, you could...
See https://github.com/adlnet/xAPI-Spec/pull/566
https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#stateapi
Should be able to more freely detect additional schemes and punt to the user to know when their code fails on a particular scheme, for instance `file://` which is where...
The `more` property value from a `GET /statements` request may be an empty string if there are no more results available. The constructor for `StatementsResult` should handle this case in...
`more` links returned from fetching with attachments won't be handled correctly by `LRS.moreStatements` as there needs to be special handling similar to what occurs in `LRS.queryStatements`.
Only the statements get passed to `TinCan.StatementsResult` when the request config includes the `attachments` option.