From 1482c2b20b625bd2afa921561b1b316b803eb3ce Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 23 Aug 2012 11:37:51 +0100 Subject: [PATCH] MDL-35026 qtype multianswer: misnamed string. AMOS BEGIN MOV [questionnadded,qtype_multianswer],[questionsadded,qtype_multianswer] AMOS END --- question/type/multianswer/lang/en/qtype_multianswer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/multianswer/lang/en/qtype_multianswer.php b/question/type/multianswer/lang/en/qtype_multianswer.php index 192bb770604ce..ddc01555a6a3a 100644 --- a/question/type/multianswer/lang/en/qtype_multianswer.php +++ b/question/type/multianswer/lang/en/qtype_multianswer.php @@ -42,7 +42,6 @@ $string['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question'; $string['pluginnamesummary'] = 'Questions of this type are very flexible, but can only be created by entering text containing special codes that create embedded multiple-choice, short answers and numerical questions.'; $string['qtypenotrecognized'] = 'questiontype {$a} not recognized'; -$string['questionnadded'] = 'Question added'; $string['questiondefinition'] = 'Question definition'; $string['questiondeleted'] = 'Question deleted'; $string['questioninquiz'] = ' @@ -52,6 +51,7 @@
  • change the questions order in the text,
  • change their question type (numerical, shortanswer, multiple choice).
  • '; +$string['questionsadded'] = 'Question added'; $string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'; $string['questionsmissing'] = 'The question text must include at least one embedded answer.'; $string['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database';