Skip to content

Commit

Permalink
MDL-35026 qtype multianswer: misnamed string.
Browse files Browse the repository at this point in the history
AMOS BEGIN
 MOV [questionnadded,qtype_multianswer],[questionsadded,qtype_multianswer]
AMOS END
  • Loading branch information
timhunt committed Aug 23, 2012
1 parent bac15e5 commit 765e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/multianswer/lang/en/qtype_multianswer.php
Expand Up @@ -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'] = '
Expand All @@ -52,6 +51,7 @@
<li>change the questions order in the text,</li>
<li>change their question type (numerical, shortanswer, multiple choice). </li></ul>
';
$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';
Expand Down

0 comments on commit 765e756

Please sign in to comment.