Commit | Line | Data |
---|---|---|
30c8dd34 | 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_multichoice', language 'en', branch 'MOODLE_20_STABLE' | |
19 | * | |
7764183a TH |
20 | * @package qtype |
21 | * @subpackage multichoice | |
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 | 24 | */ |
304d08f0 | 25 | |
6ac7a65d | 26 | $string['answerhowmany'] = 'One or multiple answers?'; |
f08d4da5 | 27 | $string['answerhowmany_desc'] = 'Whether the default should be one response (i.e. radio buttons) or multiple responses (i.e. checkboxes).'; |
3e0647ff | 28 | $string['answernumbering'] = 'Number the choices?'; |
c9c989a0 | 29 | $string['answernumbering123'] = '1., 2., 3., ...'; |
3e0647ff | 30 | $string['answernumberingabc'] = 'a., b., c., ...'; |
4533997f | 31 | $string['answernumberingABCD'] = 'A., B., C., ...'; |
c9c989a0 TH |
32 | $string['answernumberingiii'] = 'i., ii., iii., ...'; |
33 | $string['answernumberingIIII'] = 'I., II., III., ...'; | |
3e0647ff | 34 | $string['answernumberingnone'] = 'No numbering'; |
f08d4da5 | 35 | $string['answernumbering_desc'] = 'The default numbering style.'; |
307f045f | 36 | $string['answersingleno'] = 'Multiple answers allowed'; |
37 | $string['answersingleyes'] = 'One answer only'; | |
c9c989a0 TH |
38 | $string['choiceno'] = 'Choice {$a}'; |
39 | $string['choices'] = 'Available choices'; | |
73ca1421 | 40 | $string['clozeaid'] = 'Enter missing word'; |
9c2e178e | 41 | $string['correctansweris'] = 'The correct answer is: {$a}'; |
4358ee38 | 42 | $string['correctanswersare'] = 'The correct answers are: {$a}'; |
3e0647ff | 43 | $string['correctfeedback'] = 'For any correct response'; |
ce956618 | 44 | $string['deletedchoice'] = 'This choice was deleted after the attempt was started.'; |
5a6084cf | 45 | $string['errgradesetanswerblank'] = 'Grade set, but the Answer is blank'; |
30c8dd34 DM |
46 | $string['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%'; |
47 | $string['errfractionsnomax'] = 'One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.'; | |
304d08f0 | 48 | $string['feedback'] = 'Feedback'; |
2dccc890 | 49 | $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.'; |
30c8dd34 DM |
50 | $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%<br />Do you want to go back and fix this question?'; |
51 | $string['fractionsnomax'] = 'One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?'; | |
3e0647ff | 52 | $string['incorrectfeedback'] = 'For any incorrect response'; |
30c8dd34 | 53 | $string['notenoughanswers'] = 'This type of question requires at least {$a} choices'; |
3e0647ff | 54 | $string['overallcorrectfeedback'] = 'Feedback for any correct response'; |
c9c989a0 | 55 | $string['overallfeedback'] = 'Overall feedback'; |
3e0647ff | 56 | $string['overallincorrectfeedback'] = 'Feedback for any incorrect response'; |
57 | $string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct response'; | |
58 | $string['partiallycorrectfeedback'] = 'For any partially correct response'; | |
c9c989a0 TH |
59 | $string['pleaseselectananswer'] = 'Please select an answer.'; |
60 | $string['pleaseselectatleastoneanswer'] = 'Please select at least one answer.'; | |
226b3124 | 61 | $string['pluginname'] = 'Multiple choice'; |
0c19b2c8 | 62 | $string['pluginname_help'] = 'In response to a question (that may include an image) the respondent chooses from multiple answers. A multiple choice question may have one or multiple correct answers.'; |
226b3124 TH |
63 | $string['pluginname_link'] = 'question/type/multichoice'; |
64 | $string['pluginnameadding'] = 'Adding a Multiple choice question'; | |
65 | $string['pluginnameediting'] = 'Editing a Multiple choice question'; | |
66 | $string['pluginnamesummary'] = 'Allows the selection of a single or multiple responses from a pre-defined list.'; | |
a5591614 | 67 | $string['privacy:metadata'] = 'The Multiple choice question type plugin does not store any personal data.'; |
c9c989a0 TH |
68 | $string['selectmulti'] = 'Select one or more:'; |
69 | $string['selectone'] = 'Select one:'; | |
3e0647ff | 70 | $string['shuffleanswers'] = 'Shuffle the choices?'; |
f08d4da5 | 71 | $string['shuffleanswers_desc'] = 'Whether options should be randomly shuffled for each attempt by default.'; |
5e8a85aa | 72 | $string['shuffleanswers_help'] = 'If enabled, the order of the answers is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.'; |
307f045f | 73 | $string['singleanswer'] = 'Choose one answer.'; |
c9c989a0 | 74 | $string['toomanyselected'] = 'You have selected too many options.'; |