48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "oat-sa/extension-tao-testqti-previewer",
|
|
"description": "extension that provides QTI test previewer",
|
|
"type": "tao-extension",
|
|
"authors": [
|
|
{
|
|
"name": "Open Assessment Technologies SA"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"tao",
|
|
"oat",
|
|
"QTI",
|
|
"previewer",
|
|
"computer-based-assessment"
|
|
],
|
|
"homepage": "http://www.taotesting.com",
|
|
"support": {
|
|
"forum": "http://forum.taotesting.com",
|
|
"issues": "http://forge.taotesting.com"
|
|
},
|
|
"license": [
|
|
"GPL-2.0-only"
|
|
],
|
|
"extra": {
|
|
"tao-extension-name": "taoQtiTestPreviewer"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
|
|
"oat-sa/generis" : ">=14.0.0",
|
|
"oat-sa/tao-core" : ">=47.0.0",
|
|
"oat-sa/extension-tao-item" : ">=11.11.2",
|
|
"oat-sa/extension-tao-outcomeui" : ">=10.0.0",
|
|
"oat-sa/extension-tao-itemqti" : ">=28.9.2",
|
|
"oat-sa/extension-tao-testqti" : ">=41.0.0",
|
|
"oat-sa/extension-tao-test" : ">=15.0.0",
|
|
"oat-sa/extension-tao-delivery" : ">=15.0.0",
|
|
"oat-sa/extension-tao-outcome" : ">=13.0.0",
|
|
"qtism/qtism": "~0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"oat\\taoQtiTestPreviewer\\": ""
|
|
}
|
|
}
|
|
}
|