'taoLtiBasicOutcome', 'label' => 'Result storage for LTI', 'description' => 'Implements the LTI basic outcome engine for LTI Result Server', 'license' => 'GPL-2.0', 'author' => 'Open Assessment Technologies', 'models' => [ 'http://www.tao.lu/Ontologies/taoLtiBasicOutcome.rdf#', ], 'install' => [ 'rdf' => [ __DIR__ . '/models/ontology/taoLtiBasicOutcome.rdf', ] ], 'update' => 'taoLtiBasicOutcome_scripts_update_Updater', 'constants' => [ # actions directory "DIR_ACTIONS" => $extpath . "actions" . DIRECTORY_SEPARATOR, # views directory "DIR_VIEWS" => $extpath . "views" . DIRECTORY_SEPARATOR, # default module name 'DEFAULT_MODULE_NAME' => 'taoLtiBasicOutcome', #default action name 'DEFAULT_ACTION_NAME' => 'index', #BASE PATH: the root path in the file system (usually the document root) 'BASE_PATH' => $extpath, #BASE URL (usually the domain root) 'BASE_URL' => ROOT_URL . '/taoLtiBasicOutcome', ] ];