Commit | Line | Data |
---|---|---|
eb29fc27 | 1 | <?php |
30c8dd34 DM |
2 | // This file is part of Moodle - http://moodle.org/ |
3 | // | |
4 | // Moodle is free software: you can redistribute it and/or modify | |
5 | // it under the terms of the GNU General Public License as published by | |
6 | // the Free Software Foundation, either version 3 of the License, or | |
7 | // (at your option) any later version. | |
8 | // | |
9 | // Moodle is distributed in the hope that it will be useful, | |
10 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 | // GNU General Public License for more details. | |
13 | // | |
14 | // You should have received a copy of the GNU General Public License | |
15 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
16 | ||
17 | /** | |
18 | * Strings for component 'qtype_multianswer', language 'en', branch 'MOODLE_20_STABLE' | |
19 | * | |
7764183a TH |
20 | * @package qtype |
21 | * @subpackage multianswer | |
22 | * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
30c8dd34 DM |
24 | */ |
25 | ||
82b15e28 | 26 | $string['confirmquestionsaveasedited'] = 'I confirm that I want the question to be saved as edited'; |
c4979f02 | 27 | $string['confirmsave'] = 'Confirm then save {$a}'; |
82b15e28 HF |
28 | $string['correctanswer'] = 'Correct answer'; |
29 | $string['correctanswerandfeedback'] = 'Correct answer and feedback'; | |
30 | $string['decodeverifyquestiontext'] = 'Decode and verify the question text'; | |
665e82f8 | 31 | $string['layout'] = 'Layout'; |
665e82f8 | 32 | $string['layouthorizontal'] = 'Horizontal row of radio-buttons'; |
30c8dd34 | 33 | $string['layoutselectinline'] = 'Dropdown menu in-line in the text'; |
665e82f8 | 34 | $string['layoutundefined'] = 'Undefined layout'; |
35 | $string['layoutvertical'] = 'Vertical column of radio buttons'; | |
30c8dd34 DM |
36 | $string['nooptionsforsubquestion'] = 'Unable to get options for question part # {$a->sub} (question->id={$a->id})'; |
37 | $string['noquestions'] = 'The Cloze(multianswer) question "<strong>{$a}</strong>" does not contain any question'; | |
86969816 | 38 | $string['pleaseananswerallparts'] = 'Please answer all parts of the question.'; |
226b3124 TH |
39 | $string['pluginname'] = 'Embedded answers (Cloze)'; |
40 | $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.'; | |
41 | $string['pluginname_link'] = 'question/type/multianswer'; | |
42 | $string['pluginnameadding'] = 'Adding an Embedded answers (Cloze) question'; | |
43 | $string['pluginnameediting'] = 'Editing an Embedded answers (Cloze) question'; | |
44 | $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.'; | |
30c8dd34 | 45 | $string['qtypenotrecognized'] = 'questiontype {$a} not recognized'; |
665e82f8 | 46 | $string['questiondefinition'] = 'Question definition'; |
59a3fcd3 | 47 | $string['questiondeleted'] = 'Question deleted'; |
2c580fcf PP |
48 | $string['questioninquiz'] = ' |
49 | ||
50 | <ul> | |
51 | <li>add or delete questions, </li> | |
52 | <li>change the questions order in the text,</li> | |
53 | <li>change their question type (numerical, shortanswer, multiple choice). </li></ul> | |
54 | '; | |
e7a6779e | 55 | $string['questionsadded'] = 'Question added'; |
c4979f02 | 56 | $string['questionsless'] = '{$a} question(s) less than in the multianswer question stored in the database'; |
774118e9 | 57 | $string['questionsmissing'] = 'The question text must include at least one embedded answer.'; |
c4979f02 PP |
58 | $string['questionsmore'] = '{$a} question(s) more than in the multianswer question stored in the database'; |
59 | $string['questionnotfound'] = 'Unable to find question of question part #{$a}'; | |
2c580fcf | 60 | $string['questionsaveasedited'] = 'The question will be saved as edited'; |
c4979f02 | 61 | $string['questiontypechanged'] = 'Question type changed'; |
82b15e28 | 62 | $string['questiontypechangedcomment'] = 'At least one question type has been changed.<br \>Did you add, delete or move a question?<br \>Look ahead.'; |
c4979f02 | 63 | $string['questionusedinquiz'] = 'This question is used in {$a->nb_of_quiz} quiz(s), total attempt(s) : {$a->nb_of_attempts} '; |
635971c7 | 64 | $string['storedqtype'] = 'Stored question type {$a}'; |
ab50232b | 65 | $string['subqresponse'] = 'part {$a->i}: {$a->response}'; |
c4979f02 | 66 | $string['unknownquestiontypeofsubquestion'] = 'Unknown question type: {$a->type} of question part # {$a->sub}'; |
59a3fcd3 | 67 | $string['warningquestionmodified'] = '<b>WARNING</b>'; |
c4979f02 | 68 | $string['youshouldnot'] = '<b>YOU SHOULD NOT</b>'; |