mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Questions that are in use are now only deleted from the category list but not from quizzes or old attempts.
This commit is contained in:
parent
14ca3084a0
commit
1997f36731
3 changed files with 42 additions and 66 deletions
|
@ -205,7 +205,7 @@ $string['publish'] = 'Publish';
|
|||
$string['publishedit'] = 'You must have permission in the publishing course to add or edit questions in this category';
|
||||
$string['qti'] = 'IMS QTI format';
|
||||
$string['question'] = 'Question';
|
||||
$string['questioninuse'] = 'The question \'$a\' is currently being used:';
|
||||
$string['questioninuse'] = 'The question \'$a->questionname\' is currently being used in: <br />$a->quiznames<br />The question will not be deleted from these quizzes but only from the category list.';
|
||||
$string['questionname'] = 'Question name';
|
||||
$string['questionnametoolong'] = 'Question name too long at line $a (255 char. max). It has been truncated.';
|
||||
$string['questions'] = 'Questions';
|
||||
|
@ -268,7 +268,7 @@ $string['shortanswer'] = 'Short Answer';
|
|||
$string['show'] = 'Show';
|
||||
$string['showcorrectanswer'] = 'In feedback, show correct answers?';
|
||||
$string['showfeedback'] = 'After answering, show feedback?';
|
||||
$string['showhidden'] = 'Also show hidden questions';
|
||||
$string['showhidden'] = 'Also show old questions';
|
||||
$string['shuffleanswers'] = 'Shuffle answers';
|
||||
$string['shufflequestions'] = 'Shuffle questions';
|
||||
$string['significantfiguresformat'] = 'significant figures';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue