|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 // This file is part of Moodle - http://moodle.org/ 00003 // 00004 // Moodle is free software: you can redistribute it and/or modify 00005 // it under the terms of the GNU General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // (at your option) any later version. 00008 // 00009 // Moodle is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU General Public License 00015 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00016 00026 $string['confirmquestionsaveasedited'] = 'I confirm that I want the question to be saved as edited'; 00027 $string['confirmsave'] = 'Confirm then save {$a}'; 00028 $string['correctanswer'] = 'Correct answer'; 00029 $string['correctanswerandfeedback'] = 'Correct answer and feedback'; 00030 $string['decodeverifyquestiontext'] = 'Decode and verify the question text'; 00031 $string['layout'] = 'Layout'; 00032 $string['layouthorizontal'] = 'Horizontal row of radio-buttons'; 00033 $string['layoutselectinline'] = 'Dropdown menu in-line in the text'; 00034 $string['layoutundefined'] = 'Undefined layout'; 00035 $string['layoutvertical'] = 'Vertical column of radio buttons'; 00036 $string['nooptionsforsubquestion'] = 'Unable to get options for question part # {$a->sub} (question->id={$a->id})'; 00037 $string['noquestions'] = 'The Cloze(multianswer) question "<strong>{$a}</strong>" does not contain any question'; 00038 $string['pluginname'] = 'Embedded answers (Cloze)'; 00039 $string['pluginname_help'] = 'Embedded answers (Cloze) questions consist of a passage of text with questions such as multiple-choice and short answer embedded within it.'; 00040 $string['pluginname_link'] = 'question/type/multianswer'; 00041 $string['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question'; 00042 $string['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question'; 00043 $string['pluginnamesummary'] = '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.'; 00044 $string['qtypenotrecognized'] = 'questiontype {$a} not recognized'; 00045 $string['questionnadded'] = 'Question added'; 00046 $string['questiondefinition'] = 'Question definition'; 00047 $string['questiondeleted'] = 'Question deleted'; 00048 $string['questioninquiz'] = ' 00049 00050 <ul> 00051 <li>add or delete questions, </li> 00052 <li>change the questions order in the text,</li> 00053 <li>change their question type (numerical, shortanswer, multiple choice). </li></ul> 00054 '; 00055 $string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'; 00056 $string['questionsmissing'] = 'The question text must include at least one embedded answer.'; 00057 $string['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database'; 00058 $string['questionnotfound'] = 'Unable to find question of question part #{$a}'; 00059 $string['questionsaveasedited'] = 'The question will be saved as edited'; 00060 $string['questiontypechanged'] = 'Question type changed'; 00061 $string['questiontypechangedcomment'] = 'At least one question type has been changed.<br >Did you add, delete or move a question?<br >Look ahead.'; 00062 $string['questionusedinquiz'] = 'This question is used in {$a->nb_of_quiz} quiz(s), total attempt(s) : {$a->nb_of_attempts} '; 00063 $string['storedqtype'] = 'Stored question type {$a}'; 00064 $string['subqresponse'] = 'part {$a->i}: {$a->response}'; 00065 $string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}'; 00066 $string['warningquestionmodified'] = '<b>WARNING</b>'; 00067 $string['youshouldnot'] = '<b>YOU SHOULD NOT</b>';