diff --git a/question/type/multianswer/lang/en/qtype_multianswer.php b/question/type/multianswer/lang/en/qtype_multianswer.php index 2ce85647824..4f84fe8997f 100644 --- a/question/type/multianswer/lang/en/qtype_multianswer.php +++ b/question/type/multianswer/lang/en/qtype_multianswer.php @@ -53,7 +53,7 @@ $string['questioninquiz'] = '
  • change their question type (numerical, shortanswer, multiple choice).
  • '; $string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'; -$string['questionsmissing'] = 'No valid questions, create at least one question'; +$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'; $string['questionnotfound'] = 'Unable to find question of question part #{$a}'; $string['questionsaveasedited'] = 'The question will be saved as edited';