### Eclipse Workspace Patch 1.0 #P moodle-HEAD Index: lang/en_utf8/question.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/question.php,v retrieving revision 1.4 diff -u -r1.4 question.php --- lang/en_utf8/question.php 19 Apr 2007 08:57:54 -0000 1.4 +++ lang/en_utf8/question.php 8 Aug 2007 13:29:03 -0000 @@ -1,14 +1,31 @@ caturl\">Category \"$a->name\" in course \"$a->coursename\" will have it\'s sharing status changed from $a->changefrom to $a->changeto.'; +$string['questionaffected'] = 'qurl\">Question \"$a->name\" ($a->qtype) is in this question category but is also being used in qurl\">quiz \"$a->quizname\" in another course \"$a->coursename\".'; +$string['cwrqpfs'] = 'Random questions selecting questions from sub categories.'; +$string['cwrqpfsinfo'] = '

During the upgrade to Moodle 1.9 we will seperate question categories into +different contexts. Some question categories and questions on your site will have to have their sharing +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 +shared and unshared categories (as is the case on this site). This happens when a \'random\' question is set to select +from subcategories and one or more subcategories have a different sharing status to the parent category in which +the random question is created.

+

The following question categories, from which \'random\' questions in parent categories select questions from, will have their sharing status changed to the same sharing status as the category with the \'random\' question in on upgrading to Moodle 1.9. The following categories will have their sharing status changed. Questions which are affected will continue to work in all existing quizzes until you remove them from these quizzes.'; +$string['cwrqpfsnoprob'] = 'No question categories in your site are affected by the \'Random questions selecting questions from sub categories\' issue.'; $string['categorydoesnotexist'] = 'This category does not exist'; +$string['copy']= 'Copy'; +$string['donothing']= 'Do Nothing'; $string['editingquestion'] = 'Editing a question'; +$string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.'; +$string['makechildof'] = "Make Child of '\$a'"; +$string['maketoplevelitem'] = 'Move to top level'; $string['missingimportantcode'] = 'This question type is missing important code: $a.'; +$string['move']= 'Move'; +$string['movecategory']= 'Move Category'; $string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.'; +$string['published'] = 'published'; $string['questionbank'] = 'Question bank'; $string['questiondoesnotexist'] = 'This question does not exist'; $string['unknownquestiontype'] = 'Unknown question type: $a.'; -$string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.'; -$string['makechildof'] = "Make Child of '\$a'"; -$string['maketoplevelitem'] = 'Move to top level'; +$string['unpublished'] = 'unpublished'; ?> Index: lang/en_utf8/admin.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/admin.php,v retrieving revision 1.135 diff -u -r1.135 admin.php --- lang/en_utf8/admin.php 1 Aug 2007 08:22:47 -0000 1.135 +++ lang/en_utf8/admin.php 8 Aug 2007 13:29:03 -0000 @@ -503,6 +503,7 @@ $string['proxyhost'] = 'Proxy host'; $string['proxyport'] = 'Proxy port'; $string['quarantinedir'] = 'Quarantine directory'; +$string['question'] = 'Question'; $string['rcache'] = 'Record cache'; $string['rcachettl'] = 'Record cache TTL'; $string['releasenoteslink'] = 'For information about this version of Moodle, please see the online Release Notes'; @@ -523,6 +524,8 @@ $string['runclamavonupload'] = 'Use clam AV on uploaded files'; $string['qtyperqpwillberemoved'] = 'During the upgrade, the RQP question type will be removed. You were not using this question type, so you should not experience any problems.'; $string['qtyperqpwillberemovedanyway'] = 'During the upgrade, the RQP question type will be removed. You have some RQP questions in your database, and these will stop working unless you reinstall the code from http://moodle.org/mod/data/view.php?d=13&rid=797 before continuing with the upgrade.'; +$string['questioncwqpfscheck'] = 'One or more \'random\' questions in a quiz are set up to select questions from a mixture of shared and unshared question categories. There is a more detailled report reporturl\">here and see Moodle Docs page docsurl\">here.'; +$string['questioncwqpfsok'] = 'Good. There are no \'random\' questions in your quizzes are set up to select questions from a mixture of shared and unshared question categories.'; $string['savechanges'] = 'Save Changes'; $string['search'] = 'Search'; $string['searchresults'] = 'Search Results';