tao-test/app/taoLtiBasicOutcome/includes/constants.php

21 lines
522 B
PHP

<?php
/*
* @author CRP Henri Tudor - TAO Team - {@link http://www.tao.lu}
* @license GPLv2 http://www.opensource.org/licenses/gpl-2.0.php
*
*/
/**
* @deprecated
*/
$todefine = [
// not used
'TAO_LTI_BASIC_OUTCOME_RESULT_SERVER_EXAMPLE' => 'http://www.tao.lu/Ontologies/taoLtiBasicOutcome.rdf#ltiBasicOutcomeExample',
// not used
'TAO_LTI_BASIC_OUTCOME_MODEL' => 'http://www.tao.lu/Ontologies/taoLtiBasicOutcome.rdf#LtiResultServerModel',
'LTI_OUTCOME_VARIABLE_IDENTIFIER' => 'LtiOutcome'
];