2 // question.php - created with Moodle 1.8 dev
4 $string['adminreport'] = 'Report on possible problems in your question database.';
5 $string['broken'] = 'This is a \"broken link\", it points to a nonexistent file.';
6 $string['byandon'] = 'by <em>$a->user</em> on <em>$a->time</em>';
7 $string['categorydoesnotexist'] = 'This category does not exist';
8 $string['categorycurrent'] = 'Current Category';
9 $string['categorycurrentuse'] = 'Use This Category';
10 $string['categorymoveto'] = 'Save in Category';
11 $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>.';
12 $string['cwrqpfs'] = 'Random questions selecting questions from sub categories.';
13 $string['cwrqpfsinfo'] = '<p>During the upgrade to Moodle 1.9 we will separate question categories into
14 different contexts. Some question categories and questions on your site will have to have their sharing
15 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
16 shared and unshared categories (as is the case on this site). This happens when a \'random\' question is set to select
17 from subcategories and one or more subcategories have a different sharing status to the parent category in which
18 the random question is created.</p>
19 <p>The following question categories, from which \'random\' questions in parent categories select questions from,
20 will have their sharing status changed to the same sharing status as the category with the \'random\' question in
21 on upgrading to Moodle 1.9. The following categories will have their sharing status changed. Questions which are
22 affected will continue to work in all existing quizzes until you remove them from these quizzes.</p>';
23 $string['cwrqpfsnoprob'] = 'No question categories in your site are affected by the \'Random questions selecting questions from sub categories\' issue.';
24 $string['copy']= 'Copy from $a and change links.';
25 $string['created'] = 'Created';
26 $string['createdmodifiedheader'] = 'Created / Last Saved';
27 $string['defaultfor'] = 'Default for $a';
28 $string['defaultinfofor'] = 'The default category for questions shared in context \'$a\'.';
29 $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.';
30 $string['donothing']= 'Don\'t copy or move files or change links.';
31 $string['editingcategory'] = 'Editing a category';
32 $string['editingquestion'] = 'Editing a question';
33 $string['editthiscategory'] = 'Edit this category';
34 $string['erroraccessingcontext'] = 'Cannot access context';
35 $string['errordeletingquestionsfromcategory'] = 'Error deleting questions from category $a.';
36 $string['errorfilecannotbecopied'] = 'Error cannot copy file $a.';
37 $string['errorfilecannotbemoved'] = 'Error cannot move file $a.';
38 $string['errorfileschanged'] = 'Error files linked to from questions have changed since form was displayed.';
39 $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.';
40 $string['errormovingquestions'] = 'Error while moving questions with ids $a.';
41 $string['errorprocessingresponses'] = 'An error occurred while processing your responses.';
42 $string['errorsavingcomment'] = 'Error saving the comment for question $a->name in the database.';
43 $string['errorupdatingattempt'] = 'Error updating attempt $a->id in the database.';
44 $string['exportcategory'] = 'Export category';
45 $string['filesareasite']= 'the site files area';
46 $string['filesareacourse']= 'the course files area';
47 $string['filestomove']= 'Move / copy files to $a?';
48 $string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.';
49 $string['getcategoryfromfile'] = 'Get category from file';
50 $string['getcontextfromfile'] = 'Get context from file';
51 $string['ignorebroken'] = 'Ignore broken links';
52 $string['invalidcontextinhasanyquestions'] = 'Invalid context passed to question_context_has_any_questions.';
53 $string['linkedfiledoesntexist'] = 'Linked file $a doesn\'t exist';
54 $string['makechildof'] = "Make Child of '\$a'";
55 $string['maketoplevelitem'] = 'Move to top level';
56 $string['missingimportantcode'] = 'This question type is missing important code: $a.';
57 $string['modified'] = 'Last saved';
58 $string['move']= 'Move from $a and change links.';
59 $string['movecategory']= 'Move Category';
60 $string['movedquestionsandcategories'] = 'Moved questions and question categories from $a->oldplace to $a->newplace.';
61 $string['movelinksonly']= 'Just change where links point to, do not move or copy files.';
62 $string['moveqtoanothercontext']= 'Move question to another context.';
63 $string['moveq']= 'Move question(s)';
64 $string['movingcategory']= 'Moving Category';
65 $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}?';
66 $string['movingcategorynofiles']= 'Are you sure you want to move category \"{$a->name}\" and all child categories to context for \"{$a->contextto}\"?';
67 $string['movingquestions'] = 'Moving Questions and Any Files';
68 $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}?';
69 $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}.';
70 $string['needtochoosecat'] = 'You need to choose a category to move this question to or press \'cancel\'.';
71 $string['nopermissionadd'] = 'You don\'t have permission to add questions here.';
72 $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.';
73 $string['noprobs'] = 'No problems found in your question database.';
74 $string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.';
75 $string['notenoughdatatomovequestions'] = 'You need to provide the question ids of questions you want to move.';
76 $string['permissionedit'] = 'Edit this question';
77 $string['permissionmove'] = 'Move this question';
78 $string['permissionsaveasnew'] = 'Save this as a new question';
79 $string['permissionto'] = 'You have permission to :';
80 $string['published'] = 'shared';
81 $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\".';
82 $string['questionbank'] = 'Question bank';
83 $string['questioncategory'] = 'Question category';
84 $string['questioncatsfor'] = 'Question Categories for \'$a\'';
85 $string['questiondoesnotexist'] = 'This question does not exist';
86 $string['questionsmovedto'] = 'Questions still in use moved to "$a" in the parent course category.';
87 $string['questionsrescuedfrom'] = 'Questions saved from context $a.';
88 $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.';
89 $string['questionuse'] = 'Use question in this activity';
90 $string['shareincontext'] = 'Share in context for $a';
91 $string['tofilecategory'] = 'Write category to file';
92 $string['tofilecontext'] = 'Write context to file';
93 $string['unknown'] = 'Unknown';
94 $string['unknownquestiontype'] = 'Unknown question type: $a.';
95 $string['unpublished'] = 'unshared';
96 $string['upgradeproblemcategoryloop'] = 'Problem detected when upgrading question categories. There is a loop in the category tree. The affected category ids are $a.';
97 $string['upgradeproblemcouldnotupdatecategory'] = 'Could not update question category $a->name ($a->id).';
98 $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.';
99 $string['yourfileshoulddownload'] = 'Your export file should start to download shortly. If not, please <a href=\"$a\">click here</a>. Parent changed to fix problem.';