diff --git a/question/type/multianswer/lang/en/qtype_multianswer.php b/question/type/multianswer/lang/en/qtype_multianswer.php index 192bb770604..ddc01555a6a 100644 --- a/question/type/multianswer/lang/en/qtype_multianswer.php +++ b/question/type/multianswer/lang/en/qtype_multianswer.php @@ -42,7 +42,6 @@ $string['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question'; $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 @@ $string['questioninquiz'] = '
  • 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';