mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
Merge branch 'MDL-79075-attempt_reviewed-401' of https://github.com/leonstr/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
0d3cdb0c10
@ -65,7 +65,7 @@ class attempt_reviewed extends \core\event\base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with id '$this->userid' has had their attempt with id '$this->objectid' reviewed by the user " .
|
||||
return "The user with id '$this->userid' has reviewed quiz attempt with id '$this->objectid' by user ".
|
||||
"with id '$this->relateduserid' for the quiz with course module id '$this->contextinstanceid'.";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user