and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing
messages
<?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