Merge branch 'MDL-79075-attempt_reviewed-401' of https://github.com/leonstr/moodle into MOODLE_401_STABLE

This commit is contained in:
Andrew Nicols
2023-08-25 00:16:15 +08:00
+1 -1
View File
@@ -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'.";
}