oat-sa/extension-tao-outcomeui
Composer 安装命令:
composer require oat-sa/extension-tao-outcomeui
包简介
extension to display the outcomes
README 文档
README
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:
composer require oat-sa/extension-tao-outcomeui
Install the extension on the CLI from the project root:
Linux:
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcomeui
Windows:
php tao\scripts\installExtension oat-sa/extension-tao-outcomeui
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
ServiceLocatorAwareInterfaceinterface.
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
ResultsViewerServicemodel.
Item results strategy
Provided new class oat\taoOutcomeUi\model\ItemResultStrategy to control exporting of results. Configuration provided
by environments variable
export ITEM_RESULT_STRATEGY=item_instance_label
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
$ sudo -u www-data php index.php '\oat\taoOutcomeUi\scripts\tools\RegisterDefaultResultCache'
Delete result cache for a delivery execution aka. result
$ sudo -u www-data php index.php 'oat\taoOutcomeUi\scripts\tools\DeleteResultCache' -u {deliveryExecutionUri}
Extension Wiki
You can find the extension wiki here.
oat-sa/extension-tao-outcomeui 适用场景与选型建议
oat-sa/extension-tao-outcomeui 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 93.13k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2014 年 11 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「QTI」 「OAT」 「TAO」 「computer-based-assessment」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 oat-sa/extension-tao-outcomeui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 oat-sa/extension-tao-outcomeui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 oat-sa/extension-tao-outcomeui 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
extension to manage key-value outcomes in TAO
extension to manage HTML items in TAO
flysystem cache Adapter
Extension that gathers development tools for TAO
An extension providing the necessary tools to create DataURIs.
统计信息
- 总下载量: 93.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 27
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2014-11-28
