Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/qeupgradehelper/lang/en/tool_qeupgradehelper.php File Reference

Go to the source code of this file.

Namespaces

namespace  tool

Variables

 $string ['action'] = 'Action'
 $string ['alreadydone'] = 'Everything has already been converted'
 $string ['areyousure'] = 'Are you sure?'
 $string ['areyousuremessage'] = 'Do you wish to proceed with upgrading all {$a->numtoconvert} attempts at quiz \'{$a->name}\' in course {$a->shortname}?'
 $string ['areyousureresetmessage'] = 'Quiz \'{$a->name}\' in course {$a->shortname} has {$a->totalattempts} attempts, of which {$a->convertedattempts} were upgraded from the old system. Of those, {$a->resettableattempts} can be reset, for later re-conversion. Do you want to proceed with this?'
 $string ['attemptstoconvert'] = 'Attempts needing conversion'
 $string ['backtoindex'] = 'Back to the main page'
 $string ['conversioncomplete'] = 'Conversion complete'
 $string ['convertattempts'] = 'Convert attempts'
 $string ['convertquiz'] = 'Convert attempts...'
 $string ['convertedattempts'] = 'Converted attempts'
 $string ['cronenabled'] = 'Cron enabled'
 $string ['croninstructions'] = 'You can enable cron to automatically complete the upgrade following a partial upgrade. Cron will run between set hours on the day (according to server local time). Each time cron runs, it will process a number of attempts until Time limit amount of time has been used, then it will stop and wait for the next cron run. Even if you have set up cron, it will not do anything unless it detects that the main upgrade to 2.1 has been completed.'
 $string ['cronprocesingtime'] = 'Processing time each cron run'
 $string ['cronsetup'] = 'Configure cron'
 $string ['cronsetup_desc'] = 'You can configure cron to complete the upgrade of quiz attempt data automatically.'
 $string ['cronstarthour'] = 'Start hour'
 $string ['cronstophour'] = 'Stop hour'
 $string ['extracttestcase'] = 'Extract test case'
 $string ['extracttestcase_desc'] = 'Use example data from the database to help create unit tests that can be used to test the upgrade.'
 $string ['gotoindex'] = 'Back to the list of quizzes that can be upgraded'
 $string ['gotoquizreport'] = 'Go to the reports for this quiz, to check the upgrade'
 $string ['gotoresetlink'] = 'Go to the list of quizzes that can be reset'
 $string ['includedintheupgrade'] = 'Included in the upgrade?'
 $string ['invalidquizid'] = 'Invaid quiz id. Either the quiz does not exist, or it has no attempts to convert.'
 $string ['listpreupgrade'] = 'List quizzes and attempts'
 $string ['listpreupgrade_desc'] = 'This will show a report of all the quizzes on the system and how many attempts they have. This will give you an idea of the scope of the upgrade you have to do.'
 $string ['listpreupgradeintro'] = 'These are the number of quiz attempts that will need to be processed when you upgrade your site. A few tens of thousands is no worry. Much beyond that and you need to think about how long the upgrade will take.'
 $string ['listtodo'] = 'List quizzes still to upgrade'
 $string ['listtodo_desc'] = 'This will show a report of all the quizzes on the system (if any) that have attempts that still need to be upgraded to the new question engine.'
 $string ['listtodointro'] = 'These are all the quizzes with attempt data that still needs to be converted. You can convert the attempts by clicking the link.'
 $string ['listupgraded'] = 'List already upgrade quizzes that can be reset'
 $string ['listupgraded_desc'] = 'This will show a report of all the quizzes on the system whose attempts have been upgraded, and where the old data is still present so the upgrade could be reset and redone.'
 $string ['listupgradedintro'] = 'These are all the quizzes that have attempts that were upgraded, and where the old attempt data is so there, so they could be reset, and the upgrade re-done.'
 $string ['noquizattempts'] = 'Your site does not have any quiz attempts at all!'
 $string ['nothingupgradedyet'] = 'No upgraded attempts that can be reset'
 $string ['notupgradedsiterequired'] = 'This script can only work before the site has been upgraded.'
 $string ['numberofattempts'] = 'Number of quiz attempts'
 $string ['oldsitedetected'] = 'This appears to be a site that has not yet been upgraded to include the new question engine.'
 $string ['outof'] = '{$a->some} out of {$a->total}'
 $string ['pluginname'] = 'Question engine upgrade helper'
 $string ['pretendupgrade'] = 'Do a dry-run of the attempts upgrade'
 $string ['pretendupgrade_desc'] = 'The upgrade does three things: Load the existing data from the database; transform it; then write the transformed data to the DB. This script will test the first two parts of the process.'
 $string ['questionsessions'] = 'Question sessions'
 $string ['quizid'] = 'Quiz id'
 $string ['quizupgrade'] = 'Quiz upgrade status'
 $string ['quizzesthatcanbereset'] = 'The following quizzes have converted attempts that you may be able to reset'
 $string ['quizzestobeupgraded'] = 'All quizzes with attempts'
 $string ['quizzeswithunconverted'] = 'The following quizzes have attempts that need to be converted'
 $string ['resetquiz'] = 'Reset attempts...'
 $string ['resetcomplete'] = 'Reset complete'
 $string ['resettingquizattempts'] = 'Resetting quiz attempts'
 $string ['resettingquizattemptsprogress'] = 'Resetting attempt {$a->done} / {$a->outof}'
 $string ['upgradingquizattempts'] = 'Upgrading the attempts for quiz \'{$a->name}\' in course {$a->shortname}'
 $string ['upgradedsitedetected'] = 'This appears to be a site that has been upgraded to include the new question engine.'
 $string ['upgradedsiterequired'] = 'This script can only work after the site has been upgraded.'
 $string ['veryoldattemtps'] = 'Your site has {$a} quiz attempts that were never completely updated during the upgrade from Moodle 1.4 to Moodle 1.5. These attempts will be dealt wiht before the main upgrade. You need to to consider the extra time required for this.'

