Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/condition.php File Reference

Go to the source code of this file.

Namespaces

namespace  condition

Variables

 $string ['addcompletions'] = 'Add {no} activity conditions to form'
 $string ['addgrades'] = 'Add {no} grade conditions to form'
 $string ['availabilityconditions'] = 'Restrict access'
 $string ['availablefrom'] = 'Allow access from'
 $string ['availablefrom_help']
 $string ['availableuntil'] = 'Allow access until'
 $string ['badavailabledates'] = 'Invalid dates. If you set both dates, the \'Allow access from\' date should be before the \'until\' date.'
 $string ['badgradelimits'] = 'If you set both an upper and lower grade limit, the upper limit must be higher than the lower limit.'
 $string ['completion_complete'] = 'must be marked complete'
 $string ['completioncondition'] = 'Activity completion condition'
 $string ['completioncondition_help']
 $string ['completion_fail'] = 'must be complete with fail grade'
 $string ['completion_incomplete'] = 'must not be marked complete'
 $string ['completion_pass'] = 'must be complete with pass grade'
 $string ['configenableavailability'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity can be accessed.'
 $string ['enableavailability'] = 'Enable conditional access'
 $string ['grade_atleast'] = 'must be at least'
 $string ['gradecondition'] = 'Grade condition'
 $string ['gradecondition_help']
 $string ['grade_upto'] = 'and less than'
 $string ['gradeitembutnolimits'] = 'You must enter an upper or lower limit, or both.'
 $string ['gradelimitsbutnoitem'] = 'You must choose a grade item.'
 $string ['gradesmustbenumeric'] = 'The minimum and maximum grades must be numeric (or blank).'
 $string ['none'] = '(none)'
 $string ['notavailableyet'] = 'Not available yet'
 $string ['requires_completion_0'] = 'Not available unless the activity <strong>{$a}</strong> is incomplete.'
 $string ['requires_completion_1'] = 'Not available until the activity <strong>{$a}</strong> is marked complete.'
 $string ['requires_completion_2'] = 'Not available until the activity <strong>{$a}</strong> is complete and passed.'
 $string ['requires_completion_3'] = 'Not available unless the activity <strong>{$a}</strong> is complete and failed.'
 $string ['requires_date'] = 'Available from {$a}.'
 $string ['requires_date_before'] = 'Available until {$a}.'
 $string ['requires_date_both'] = 'Available from {$a->from} to {$a->until}.'
 $string ['requires_date_both_single_day'] = 'Available on {$a}.'
 $string ['requires_grade_any'] = 'Not available until you have a grade in <strong>{$a}</strong>.'
 $string ['requires_grade_max'] = 'Not available unless you get an appropriate score in <strong>{$a}</strong>.'
 $string ['requires_grade_min'] = 'Not available until you achieve a required score in <strong>{$a}</strong>.'
 $string ['requires_grade_range'] = 'Not available unless you get a particular score in <strong>{$a}</strong>.'
 $string ['showavailability'] = 'Before activity can be accessed'
 $string ['showavailability_hide'] = 'Hide activity entirely'
 $string ['showavailability_show'] = 'Show activity greyed-out, with restriction information'
 $string ['userrestriction_hidden'] = 'Restricted (completely hidden, no message): &lsquo;{$a}&rsquo;'
 $string ['userrestriction_visible'] = 'Restricted: &lsquo;{$a}&rsquo;'

Variable Documentation

$string['addcompletions'] = 'Add {no} activity conditions to form'

Definition at line 26 of file condition.php.

$string['addgrades'] = 'Add {no} grade conditions to form'

Definition at line 27 of file condition.php.

$string['availabilityconditions'] = 'Restrict access'

Definition at line 28 of file condition.php.

$string['availablefrom'] = 'Allow access from'

Definition at line 29 of file condition.php.

$string['availablefrom_help']
Initial value:
 'Access from/to dates determine when students can access the activity via a link on the course page.

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.'

Definition at line 30 of file condition.php.

$string['availableuntil'] = 'Allow access until'

Definition at line 33 of file condition.php.

$string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'Allow access from\' date should be before the \'until\' date.'

Definition at line 34 of file condition.php.

$string['badgradelimits'] = 'If you set both an upper and lower grade limit, the upper limit must be higher than the lower limit.'

Definition at line 35 of file condition.php.

$string['completion_complete'] = 'must be marked complete'

Definition at line 36 of file condition.php.

$string['completioncondition'] = 'Activity completion condition'

Definition at line 37 of file condition.php.

$string['completioncondition_help']
Initial value:
 '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.

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.'

Definition at line 38 of file condition.php.

$string['completion_fail'] = 'must be complete with fail grade'

Definition at line 41 of file condition.php.

$string['completion_incomplete'] = 'must not be marked complete'

Definition at line 42 of file condition.php.

$string['completion_pass'] = 'must be complete with pass grade'

Definition at line 43 of file condition.php.

$string['configenableavailability'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity can be accessed.'

Definition at line 44 of file condition.php.

$string['enableavailability'] = 'Enable conditional access'

Definition at line 45 of file condition.php.

$string['grade_atleast'] = 'must be at least'

Definition at line 46 of file condition.php.

$string['gradecondition'] = 'Grade condition'

Definition at line 47 of file condition.php.

$string['gradecondition_help']
Initial value:
 'This setting determines any grade conditions which must be met in order to access the activity.

Multiple grade conditions may be set if desired. If so, the activity will only allow access when ALL grade conditions are met.'

Definition at line 48 of file condition.php.

$string['grade_upto'] = 'and less than'

Definition at line 51 of file condition.php.

$string['gradeitembutnolimits'] = 'You must enter an upper or lower limit, or both.'

Definition at line 52 of file condition.php.

$string['gradelimitsbutnoitem'] = 'You must choose a grade item.'

Definition at line 53 of file condition.php.

$string['gradesmustbenumeric'] = 'The minimum and maximum grades must be numeric (or blank).'

Definition at line 54 of file condition.php.

$string['none'] = '(none)'

Definition at line 55 of file condition.php.

$string['notavailableyet'] = 'Not available yet'

Definition at line 56 of file condition.php.

$string['requires_completion_0'] = 'Not available unless the activity <strong>{$a}</strong> is incomplete.'

Definition at line 57 of file condition.php.

$string['requires_completion_1'] = 'Not available until the activity <strong>{$a}</strong> is marked complete.'

Definition at line 58 of file condition.php.

$string['requires_completion_2'] = 'Not available until the activity <strong>{$a}</strong> is complete and passed.'

Definition at line 59 of file condition.php.

$string['requires_completion_3'] = 'Not available unless the activity <strong>{$a}</strong> is complete and failed.'

Definition at line 60 of file condition.php.

$string['requires_date'] = 'Available from {$a}.'

Definition at line 61 of file condition.php.

$string['requires_date_before'] = 'Available until {$a}.'

Definition at line 62 of file condition.php.

$string['requires_date_both'] = 'Available from {$a->from} to {$a->until}.'

Definition at line 63 of file condition.php.

$string['requires_date_both_single_day'] = 'Available on {$a}.'

Definition at line 64 of file condition.php.

$string['requires_grade_any'] = 'Not available until you have a grade in <strong>{$a}</strong>.'

Definition at line 65 of file condition.php.

$string['requires_grade_max'] = 'Not available unless you get an appropriate score in <strong>{$a}</strong>.'

Definition at line 66 of file condition.php.

$string['requires_grade_min'] = 'Not available until you achieve a required score in <strong>{$a}</strong>.'

Definition at line 67 of file condition.php.

$string['requires_grade_range'] = 'Not available unless you get a particular score in <strong>{$a}</strong>.'

Definition at line 68 of file condition.php.

$string['showavailability'] = 'Before activity can be accessed'

Definition at line 69 of file condition.php.

$string['showavailability_hide'] = 'Hide activity entirely'

Definition at line 70 of file condition.php.

$string['showavailability_show'] = 'Show activity greyed-out, with restriction information'

Definition at line 71 of file condition.php.

$string['userrestriction_hidden'] = 'Restricted (completely hidden, no message): &lsquo;{$a}&rsquo;'

Definition at line 72 of file condition.php.

$string['userrestriction_visible'] = 'Restricted: &lsquo;{$a}&rsquo;'

Definition at line 73 of file condition.php.

 All Data Structures Namespaces Files Functions Variables Enumerations