mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-40063 mod_quiz: replaced 'addcategory' add_to_log call with an event
This commit is contained in:
parent
5e8f736565
commit
58940b190a
5 changed files with 167 additions and 3 deletions
|
@ -137,6 +137,7 @@ $string['errorprocess'] = 'Error occurred during processing!';
|
|||
$string['errorprocessingresponses'] = 'An error occurred while processing your responses ({$a}). Click continue to return to the page you were on and try again.';
|
||||
$string['errorsavingcomment'] = 'Error saving the comment for question {$a->name} in the database.';
|
||||
$string['errorupdatingattempt'] = 'Error updating attempt {$a->id} in the database.';
|
||||
$string['eventquestioncategorycreated'] = 'Question category created';
|
||||
$string['exportcategory'] = 'Export category';
|
||||
$string['exportcategory_help'] = 'This setting determines the category from which the exported questions will be taken.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue