https://github.com/oat-sa/extension-tao-outcomelti
deprecated extension to manage LTI outcome for TAO, do not use
https://github.com/oat-sa/extension-tao-outcomelti
Last synced: 6 months ago
JSON representation
deprecated extension to manage LTI outcome for TAO, do not use
- Host: GitHub
- URL: https://github.com/oat-sa/extension-tao-outcomelti
- Owner: oat-sa
- License: gpl-2.0
- Created: 2014-07-24T08:24:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T14:18:32.000Z (about 1 year ago)
- Last Synced: 2024-10-31T23:04:14.190Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 232 KB
- Stars: 2
- Watchers: 50
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TAO _taoLtiBasicOutcome_ extension



> Extension implements the LTI basic outcome engine for LTI Result Server
## Installation instructions
These instructions assume that you have already a TAO installation on your system. If you don't, go to
[package/tao](https://github.com/oat-sa/package-tao) and follow the installation instructions.If you installed your TAO instance through [package/tao](https://github.com/oat-sa/package-tao),
`oat-sa/extension-tao-outcomelti` is very likely already installed. You can verify this under _Settings -> Extension
manager_, where it would appear on the left hand side as `taoLtiBasicOutcome`. Alternatively you would find it in
the code at `/config/generis/installation.conf.php`._Note, that you have to be logged in as System Administrator to do this._
Add the extension to your TAO composer and to the autoloader:
```bash
composer require oat-sa/extension-tao-outcomelti
```Install the extension on the CLI from the project root:
**Linux:**
```bash
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcomelti
```**Windows:**
```bash
php tao\scripts\installExtension oat-sa/extension-tao-outcomelti
```As a system administrator you also install it through the TAO Extension Manager:
- Settings (the gears on the right hand side of the menu) -> Extension manager
- Select _taoLtiBasicOutcome_ on the right hand side, check the box and hit _install_## Extension Wiki
You can find the [extension wiki here](https://github.com/oat-sa/extension-tao-outcomelti/wiki).