Download the PHP package oat-sa/extension-tao-outcome without Composer
On this page you can find all versions of the php package oat-sa/extension-tao-outcome. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oat-sa/extension-tao-outcome
More information about oat-sa/extension-tao-outcome
Files in oat-sa/extension-tao-outcome
Package extension-tao-outcome
Short Description extension to manage resultservers
License GPL-2.0-only
Homepage http://www.taotesting.com
Informations about the package extension-tao-outcome
TAO taoResultServer extension
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:
Install the extension on the CLI from the project root:
Linux:
Windows:
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
QtiResultsService
interface.
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
ResultAliasService
interface.
resultservice.conf.php
Configuration option result_storage
Description: Gets tao results storage.
Possible values:
- Objects of a class that implements the
ResultServerService
interface.
Command to switch to file storage
Extension Wiki
You can find the extension wiki here.
All versions of extension-tao-outcome with dependencies
oat-sa/generis Version >=15.22
oat-sa/tao-core Version >=50.24.6
oat-sa/lib-tao-dtms Version ^1.0.1
qtism/qtism Version >=0.25.0