mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-27351 Quiz : updated string to reflect validation looking for embedded questions.
This commit is contained in:
parent
6731a04d93
commit
774118e960
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user