Variable Documentation

$string['action'] = 'Action'

Definition at line 27 of file tool_qeupgradehelper.php.

$string['alreadydone'] = 'Everything has already been converted'

Definition at line 28 of file tool_qeupgradehelper.php.

$string['areyousure'] = 'Are you sure?'

Definition at line 29 of file tool_qeupgradehelper.php.

$string['areyousuremessage'] = 'Do you wish to proceed with upgrading all {$a->numtoconvert} attempts at quiz \'{$a->name}\' in course {$a->shortname}?'

Definition at line 30 of file tool_qeupgradehelper.php.

$string['areyousureresetmessage'] = 'Quiz \'{$a->name}\' in course {$a->shortname} has {$a->totalattempts} attempts, of which {$a->convertedattempts} were upgraded from the old system. Of those, {$a->resettableattempts} can be reset, for later re-conversion. Do you want to proceed with this?'

Definition at line 31 of file tool_qeupgradehelper.php.

$string['attemptstoconvert'] = 'Attempts needing conversion'

Definition at line 32 of file tool_qeupgradehelper.php.

$string['backtoindex'] = 'Back to the main page'

Definition at line 33 of file tool_qeupgradehelper.php.

$string['conversioncomplete'] = 'Conversion complete'

Definition at line 34 of file tool_qeupgradehelper.php.

$string['convertattempts'] = 'Convert attempts'

Definition at line 35 of file tool_qeupgradehelper.php.

$string['convertquiz'] = 'Convert attempts...'

Definition at line 36 of file tool_qeupgradehelper.php.

$string['convertedattempts'] = 'Converted attempts'

Definition at line 37 of file tool_qeupgradehelper.php.

$string['cronenabled'] = 'Cron enabled'

Definition at line 38 of file tool_qeupgradehelper.php.

$string['croninstructions'] = 'You can enable cron to automatically complete the upgrade following a partial upgrade. Cron will run between set hours on the day (according to server local time). Each time cron runs, it will process a number of attempts until Time limit amount of time has been used, then it will stop and wait for the next cron run. Even if you have set up cron, it will not do anything unless it detects that the main upgrade to 2.1 has been completed.'

Definition at line 39 of file tool_qeupgradehelper.php.

$string['cronprocesingtime'] = 'Processing time each cron run'

Definition at line 40 of file tool_qeupgradehelper.php.

$string['cronsetup'] = 'Configure cron'

Definition at line 41 of file tool_qeupgradehelper.php.

$string['cronsetup_desc'] = 'You can configure cron to complete the upgrade of quiz attempt data automatically.'

Definition at line 42 of file tool_qeupgradehelper.php.

$string['cronstarthour'] = 'Start hour'

Definition at line 43 of file tool_qeupgradehelper.php.

$string['cronstophour'] = 'Stop hour'

Definition at line 44 of file tool_qeupgradehelper.php.

$string['extracttestcase'] = 'Extract test case'

Definition at line 45 of file tool_qeupgradehelper.php.

$string['extracttestcase_desc'] = 'Use example data from the database to help create unit tests that can be used to test the upgrade.'

Definition at line 46 of file tool_qeupgradehelper.php.

$string['gotoindex'] = 'Back to the list of quizzes that can be upgraded'

Definition at line 47 of file tool_qeupgradehelper.php.

$string['gotoquizreport'] = 'Go to the reports for this quiz, to check the upgrade'

Definition at line 48 of file tool_qeupgradehelper.php.

$string['gotoresetlink'] = 'Go to the list of quizzes that can be reset'

Definition at line 49 of file tool_qeupgradehelper.php.

$string['includedintheupgrade'] = 'Included in the upgrade?'

Definition at line 50 of file tool_qeupgradehelper.php.

$string['invalidquizid'] = 'Invaid quiz id. Either the quiz does not exist, or it has no attempts to convert.'

Definition at line 51 of file tool_qeupgradehelper.php.

$string['listpreupgrade'] = 'List quizzes and attempts'

Definition at line 52 of file tool_qeupgradehelper.php.

$string['listpreupgrade_desc'] = 'This will show a report of all the quizzes on the system and how many attempts they have. This will give you an idea of the scope of the upgrade you have to do.'

