Download the PHP package oat-sa/extension-tao-outcomeui without Composer
On this page you can find all versions of the php package oat-sa/extension-tao-outcomeui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oat-sa/extension-tao-outcomeui
More information about oat-sa/extension-tao-outcomeui
Files in oat-sa/extension-tao-outcomeui
Package extension-tao-outcomeui
Short Description extension to display the outcomes
License GPL-2.0-only
Homepage http://www.taotesting.com
Informations about the package extension-tao-outcomeui
TAO taoOutcomeUi extension
Extension implements resultServer interface to store results using ontology/statements table
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-outcomeui
is very likely already installed. You can verify this under Settings -> Extension
manager, where it would appear on the left hand side as taoOutcomeUi
. 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 also install it through the TAO Extension Manager:
- Settings (the gears on the right hand side of the menu) -> Extension manager
- Select taoOutcomeUi on the right hand side, check the box and hit install
Configuration options
resultService.conf.php
Configuration option class
Description : contains the class name of a delivery results service.
Possible values of the class
key:
- an instance of any class that implements the
ServiceLocatorAwareInterface
interface.
Configuration option resultColumnsChunkSize
Description : contains a chunk size value.
Possible values of the resultColumnsChunkSize
key:
- a preset integer value of
20
resultViewer.conf.php
Configuration option deleteDeliveryExecutionDataServices
Description: an instance of any class that implements the ServiceLocatorAwareInterface
interface.
Possible values:
- a
ResultsViewerService
model.
Item results strategy
Provided new class oat\taoOutcomeUi\model\ItemResultStrategy
to control exporting of results. Configuration provided
by environments variable
Support 4 type of configuration:
item_entity
- legacy behavior all item variables collected for export as single item (even if item used in test more than 1 time). Labels for columns provided by combination of item label and variable contextitem_instance_label
- all item variables collected for export consideringassessmentItemRef
(data will be exported for every single item instance used in test). Labels for columns provided by combination item label and variable contextitem_instance_item_ref
- all item variables collected for export consideringassessmentItemRef
(data will be exported for every single item instance used in test). Labels for columns provided by combination of assessmentItemRef value and variable contextitem_instance_label_item_ref
- all item variables collected for export consideringassessmentItemRef
(data will be exported for every single item instance used in test). Labels for columns provided by combination of assessmentItemRef value, item label and variable context
if environment variable not provided default value will be considered as item_instance_label_item_ref
Registering default (phpfile) result page cache
Delete result cache for a delivery execution aka. result
Extension Wiki
You can find the extension wiki here.
All versions of extension-tao-outcomeui with dependencies
oat-sa/generis Version >=15.22
oat-sa/tao-core Version >=53.7.1
oat-sa/extension-tao-item Version >=11.0.0
oat-sa/extension-tao-delivery-rdf Version >=14.0.0
oat-sa/extension-tao-delivery Version >=15.0.0
oat-sa/extension-tao-test Version >=15.0.0
oat-sa/extension-tao-testqti Version >=47.2.3
oat-sa/extension-tao-testtaker Version >=8.0.0