Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/condition.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00026 $string['addcompletions'] = 'Add {no} activity conditions to form';
00027 $string['addgrades'] = 'Add {no} grade conditions to form';
00028 $string['availabilityconditions'] = 'Restrict access';
00029 $string['availablefrom'] = 'Allow access from';
00030 $string['availablefrom_help'] = 'Access from/to dates determine when students can access the activity via a link on the course page.
00031 
00032 The difference between access from/to dates and availability settings for the activity is that outside the set dates the latter allows students to view the activity description, whereas access from/to dates prevent access completely.';
00033 $string['availableuntil'] = 'Allow access until';
00034 $string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'Allow access from\' date should be before the \'until\' date.';
00035 $string['badgradelimits'] = 'If you set both an upper and lower grade limit, the upper limit must be higher than the lower limit.';
00036 $string['completion_complete'] = 'must be marked complete';
00037 $string['completioncondition'] = 'Activity completion condition';
00038 $string['completioncondition_help'] = 'This setting determines any activity completion conditions which must be met in order to access the activity. Note that completion tracking must first be set before an activity completion condition can be set.
00039 
00040 Multiple activity completion conditions may be set if desired.  If so, access to the activity will only be permitted when ALL activity completion conditions are met.';
00041 $string['completion_fail'] = 'must be complete with fail grade';
00042 $string['completion_incomplete'] = 'must not be marked complete';
00043 $string['completion_pass'] = 'must be complete with pass grade';
00044 $string['configenableavailability'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity can be accessed.';
00045 $string['enableavailability'] = 'Enable conditional access';
00046 $string['grade_atleast'] = 'must be at least';
00047 $string['gradecondition'] = 'Grade condition';
00048 $string['gradecondition_help'] = 'This setting determines any grade conditions which must be met in order to access the activity.
00049 
00050 Multiple grade conditions may be set if desired. If so, the activity will only allow access when ALL grade conditions are met.';
00051 $string['grade_upto'] = 'and less than';
00052 $string['gradeitembutnolimits'] = 'You must enter an upper or lower limit, or both.';
00053 $string['gradelimitsbutnoitem'] = 'You must choose a grade item.';
00054 $string['gradesmustbenumeric'] = 'The minimum and maximum grades must be numeric (or blank).';
00055 $string['none'] = '(none)';
00056 $string['notavailableyet'] = 'Not available yet';
00057 $string['requires_completion_0'] = 'Not available unless the activity <strong>{$a}</strong> is incomplete.';
00058 $string['requires_completion_1'] = 'Not available until the activity <strong>{$a}</strong> is marked complete.';
00059 $string['requires_completion_2'] = 'Not available until the activity <strong>{$a}</strong> is complete and passed.';
00060 $string['requires_completion_3'] = 'Not available unless the activity <strong>{$a}</strong> is complete and failed.';
00061 $string['requires_date'] = 'Available from {$a}.';
00062 $string['requires_date_before'] = 'Available until {$a}.';
00063 $string['requires_date_both'] = 'Available from {$a->from} to {$a->until}.';
00064 $string['requires_date_both_single_day'] = 'Available on {$a}.';
00065 $string['requires_grade_any'] = 'Not available until you have a grade in <strong>{$a}</strong>.';
00066 $string['requires_grade_max'] = 'Not available unless you get an appropriate score in <strong>{$a}</strong>.';
00067 $string['requires_grade_min'] = 'Not available until you achieve a required score in <strong>{$a}</strong>.';
00068 $string['requires_grade_range'] = 'Not available unless you get a particular score in <strong>{$a}</strong>.';
00069 $string['showavailability'] = 'Before activity can be accessed';
00070 $string['showavailability_hide'] = 'Hide activity entirely';
00071 $string['showavailability_show'] = 'Show activity greyed-out, with restriction information';
00072 $string['userrestriction_hidden'] = 'Restricted (completely hidden, no message): &lsquo;{$a}&rsquo;';
00073 $string['userrestriction_visible'] = 'Restricted: &lsquo;{$a}&rsquo;';
 All Data Structures Namespaces Files Functions Variables Enumerations