MDL-27351 Quiz : updated string to reflect validation looking for embedded questions.

This commit is contained in:
Aparup Banerjee 2011-10-10 10:34:01 +08:00
parent 6731a04d93
commit 774118e960

View File

@ -53,7 +53,7 @@ $string['questioninquiz'] = '
<li>change their question type (numerical, shortanswer, multiple choice). </li></ul>
';
$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';