From ed48af75b4bd677c139bf3d80d909c94b647f22a Mon Sep 17 00:00:00 2001 From: pichetp Date: Mon, 16 Jun 2008 12:36:17 +0000 Subject: [PATCH] MDL-14625 more tolerant to missing subquestions --- lang/en_utf8/qtype_multianswer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/qtype_multianswer.php b/lang/en_utf8/qtype_multianswer.php index 3682c8e571..f985d49e20 100644 --- a/lang/en_utf8/qtype_multianswer.php +++ b/lang/en_utf8/qtype_multianswer.php @@ -2,6 +2,10 @@ $string['correctanswer'] = 'Correct Answer'; $string['correctanswerandfeedback'] = 'Correct Answer and Feedback'; $string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text'; +$string['nooptionsforsubquestion'] = 'Unable to get options for question part # $a->sub (question->id={$a->id})'; +$string['noquestions'] = 'The Cloze(multianswer) question \"$a\" does not contain any question '; $string['questionnotfound'] = 'Unable to find question of question part #$a'; +$string['qtypenotrecognized'] = 'questiontype $a not recognized'; $string['questionsmissing'] = 'No valid questions, create at least one question '; -?> \ No newline at end of file +$string['unknownquestiontypeofsubquestion'] = 'Unknown question type: $a->type of question part # $a->sub'; +?> -- 2.39.5