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

backing out a change to assignment_submitted that was an accident

parent 48f19125
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -20,7 +20,7 @@ defined('MOODLE_INTERNAL') || die();
class AssignmentSubmitted extends Event { class AssignmentSubmitted extends Event {
protected static $verbdisplay = [ protected static $verbdisplay = [
'en' => 'submitted' 'en' => 'completed'
]; ];
/** /**
...@@ -32,7 +32,7 @@ class AssignmentSubmitted extends Event { ...@@ -32,7 +32,7 @@ class AssignmentSubmitted extends Event {
public function read(array $opts) { public function read(array $opts) {
return array_merge_recursive(parent::read($opts), [ return array_merge_recursive(parent::read($opts), [
'verb' => [ 'verb' => [
'id' => 'http://adlnet.gov/expapi/verbs/submitted', 'id' => 'http://adlnet.gov/expapi/verbs/completed',
'display' => $this->read_verb_display($opts), 'display' => $this->read_verb_display($opts),
], ],
'object' => $this->read_module($opts), 'object' => $this->read_module($opts),
......
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