https://github.com/fed/lrn-examples
Learnosity's Question Editor and Author APIs examples
https://github.com/fed/lrn-examples
learnosity
Last synced: about 2 months ago
JSON representation
Learnosity's Question Editor and Author APIs examples
- Host: GitHub
- URL: https://github.com/fed/lrn-examples
- Owner: fed
- Created: 2018-05-02T01:54:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T03:41:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T13:33:17.165Z (3 months ago)
- Topics: learnosity
- Language: HTML
- Homepage: https://docs.learnosity.com/developers
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learnosity Examples
## Running the project locally
For most examples just run:
```
yarn install
yarn start
```and browse to http://localhost:6789.
To test the *Author API* examples run the following command on the root folder (provided you are on a Mac):
```
php -S localhost:8000
```and browse to http://localhost:8000/author-api/www/authoring-items.php.
## References
* [Conceptual Overview: Activities, items, questions, features, sessions.](https://docs.learnosity.com/developers/developerguide/conceptualoverview)
* [APIs Overview](https://docs.learnosity.com/developers/developerguide/apioverview)
* [Developer Tutorials: embedding and using the Learnosity APIs in your application.](https://docs.learnosity.com/developers/developerguide/tutorials)
* [Question Editor API](https://docs.learnosity.com/authoring/questioneditor/index)
* [Author API](https://docs.learnosity.com/authoring/author/index)