TinCanJS
TinCanJS copied to clipboard
JavaScript library for the Experience API (Tin Can API)
I am trying to develop something where different users, running the xAPI package that I am developing, communicate information through a shared document using the Activity Profile. (a sort of...
Hello everyone, I did read the documentation but still not clear for me. I have a web application, and it has storyLine lectures. Can I use npm to install tincan...
As the title said, what are the differences? I cannot understand. They do the same thing, right? Do I have any advantages if I use this one?
As someone planning to use xAPI from Typescript code, it would be great if TinCanJS had javascript typings to assist with auto-complete and type-checking, but if type definitions exist I...
npm ERR! code E503 npm ERR! 503 Service Unavailable - GET https://nexus-nexus.delivery.squads-dev.com/repository/npm-proxy/tincanjs npm ERR! A complete log of this run can be found in: npm ERR! /Users/krkumar/.npm/_logs/2019-09-10T16_20_28_058Z-debug.log
`_initFromQueryString` in "TinCanJS/build/tincan-node.js" loads activity_id from url and creates a new `Tincan.activity` object. But if activity details are found in config, new activity object is created using those details and...
The last commit is from 2016. Is this repo still maintained? Any plans for the future?
https://github.com/RusticiSoftware/TinCanJS/blob/8733f14ddcaeea77a0579505300bc8f38921a6b1/src/LRS.js#L770-L786 When turning on attachment support the more link in the StatementResult is always null. Issue is in linked lines above. Code should be modified to grab the more value...
If you'd rather not npm scripts, lmk
Currently, if you don't specify either auth or username and password config properties (maybe you specify key and secret by mistake) and then try to make a request (e.g. send...