Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adlnet/xapi-lab
Assisting in developing xAPI statements and communicating with a Learning Record Store (LRS)
https://github.com/adlnet/xapi-lab
Last synced: 2 months ago
JSON representation
Assisting in developing xAPI statements and communicating with a Learning Record Store (LRS)
- Host: GitHub
- URL: https://github.com/adlnet/xapi-lab
- Owner: adlnet
- License: mit
- Archived: true
- Created: 2015-02-11T22:01:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T17:02:35.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T01:26:30.936Z (6 months ago)
- Language: HTML
- Homepage: http://adlnet.github.io/xapi-lab
- Size: 244 KB
- Stars: 33
- Watchers: 19
- Forks: 23
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xapi-lab
Assisting in developing xAPI statements and communicating with a Learning Record Store (LRS) utilizing the [XAPIWrapper](https://github.com/adlnet/xAPIWrapper).### Features
- Auth configuration
- Complex Statement Builder
- Send and Receive Statements
- JSON Validation
- Communication with Document APIsRefer to the [xAPI Spec](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md) when using this tool to better understand how all the components work together.
[Live Demo](http://adlnet.github.io/xapi-lab)
#Installation
Run `git clone https://github.com/adlnet/xapi-lab`
##Use
Host the github project files on your server. Launch index.html.## Contributing to the project
We welcome contributions to this project. Fork this repository, make changes, and submit pull requests. If you're not comfortable with editing the code, please [submit an issue](https://github.com/adlnet/xapi-lab/issues) and we'll be happy to address it.## License
Copyright ©2016 Advanced Distributed LearningLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.