From 2c580fcf17760efb5a676e19fd630de9925bda7a Mon Sep 17 00:00:00 2001 From: Pierre Pichet Date: Wed, 12 May 2010 03:05:24 +0000 Subject: [PATCH] MDL-15252 fixing changes to lang files to solve bugs in edit_multinaswer_form, some lang texts are temporary so do not translate --- .../multianswer/lang/en/qtype_multianswer.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/question/type/multianswer/lang/en/qtype_multianswer.php b/question/type/multianswer/lang/en/qtype_multianswer.php index c28e3f5ea45..b7c25bc1de5 100644 --- a/question/type/multianswer/lang/en/qtype_multianswer.php +++ b/question/type/multianswer/lang/en/qtype_multianswer.php @@ -24,6 +24,7 @@ */ $string['addingmultianswer'] = 'Adding an Embedded answers (Cloze) question'; +$string['confirmsave']="Confirm then save {$a}" ; $string['correctanswer'] = 'Correct Answer'; $string['correctanswerandfeedback'] = 'Correct Answer and Feedback'; $string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text'; @@ -35,6 +36,22 @@ $string['layoutundefined'] = 'Undefined layout'; $string['layoutvertical'] = 'Vertical column of radio buttons'; $string['multianswer'] = 'Embedded answers (Cloze)'; $string['multianswersummary'] = '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['multianswer_help'] = '

This very flexible question type is similar to a +popular format known as the Cloze format.

+ +

Questions consist of a passage of text (in Moodle format) that has various sub-questions +embedded within it, including

+ +

There is currently no graphical interface to create these +questions - you need to specify the question format using the text box or by +importing them from external files.

'; $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['qtypenotrecognized'] = 'questiontype {$a} not recognized'; @@ -42,3 +59,14 @@ $string['questiondefinition'] = 'Question definition'; $string['questionnotfound'] = 'Unable to find question of question part #{$a}'; $string['questionsmissing'] = 'No valid questions, create at least one question'; $string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}'; +$string['questionsless'] = 'questions less than in the multtianswer question stored in the database'; +$string['questiontypechanged'] = ' at least one question type has been changed. Did you add,delete or move a question ? Look ahead '; +$string['questioninquiz'] = ' + + +'; +$string['questionsaveasedited'] = 'The question will be saved as edited'; +$string['confirmquestionsaveasedited'] = 'I confirm that I want the question be saved as edited'; \ No newline at end of file