mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-21695 changing help string
This commit is contained in:
parent
b8d7548437
commit
a0e5b40be6
1 changed files with 1 additions and 1 deletions
|
@ -24,12 +24,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$string['addingmatch'] = 'Adding a Matching question';
|
$string['addingmatch'] = 'Adding a Matching question';
|
||||||
$string['addingmatch_help'] = 'Matching questions require the respondent to correctly match a list of names or statements (questions) to another list of names or statements (answers).';
|
|
||||||
$string['addingmatch_link'] = 'question/type/match';
|
$string['addingmatch_link'] = 'question/type/match';
|
||||||
$string['addmoreqblanks'] = '{no} More Sets of Blanks';
|
$string['addmoreqblanks'] = '{no} More Sets of Blanks';
|
||||||
$string['editingmatch'] = 'Editing a Matching question';
|
$string['editingmatch'] = 'Editing a Matching question';
|
||||||
$string['filloutthreeqsandtwoas'] = 'You must provide at least two questions and three answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.';
|
$string['filloutthreeqsandtwoas'] = 'You must provide at least two questions and three answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.';
|
||||||
$string['match'] = 'Matching';
|
$string['match'] = 'Matching';
|
||||||
|
$string['match_help'] = 'Matching questions require the respondent to correctly match a list of names or statements (questions) to another list of names or statements (answers).';
|
||||||
$string['matchsummary'] = 'The answer to each of a number of sub-question must be selected from a list of possibilities.';
|
$string['matchsummary'] = 'The answer to each of a number of sub-question must be selected from a list of possibilities.';
|
||||||
$string['nomatchinganswerforq'] = 'You must specify an answer for this question.';
|
$string['nomatchinganswerforq'] = 'You must specify an answer for this question.';
|
||||||
$string['notenoughqsandas'] = 'You must supply at least {$a->q} questions and {$a->a} answers.';
|
$string['notenoughqsandas'] = 'You must supply at least {$a->q} questions and {$a->a} answers.';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue