MDL-14054 Display of correct answers in the popup window already use for feedback

and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing
 messages
This commit is contained in:
pichetp 2008-05-18 23:08:41 +00:00
parent e6d4c2f868
commit 489aef7f98

View file

@ -1,3 +1,7 @@
<?php <?php
$string['correctanswer'] = 'Correct Answer';
$string['correctanswerandfeedback'] = 'Correct Answer and Feedback';
$string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text'; $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 ';
?> ?>