mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-68753-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
6f56e743ed
47 changed files with 172 additions and 173 deletions
|
@ -72,6 +72,6 @@ $string['shuffleanswers'] = 'Shuffle the choices?';
|
|||
$string['shuffleanswers_desc'] = 'Whether options should be randomly shuffled for each attempt by default.';
|
||||
$string['shuffleanswers_help'] = 'If enabled, the order of the answers is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.';
|
||||
$string['singleanswer'] = 'Choose one answer.';
|
||||
$string['showstandardinstruction'] = 'Show standard instruction';
|
||||
$string['showstandardinstruction_help'] = 'With this setting enabled, standard instruction will be supplied as part of the selection area (e.g. "Select one:" or "Select one or more:"). If disabled, question authors can instead include instructions in the question content, if required.';
|
||||
$string['showstandardinstruction'] = 'Show standard instructions';
|
||||
$string['showstandardinstruction_help'] = 'Whether to show the instructions "Select one:" or "Select one or more:" before multiple choice answers.';
|
||||
$string['toomanyselected'] = 'You have selected too many options.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue