Commit | Line | Data |
---|---|---|
30c8dd34 DM |
1 | <?php |
2 | ||
3 | // This file is part of Moodle - http://moodle.org/ | |
4 | // | |
5 | // Moodle is free software: you can redistribute it and/or modify | |
6 | // it under the terms of the GNU General Public License as published by | |
7 | // the Free Software Foundation, either version 3 of the License, or | |
8 | // (at your option) any later version. | |
9 | // | |
10 | // Moodle is distributed in the hope that it will be useful, | |
11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | // GNU General Public License for more details. | |
14 | // | |
15 | // You should have received a copy of the GNU General Public License | |
16 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
17 | ||
18 | /** | |
19 | * Strings for component 'question', language 'en', branch 'MOODLE_20_STABLE' | |
20 | * | |
21 | * @package question | |
22 | * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
24 | */ | |
36703ed7 | 25 | |
3bee1ead | 26 | $string['adminreport'] = 'Report on possible problems in your question database.'; |
a781921f | 27 | $string['availableq'] = 'Available?'; |
30c8dd34 DM |
28 | $string['badbase'] = 'Bad base before **: {$a}**'; |
29 | $string['broken'] = 'This is a "broken link", it points to a nonexistent file.'; | |
30 | $string['byandon'] = 'by <em>{$a->user}</em> on <em>{$a->time}</em>'; | |
70c33d22 | 31 | $string['cannotcopybackup'] = 'Could not copy backup file'; |
30c8dd34 DM |
32 | $string['cannotcreate'] = 'Could not create new entry in question_attempts table'; |
33 | $string['cannotcreatepath'] = 'Cannot create path: {$a}'; | |
ac93d63d | 34 | $string['cannotdeletecate'] = 'You can\'t delete that category it is the default category for this context.'; |
30c8dd34 | 35 | $string['cannotenable'] = 'Question type {$a} cannot be created directly.'; |
ac93d63d | 36 | $string['cannotfindcate'] = 'Could not find category record'; |
70c33d22 | 37 | $string['cannotfindquestionfile'] = 'Could not find question data file in zip'; |
a3130f2c | 38 | $string['cannotgetdsfordependent'] = 'Cannot get the specified dataset for a dataset dependent question! (question: {$a->id}, datasetitem: {$a->item})'; |
30c8dd34 | 39 | $string['cannotgetdsforquestion'] = 'Cannot get the specified dataset for a calculated question! (question: {$a})'; |
ac93d63d | 40 | $string['cannothidequestion'] = 'Was not able to hide question'; |
30c8dd34 DM |
41 | $string['cannotimportformat'] = 'Sorry, importing this format is not yet implemented!'; |
42 | $string['cannotinsertquestion'] = 'Could not insert new question!'; | |
3e0e25ef | 43 | $string['cannotinsertquestioncatecontext'] = 'Could not insert the new question category {$a->cat} illegal contextid {$a->ctx}'; |
ac93d63d | 44 | $string['cannotloadquestion'] = 'Could not load question'; |
30c8dd34 DM |
45 | $string['cannotmovequestion'] = 'You can\'t use this script to move questions that have files associated with them from different areas.'; |
46 | $string['cannotopenforwriting'] = 'Cannot open for writing: {$a}'; | |
ac93d63d | 47 | $string['cannotpreview'] = 'You can\'t preview these questions!'; |
432ef803 | 48 | $string['cannotretrieveqcat'] = 'Could not retrieve question category'; |
ac93d63d | 49 | $string['cannotunhidequestion'] = 'Failed to unhide the question.'; |
70c33d22 | 50 | $string['cannotunzip'] = 'Could not unzip file.'; |
30c8dd34 | 51 | $string['cannotwriteto'] = 'Cannot write exported questions to {$a}'; |
5b2b977d DM |
52 | $string['categorycurrent'] = 'Current category'; |
53 | $string['categorycurrentuse'] = 'Use this category'; | |
30c8dd34 | 54 | $string['categorydoesnotexist'] = 'This category does not exist'; |
5b2b977d | 55 | $string['categorymoveto'] = 'Save in category'; |
62e76c67 | 56 | $string['clicktoflag'] = 'Click to flag this question'; |
57 | $string['clicktounflag'] = 'Click to un-flag this question'; | |
30c8dd34 DM |
58 | $string['contexterror'] = 'You shouldn\'t have got here if you\'re not moving a category to another context.'; |
59 | $string['copy'] = 'Copy from {$a} and change links.'; | |
60 | $string['created'] = 'Created'; | |
61 | $string['createdby'] = 'Created by'; | |
5b2b977d | 62 | $string['createdmodifiedheader'] = 'Created / last saved'; |
cd120b23 | 63 | $string['createnewquestion'] = 'Create a new question ...'; |
3bee1ead | 64 | $string['cwrqpfs'] = 'Random questions selecting questions from sub categories.'; |
27762525 | 65 | $string['cwrqpfsinfo'] = '<p>During the upgrade to Moodle 1.9 we will separate question categories into |
3bee1ead | 66 | different contexts. Some question categories and questions on your site will have to have their sharing |
67 | status changed. This is necessary in the rare case that one or more \'random\' questions in a quiz are set up to select from a mixture of | |
68 | shared and unshared categories (as is the case on this site). This happens when a \'random\' question is set to select | |
69 | from subcategories and one or more subcategories have a different sharing status to the parent category in which | |
70 | the random question is created.</p> | |
6d1083c5 | 71 | <p>The following question categories, from which \'random\' questions in parent categories select questions from, |
72 | will have their sharing status changed to the same sharing status as the category with the \'random\' question in | |
73 | on upgrading to Moodle 1.9. The following categories will have their sharing status changed. Questions which are | |
74 | affected will continue to work in all existing quizzes until you remove them from these quizzes.</p>'; | |
3bee1ead | 75 | $string['cwrqpfsnoprob'] = 'No question categories in your site are affected by the \'Random questions selecting questions from sub categories\' issue.'; |
30c8dd34 DM |
76 | $string['defaultfor'] = 'Default for {$a}'; |
77 | $string['defaultinfofor'] = 'The default category for questions shared in context \'{$a}\'.'; | |
e2b347e9 | 78 | $string['deletecoursecategorywithquestions'] = 'There are questions in the question bank associated with this course category. If you proceed, they will be deleted. You may wish to move them first, using the question bank interface.'; |
a781921f | 79 | $string['disabled'] = 'Disabled'; |
30c8dd34 DM |
80 | $string['disterror'] = 'The distribution {$a} caused problems'; |
81 | $string['donothing'] = 'Don\'t copy or move files or change links.'; | |
c35aa9f1 HF |
82 | $string['editcategories'] = 'Edit categories'; |
83 | $string['editcategories_help'] = 'Rather than keeping everything in one big list, questions may be arranged into categories and subcategories. | |
84 | ||
85 | Each category has a context which determines where the questions in the category can be used: | |
86 | ||
87 | * Activity context - Questions only available in the activity module | |
88 | * Course context - Questions available in all activity modules in the course | |
89 | * Course category context - Questions available in all activity modules and courses in the course category | |
90 | * System context - Questions available in all courses and activities on the site | |
91 | ||
92 | Categories are also used for random questions, as questions are selected from a particular category.'; | |
93 | $string['editcategories_link'] = 'question/category'; | |
3bee1ead | 94 | $string['editingcategory'] = 'Editing a category'; |
36703ed7 | 95 | $string['editingquestion'] = 'Editing a question'; |
85edde5c | 96 | $string['editthiscategory'] = 'Edit this category'; |
30c8dd34 | 97 | $string['emptyxml'] = 'Unkown error - empty imsmanifest.xml'; |
a781921f | 98 | $string['enabled'] = 'Enabled'; |
3bee1ead | 99 | $string['erroraccessingcontext'] = 'Cannot access context'; |
30c8dd34 DM |
100 | $string['errordeletingquestionsfromcategory'] = 'Error deleting questions from category {$a}.'; |
101 | $string['errorduringpost'] = 'Error occurred during post-processing!'; | |
70c33d22 | 102 | $string['errorduringpre'] = 'Error occurred during pre-processing!'; |
103 | $string['errorduringproc'] = 'Error occurred during processing!'; | |
30c8dd34 | 104 | $string['errorduringregrade'] = 'Could not regrade question {$a->qid}, going to state {$a->stateid}.'; |
8d58ae88 HF |
105 | $string['errorfilecannotbecopied'] = 'Error: cannot copy file {$a}.'; |
106 | $string['errorfilecannotbemoved'] = 'Error: cannot move file {$a}.'; | |
107 | $string['errorfileschanged'] = 'Error: files linked to from questions have changed since form was displayed.'; | |
30c8dd34 DM |
108 | $string['errormanualgradeoutofrange'] = 'The grade {$a->grade} is not between 0 and {$a->maxgrade} for question {$a->name}. The score and comment have not been saved.'; |
109 | $string['errormovingquestions'] = 'Error while moving questions with ids {$a}.'; | |
9ee94881 | 110 | $string['errorpostprocess'] = 'Error occurred during post-processing!'; |
30c8dd34 | 111 | $string['errorpreprocess'] = 'Error occurred during pre-processing!'; |
9ee94881 | 112 | $string['errorprocess'] = 'Error occurred during processing!'; |
30c8dd34 DM |
113 | $string['errorprocessingresponses'] = 'An error occurred while processing your responses.'; |
114 | $string['errorsavingcomment'] = 'Error saving the comment for question {$a->name} in the database.'; | |
115 | $string['errorupdatingattempt'] = 'Error updating attempt {$a->id} in the database.'; | |
3bee1ead | 116 | $string['exportcategory'] = 'Export category'; |
f6e10010 HF |
117 | $string['exportcategory_help'] = 'This setting determines the category from which the exported questions will be taken. |
118 | ||
119 | Certain import formats, such as GIFT and Moodle XML, permit category and context data to be included in the export file, enabling them to (optionally) be recreated on import. If required, the appropriate checkboxes should be ticked.'; | |
bd8ee7c1 | 120 | $string['exporterror'] = 'Errors occur during exporting!'; |
87214c4e TH |
121 | $string['exportfilename'] = 'questions'; |
122 | $string['exportnameformat'] = '%Y%m%d-%H%M'; | |
d7768a69 HF |
123 | $string['exportquestions'] = 'Export questions to file'; |
124 | $string['exportquestions_help'] = 'This function enables the export of a complete category (and any subcategories) of questions to file. Please note that, depending on the file format selected, some question data and certain question types may not be exported.'; | |
125 | $string['exportquestions_link'] = 'question/export'; | |
2a1516f2 TH |
126 | $string['filecantmovefrom'] = 'The questions files cannot be moved because you do not have permission to remove files from the place you are trying to move questions from.'; |
127 | $string['filecantmoveto'] = 'The question files cannot be moved or copied becuase you do not have permission to add files to the place you are trying to move the questions to.'; | |
30c8dd34 DM |
128 | $string['filesareacourse'] = 'the course files area'; |
129 | $string['filesareasite'] = 'the site files area'; | |
130 | $string['filestomove'] = 'Move / copy files to {$a}?'; | |
62e76c67 | 131 | $string['flagged'] = 'Flagged'; |
132 | $string['flagthisquestion'] = 'Flag this question'; | |
d89ec019 | 133 | $string['formquestionnotinids'] = 'Form contained question that is not in questionids'; |
30c8dd34 | 134 | $string['fractionsnomax'] = 'One of the answers should have a score of 100% so it is possible to get full marks for this question.'; |
3bee1ead | 135 | $string['getcategoryfromfile'] = 'Get category from file'; |
136 | $string['getcontextfromfile'] = 'Get context from file'; | |
30c8dd34 DM |
137 | $string['changepublishstatuscat'] = '<a href="{$a->caturl}">Category "{$a->name}"</a> in course "{$a->coursename}" will have it\'s sharing status changed from <strong>{$a->changefrom} to {$a->changeto}</strong>.'; |
138 | $string['chooseqtypetoadd'] = 'Choose a question type to add'; | |
3bee1ead | 139 | $string['ignorebroken'] = 'Ignore broken links'; |
30c8dd34 | 140 | $string['impossiblechar'] = 'Impossible character {$a} detected as parenthesis character'; |
f6e10010 HF |
141 | $string['importcategory'] = 'Import category'; |
142 | $string['importcategory_help'] = 'This setting determines the category into which the imported questions will go. | |
143 | ||
144 | Certain import formats, such as GIFT and Moodle XML, may include category and context data in the import file. To make use of this data, rather than the selected category, the appropriate checkboxes should be ticked. If categories specified in the import file do not exist, they will be created.'; | |
d7768a69 HF |
145 | $string['importquestions'] = 'Import questions from file'; |
146 | $string['importquestions_help'] = 'This function enables questions in a variety of formats to be imported via text file. Note that the file must use UTF-8 encoding.'; | |
147 | $string['importquestions_link'] = 'question/import'; | |
ac93d63d | 148 | $string['invalidarg'] = 'No valid arguments supplied or incorrect server configuration'; |
70c33d22 | 149 | $string['invalidcategoryidforparent'] = 'Invalid category id for parent!'; |
150 | $string['invalidcategoryidtomove'] = 'Invalid category id to move!'; | |
30c8dd34 DM |
151 | $string['invalidconfirm'] = 'Confirmation string was incorrect'; |
152 | $string['invalidcontextinhasanyquestions'] = 'Invalid context passed to question_context_has_any_questions.'; | |
beb69c11 | 153 | $string['invalidwizardpage'] = 'Incorrect or no wizard page specified!'; |
5bd22790 | 154 | $string['lastmodifiedby'] = 'Last modified by'; |
30c8dd34 | 155 | $string['linkedfiledoesntexist'] = 'Linked file {$a} doesn\'t exist'; |
5b2b977d | 156 | $string['makechildof'] = 'Make child of \'{$a}\''; |
3bee1ead | 157 | $string['maketoplevelitem'] = 'Move to top level'; |
f6e10010 HF |
158 | $string['matchgrades'] = 'Match grades'; |
159 | $string['matchgrades_help'] = 'Imported grades must match one of the fixed list of valid grades - 100, 90, 80, 75, 70, 66.666, 60, 50, 40, 33.333, 30, 25, 20, 16.666, 14.2857, 12.5, 11.111, 10, 5, 0 (also negative values). If not, there are two options: | |
160 | ||
161 | * Error if grade not listed - If a question contains any grades not found in the list an error is displayed and that question will not be imported | |
162 | * Nearest grade if not listed - If a grade is found that does not match a value in the list, the grade is changed to the closest matching value in the list '; | |
beb69c11 | 163 | $string['missingcourseorcmid'] = 'Need to provide courseid or cmid to print_question.'; |
60e40dda | 164 | $string['missingcourseorcmidtolink'] = 'Need to provide courseid or cmid to get_question_edit_link.'; |
30c8dd34 DM |
165 | $string['missingimportantcode'] = 'This question type is missing important code: {$a}.'; |
166 | $string['missingoption'] = 'The cloze question {$a} is missing its options'; | |
8a3b3e66 | 167 | $string['modified'] = 'Last saved'; |
30c8dd34 | 168 | $string['move'] = 'Move from {$a} and change links.'; |
5b2b977d | 169 | $string['movecategory'] = 'Move category'; |
30c8dd34 DM |
170 | $string['movedquestionsandcategories'] = 'Moved questions and question categories from {$a->oldplace} to {$a->newplace}.'; |
171 | $string['movelinksonly'] = 'Just change where links point to, do not move or copy files.'; | |
172 | $string['moveq'] = 'Move question(s)'; | |
173 | $string['moveqtoanothercontext'] = 'Move question to another context.'; | |
5b2b977d | 174 | $string['movingcategory'] = 'Moving category'; |
30c8dd34 DM |
175 | $string['movingcategoryandfiles'] = 'Are you sure you want to move category {$a->name} and all child categories to context for "{$a->contextto}"?<br /> We have detected {$a->urlcount} files linked from questions in {$a->fromareaname}, would you like to copy or move these to {$a->toareaname}?'; |
176 | $string['movingcategorynofiles'] = 'Are you sure you want to move category "{$a->name}" and all child categories to context for "{$a->contextto}"?'; | |
5b2b977d | 177 | $string['movingquestions'] = 'Moving questions and any files'; |
30c8dd34 DM |
178 | $string['movingquestionsandfiles'] = 'Are you sure you want to move question(s) {$a->questions} to context for <strong>"{$a->tocontext}"</strong>?<br /> We have detected <strong>{$a->urlcount} files</strong> linked from these question(s) in {$a->fromareaname}, would you like to copy or move these to {$a->toareaname}?'; |
179 | $string['movingquestionsnofiles'] = 'Are you sure you want to move question(s) {$a->questions} to context for <strong>"{$a->tocontext}"</strong>?<br /> There are <strong>no files</strong> linked from these question(s) in {$a->fromareaname}.'; | |
3bee1ead | 180 | $string['needtochoosecat'] = 'You need to choose a category to move this question to or press \'cancel\'.'; |
30c8dd34 | 181 | $string['nocate'] = 'No such category {$a}!'; |
3bee1ead | 182 | $string['nopermissionadd'] = 'You don\'t have permission to add questions here.'; |
3efbe6bc | 183 | $string['nopermissionmove'] = 'You don\'t have permission to move questions from here. You must save the question in this category or save it as a new question.'; |
3bee1ead | 184 | $string['noprobs'] = 'No problems found in your question database.'; |
36703ed7 | 185 | $string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.'; |
3bee1ead | 186 | $string['notenoughdatatomovequestions'] = 'You need to provide the question ids of questions you want to move.'; |
62e76c67 | 187 | $string['notflagged'] = 'Not flagged'; |
30c8dd34 | 188 | $string['novirtualquestiontype'] = 'No virtual question type for question type {$a}'; |
c35aa9f1 HF |
189 | $string['parentcategory'] = 'Parent category'; |
190 | $string['parentcategory_help'] = 'The parent category is the one in which the new category will be placed. "Top" means that this category is not contained in any other category. Category contexts are shown in bold type. There must be at least one category in each context.'; | |
191 | $string['parentcategory_link'] = 'question/category'; | |
30c8dd34 DM |
192 | $string['parenthesisinproperclose'] = 'Parenthesis before ** is not properly closed in {$a}**'; |
193 | $string['parenthesisinproperstart'] = 'Parenthesis before ** is not properly started in {$a}**'; | |
7292c11f DM |
194 | $string['penaltyfactor'] = 'Penalty factor'; |
195 | $string['penaltyfactor_help'] = 'This setting determines what fraction of the achieved score is subtracted for each wrong response. It is only applicable if the quiz is run in adaptive mode. | |
196 | ||
197 | The penalty factor should be a number between 0 and 1. A penalty factor of 1 means that the student has to get the answer right in his first response to get any credit for it at all. A penalty factor of 0 means the student can try as often as he likes and still get the full marks.'; | |
3bee1ead | 198 | $string['permissionedit'] = 'Edit this question'; |
199 | $string['permissionmove'] = 'Move this question'; | |
200 | $string['permissionsaveasnew'] = 'Save this as a new question'; | |
201 | $string['permissionto'] = 'You have permission to :'; | |
6d1083c5 | 202 | $string['published'] = 'shared'; |
5bd22790 | 203 | $string['qtypeveryshort'] = 'T'; |
30c8dd34 | 204 | $string['questionaffected'] = '<a href="{$a->qurl}">Question "{$a->name}" ({$a->qtype})</a> is in this question category but is also being used in <a href="{$a->qurl}">quiz "{$a->quizname}"</a> in another course "{$a->coursename}".'; |
5eb266d8 | 205 | $string['questionbank'] = 'Question bank'; |
e2b347e9 | 206 | $string['questioncategory'] = 'Question category'; |
5b2b977d | 207 | $string['questioncatsfor'] = 'Question categories for \'{$a}\''; |
36703ed7 | 208 | $string['questiondoesnotexist'] = 'This question does not exist'; |
0ff5afdf | 209 | $string['questionname'] = 'Question name'; |
30c8dd34 DM |
210 | $string['questionsaveerror'] = 'Errors occur during saving question - ({$a})'; |
211 | $string['questionsmovedto'] = 'Questions still in use moved to "{$a}" in the parent course category.'; | |
212 | $string['questionsrescuedfrom'] = 'Questions saved from context {$a}.'; | |
213 | $string['questionsrescuedfrominfo'] = 'These questions (some of which may be hidden) were saved when context {$a} was deleted because they are still used by some quizzes or other activities.'; | |
0ff5afdf | 214 | $string['questiontype'] = 'Question type'; |
3bee1ead | 215 | $string['questionuse'] = 'Use question in this activity'; |
f62040ed | 216 | $string['saveflags'] = 'Save the state of the flags'; |
cd120b23 | 217 | $string['selectacategory'] = 'Select a category:'; |
218 | $string['selectaqtypefordescription'] = 'Select a question type to see its description.'; | |
0ff5afdf | 219 | $string['selectquestionsforbulk'] = 'Select questions for bulk actions'; |
30c8dd34 | 220 | $string['shareincontext'] = 'Share in context for {$a}'; |
f6e10010 HF |
221 | $string['stoponerror'] = 'Stop on error'; |
222 | $string['stoponerror_help'] = 'This setting determines whether the import process stops when an error is detected, resulting in no questions being imported, or whether any questions containing errors are ignored and any valid questions are imported.'; | |
3bee1ead | 223 | $string['tofilecategory'] = 'Write category to file'; |
224 | $string['tofilecontext'] = 'Write context to file'; | |
225 | $string['unknown'] = 'Unknown'; | |
30c8dd34 DM |
226 | $string['unknownquestiontype'] = 'Unknown question type: {$a}.'; |
227 | $string['unknowntolerance'] = 'Unknown tolerance type {$a}'; | |
6d1083c5 | 228 | $string['unpublished'] = 'unshared'; |
30c8dd34 DM |
229 | $string['upgradeproblemcategoryloop'] = 'Problem detected when upgrading question categories. There is a loop in the category tree. The affected category ids are {$a}.'; |
230 | $string['upgradeproblemcouldnotupdatecategory'] = 'Could not update question category {$a->name} ({$a->id}).'; | |
231 | $string['upgradeproblemunknowncategory'] = 'Problem detected when upgrading question categories. Category {$a->id} refers to parent {$a->parent}, which does not exist. Parent changed to fix problem.'; | |
232 | $string['wrongprefix'] = 'Wrongly formatted nameprefix {$a}'; | |
a27aa5c6 | 233 | $string['youmustselectaqtype'] = 'You must select a question type.'; |
30c8dd34 | 234 | $string['yourfileshoulddownload'] = 'Your export file should start to download shortly. If not, please <a href="{$a}">click here</a>.'; |