mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-67947 questions: questions_in_use should ask all components
Previously it was only checking mods.
This commit is contained in:
parent
4e90332195
commit
887daf932c
3 changed files with 32 additions and 22 deletions
|
@ -287,7 +287,7 @@ $string['questiondoesnotexist'] = 'This question does not exist';
|
|||
$string['questionname'] = 'Question name';
|
||||
$string['questionno'] = 'Question {$a}';
|
||||
$string['questionsaveerror'] = 'Errors occur during saving question - ({$a})';
|
||||
$string['questionsinuse'] = '(* Questions marked by an asterisk are already in use in some quizzes. These questions will not be deleted from these quizzes but only from the category list.)';
|
||||
$string['questionsinuse'] = '(* Questions marked with an asterisk are used somewhere, for example in a quiz. Therefore, if you proceed, these questions will not really be deleted, they will just be hidden.)';
|
||||
$string['questionsmovedto'] = 'Questions still in use moved to "{$a}" in the parent course category.';
|
||||
$string['questionsrescuedfrom'] = 'Questions saved from context {$a}.';
|
||||
$string['questionsrescuedfrominfo'] = 'These questions (some of which may be hidden) were saved when context {$a} was deleted because they are still used by some quizzes or other activities.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue