From a0e5b40be6332a10678ede82ed41300df7bfd142 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Wed, 26 May 2010 11:54:32 +0000 Subject: [PATCH] MDL-21695 changing help string --- question/type/match/lang/en/qtype_match.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/match/lang/en/qtype_match.php b/question/type/match/lang/en/qtype_match.php index 31ecbe53ac3..689dbe04dee 100644 --- a/question/type/match/lang/en/qtype_match.php +++ b/question/type/match/lang/en/qtype_match.php @@ -24,12 +24,12 @@ */ $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['addmoreqblanks'] = '{no} More Sets of Blanks'; $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['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['nomatchinganswerforq'] = 'You must specify an answer for this question.'; $string['notenoughqsandas'] = 'You must supply at least {$a->q} questions and {$a->a} answers.'; -- 2.11.4.GIT