MDL-21695 changing help string

This commit is contained in:
Helen Foster 2010-05-26 11:54:32 +00:00
parent b8d7548437
commit a0e5b40be6

View file

@ -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.';