From 880fde42db88b28425b155ecbc16a9c74d38a4bb Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 May 2010 10:12:28 +0000 Subject: [PATCH] MDL-21695 adding help and link strings --- question/type/match/lang/en/qtype_match.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/match/lang/en/qtype_match.php b/question/type/match/lang/en/qtype_match.php index e185eb06f24..bb3737c6658 100644 --- a/question/type/match/lang/en/qtype_match.php +++ b/question/type/match/lang/en/qtype_match.php @@ -24,6 +24,8 @@ */ $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.'; -- 2.11.4.GIT