Definition at line 53 of file tool_qeupgradehelper.php.

$string['listpreupgradeintro'] = 'These are the number of quiz attempts that will need to be processed when you upgrade your site. A few tens of thousands is no worry. Much beyond that and you need to think about how long the upgrade will take.'

Definition at line 54 of file tool_qeupgradehelper.php.

$string['listtodo'] = 'List quizzes still to upgrade'

Definition at line 55 of file tool_qeupgradehelper.php.

$string['listtodo_desc'] = 'This will show a report of all the quizzes on the system (if any) that have attempts that still need to be upgraded to the new question engine.'

Definition at line 56 of file tool_qeupgradehelper.php.

$string['listtodointro'] = 'These are all the quizzes with attempt data that still needs to be converted. You can convert the attempts by clicking the link.'

Definition at line 57 of file tool_qeupgradehelper.php.

$string['listupgraded'] = 'List already upgrade quizzes that can be reset'

Definition at line 58 of file tool_qeupgradehelper.php.

$string['listupgraded_desc'] = 'This will show a report of all the quizzes on the system whose attempts have been upgraded, and where the old data is still present so the upgrade could be reset and redone.'

Definition at line 59 of file tool_qeupgradehelper.php.

$string['listupgradedintro'] = 'These are all the quizzes that have attempts that were upgraded, and where the old attempt data is so there, so they could be reset, and the upgrade re-done.'

Definition at line 60 of file tool_qeupgradehelper.php.

$string['noquizattempts'] = 'Your site does not have any quiz attempts at all!'

Definition at line 61 of file tool_qeupgradehelper.php.

$string['nothingupgradedyet'] = 'No upgraded attempts that can be reset'

Definition at line 62 of file tool_qeupgradehelper.php.

$string['notupgradedsiterequired'] = 'This script can only work before the site has been upgraded.'

Definition at line 63 of file tool_qeupgradehelper.php.

$string['numberofattempts'] = 'Number of quiz attempts'

Definition at line 64 of file tool_qeupgradehelper.php.

$string['oldsitedetected'] = 'This appears to be a site that has not yet been upgraded to include the new question engine.'

Definition at line 65 of file tool_qeupgradehelper.php.

$string['outof'] = '{$a->some} out of {$a->total}'

Definition at line 66 of file tool_qeupgradehelper.php.

$string['pluginname'] = 'Question engine upgrade helper'

Definition at line 67 of file tool_qeupgradehelper.php.

$string['pretendupgrade'] = 'Do a dry-run of the attempts upgrade'

Definition at line 68 of file tool_qeupgradehelper.php.

$string['pretendupgrade_desc'] = 'The upgrade does three things: Load the existing data from the database; transform it; then write the transformed data to the DB. This script will test the first two parts of the process.'

Definition at line 69 of file tool_qeupgradehelper.php.

$string['questionsessions'] = 'Question sessions'

Definition at line 70 of file tool_qeupgradehelper.php.

$string['quizid'] = 'Quiz id'

Definition at line 71 of file tool_qeupgradehelper.php.

$string['quizupgrade'] = 'Quiz upgrade status'

Definition at line 72 of file tool_qeupgradehelper.php.

$string['quizzesthatcanbereset'] = 'The following quizzes have converted attempts that you may be able to reset'

Definition at line 73 of file tool_qeupgradehelper.php.

$string['quizzestobeupgraded'] = 'All quizzes with attempts'

Definition at line 74 of file tool_qeupgradehelper.php.

$string['quizzeswithunconverted'] = 'The following quizzes have attempts that need to be converted'

Definition at line 75 of file tool_qeupgradehelper.php.

$string['resetquiz'] = 'Reset attempts...'

Definition at line 76 of file tool_qeupgradehelper.php.

$string['resetcomplete'] = 'Reset complete'

Definition at line 77 of file tool_qeupgradehelper.php.

$string['resettingquizattempts'] = 'Resetting quiz attempts'

Definition at line 78 of file tool_qeupgradehelper.php.

$string['resettingquizattemptsprogress'] = 'Resetting attempt {$a->done} / {$a->outof}'

Definition at line 79 of file tool_qeupgradehelper.php.

$string['upgradingquizattempts'] = 'Upgrading the attempts for quiz \'{$a->name}\' in course {$a->shortname}'

Definition at line 80 of file tool_qeupgradehelper.php.

$string['upgradedsitedetected'] = 'This appears to be a site that has been upgraded to include the new question engine.'

Definition at line 81 of file tool_qeupgradehelper.php.

$string['upgradedsiterequired'] = 'This script can only work after the site has been upgraded.'

Definition at line 82 of file tool_qeupgradehelper.php.

$string['veryoldattemtps'] = 'Your site has {$a} quiz attempts that were never completely updated during the upgrade from Moodle 1.4 to Moodle 1.5. These attempts will be dealt wiht before the main upgrade. You need to to consider the extra time required for this.'

Definition at line 83 of file tool_qeupgradehelper.php.

 All Data Structures Namespaces Files Functions Variables Enumerations