oat-sa / extension-tao-outcomelti
extension to manage LTI outcome for TAO
Installs: 68 970
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 50
Forks: 4
Type:tao-extension
Requires
- oat-sa/extension-tao-lti: >=12.0.0
- oat-sa/extension-tao-outcome: >=13.0.0
- oat-sa/generis: >=15.22
- oat-sa/oatbox-extension-installer: ~1.1||dev-master
- dev-master
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.5
- v5.0.4.1
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.0.0
- v3.4.1
- v3.4.0
- v3.3.1
- v3.2.1
- v3.2.0
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.0.1
- v3.0.0
- v2.6.2
- v2.6.1
- v2.6
- 2.6-beta
- dev-develop
- dev-fix/update-autoRelease-action-with-bot-user
- dev-release-5.0.4.1
- dev-hotfix/AUT-2995/add-brazilian-portuguese-language
- dev-fix/NCC-152/AssignmentsReportKeepsTracksOfAssignment
- dev-feature/TAO-7682-fix-nightly-tests
- dev-release-3.1.8
- dev-TAO-5272/stateless_results
- dev-dev-act
- dev-mpdeploy
- dev-OAT-55-migrate
- dev-quality
- dev-new-design
This package is auto-updated.
Last update: 2024-11-16 15:29:52 UTC
README
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 and follow the installation instructions.
If you installed your TAO instance through 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:
composer require oat-sa/extension-tao-outcomelti
Install the extension on the CLI from the project root:
Linux:
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcomelti
Windows:
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.