oat-sa / extension-tao-outcome
extension to manage resultservers
Package info
github.com/oat-sa/extension-tao-outcome
Type:tao-extension
pkg:composer/oat-sa/extension-tao-outcome
Requires
- oat-sa/generis: >=16.2.2
- oat-sa/lib-tao-dtms: ^1.0.1
- oat-sa/oatbox-extension-installer: ~1.1||dev-master
- oat-sa/tao-core: >=54.49.5
- qtism/qtism: >=0.25.0
Requires (Dev)
- oat-sa/extension-tao-delivery: >=15.10.0
- oat-sa/extension-tao-delivery-rdf: >=14.16
- oat-sa/extension-tao-outcomerds: >=8.3
- oat-sa/extension-tao-testqti: >=45.0
This package is auto-updated.
Last update: 2026-05-23 15:15:25 UTC
README
Result Core Extension. Provides a results server management, exposes interfaces for results data submission
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-outcome is very likely already installed. You can verify this under Settings -> Extension
manager, where it would appear on the left hand side as taoResultServer. 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-outcome
Install the extension on the CLI from the project root:
Linux:
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcome
Windows:
php tao\scripts\installExtension oat-sa/extension-tao-outcome
As a system administrator you can also install it through the TAO Extension Manager:
- Settings (the gears on the right hand side of the menu) -> Extension manager
- Select taoResultServer on the right hand side, check the box and hit install
REST API
Configuration options
qtiResultsService.conf.php
Description: Returns the storage engine of the result server.
Possible values:
- Objects of a class that implements the
QtiResultsServiceinterface.
ResultAliasService.conf.php
Description: Default implementation of service treats delivery execution id as result id and vice versa.
Possible values:
- Objects of a class that implements the
ResultAliasServiceinterface.
resultservice.conf.php
Configuration option result_storage
Description: Gets tao results storage.
Possible values:
- Objects of a class that implements the
ResultServerServiceinterface.
Command to switch to file storage
php index.php '\oat\taoResultServer\scripts\install\InstallFileStorage'
Extension Wiki
You can find the extension wiki here.
