mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-36529 Quiz: Shorten 'Settings for multiple tries'
This commit is contained in:
parent
9da506c2a3
commit
5d5895f21a
@ -110,7 +110,7 @@ Each category has a context which determines where the questions in the category
|
||||
|
||||
* Activity context - Questions only available in the activity module
|
||||
* Course context - Questions available in all activity modules in the course
|
||||
* Course category context - Questions available in all activity modules and courses in the course category
|
||||
* Course category context - Questions available in all activity modules and courses in the course category
|
||||
* System context - Questions available in all courses and activities on the site
|
||||
|
||||
Categories are also used for random questions, as questions are selected from a particular category.';
|
||||
@ -388,7 +388,7 @@ $string['rightanswer'] = 'Right answer';
|
||||
$string['rightanswer_help'] = 'an automatically generated summary of the correct response. This can be limited, so you may wish to consider explaining the correct solution in the general feedback for the question, and turning this option off.';
|
||||
$string['saved'] = 'Saved: {$a}';
|
||||
$string['saveflags'] = 'Save the state of the flags';
|
||||
$string['settingsformultipletries'] = 'Settings for multiple tries';
|
||||
$string['settingsformultipletries'] = 'Multiple tries';
|
||||
$string['showhidden'] = 'Also show old questions';
|
||||
$string['showmarkandmax'] = 'Show mark and max';
|
||||
$string['showmaxmarkonly'] = 'Show max mark only';
|
||||
|
Loading…
x
Reference in New Issue
Block a user