Skip to content
Snippets Groups Projects
Commit 8fe45756 authored by David Pesce's avatar David Pesce
Browse files

fix: use standard LMS activity type

parent 373dea92
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class Event extends PhpObj {
*/
const CONTEXT_EXT_KEY = 'http://lrs.learninglocker.net/define/extensions/moodle_logstore_standard_log';
protected static $xapitype = 'http://lrs.learninglocker.net/define/type/moodle/';
protected static $xapitype = 'http://id.tincanapi.com/activitytype/lms';
/**
* Reads data for an event.
......
......@@ -25,7 +25,7 @@ use \XREmitter\Events\Event as Event;
use \Locker\XApi\Statement as Statement;
abstract class event_test extends \advanced_testcase {
protected static $xapitype = 'http://lrs.learninglocker.net/define/type/moodle/';
protected static $xapitype = 'http://id.tincanapi.com/activitytype/lms';
protected static $recipename;
/**
......
......@@ -24,7 +24,7 @@ use \PHPUnit_Framework_TestCase as PhpUnitTestCase;
use \MXTranslator\Events\Event as Event;
abstract class event_test extends \advanced_testcase {
protected static $xapitype = 'http://lrs.learninglocker.net/define/type/moodle/';
protected static $xapitype = 'http://id.tincanapi.com/activitytype/lms';
protected static $recipename;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment