]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14054 Display of correct answers in the popup window already use for feedback
authorpichetp <pichetp>
Sun, 18 May 2008 23:08:41 +0000 (23:08 +0000)
committerpichetp <pichetp>
Sun, 18 May 2008 23:08:41 +0000 (23:08 +0000)
 and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing
 messages

lang/en_utf8/qtype_multianswer.php

index 4525406c0414d8c7d57845eaed2d55facc648497..3682c8e571220c751d6964dc04499c82bf1138eb 100644 (file)
@@ -1,3 +1,7 @@
 <?php
+$string['correctanswer'] = 'Correct Answer';
+$string['correctanswerandfeedback'] = 'Correct Answer and Feedback';
 $string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text';
+$string['questionnotfound'] = 'Unable to find question of question part #$a';
+$string['questionsmissing'] = 'No valid questions, create at least one question ';
 ?>
\ No newline at end of file