Skip to content

Commit

Permalink
Merge branch 'release-48.13.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 27, 2024
2 parents 40c520a + e273b79 commit 03aab3f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion models/classes/QtiCategoryPresetProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Copyright (c) 2017 (original work) Open Assessment Technologies SA;
* Copyright (c) 2024 (original work) Open Assessment Technologies SA;
*/

namespace oat\taoQtiTest\models;
Expand Down Expand Up @@ -216,6 +216,13 @@ public function registerPresets(TestCategoryPresetProvider $presetService)
'order' => 700,
'pluginId' => 'zoom'
]),
TestCategoryPreset::fromArray([
'id' => 'printable',
'label' => __('Print Out'),
'qtiCategory' => 'x-tao-printable',
'description' => __('Allow a Test Taker to print out the item.'),
'order' => 700,
]),
TestCategoryPreset::fromArray([
'id' => 'apiptts',
'label' => __('APIP Text To Speech'),
Expand Down

0 comments on commit 03aab3f

Please sign in to comment.