Florian Tolk

Results 9 comments of Florian Tolk

Server is back up again. Thanks for reaching out! We are currently working on transitioning to a new server at https://profiles.usalearning.net/

In order to do this, you just need to generate a profile to track this data. If you are unfamiliar with xAPI Profiles, you can [find information here](https://github.com/adlnet/xapi-profiles). We also...

Thanks for your interest in xAPI! A good place to start when trying to understand why xAPI uses the Actor-Verb-Object model would be the Activity Streams Spec: [https://www.w3.org/TR/activitystreams-core/](https://www.w3.org/TR/activitystreams-core/) Hopefully this...

Good Morning @darshit7, is this what you were looking for? ``` //Sets up the wrapper var wrapper = ADL.XAPIWrapper; wrapper.changeConfig({ "endpoint": "https://lrs.adlnet.gov/xapi/", "auth": "Basic " + toBase64('user:password') }); //baseURI is...

New pull request should resolve these issues

To run the server: 1. Make sure you have both [Node.js](https://nodejs.org/en/download/) and [Mongodb](https://www.mongodb.com/download-center#community) installed. 2. Run mongod and leave it running 3. Open command prompt, and `cd` to the xapi-launch...

This may be a silly question, but are you using the latest of version of this project? The only time we can find this error message is with a very...

https://github.com/adlnet/xapi-launch You can also create an account [here](https://github.com/adlnet/xapi-launch) if you don't want to set up your own right away. However, this does somewhat limit you in what you can do....