diff --git a/lang/en/condition.php b/lang/en/condition.php index 4aa360f9c86..d36a248a046 100644 --- a/lang/en/condition.php +++ b/lang/en/condition.php @@ -33,7 +33,7 @@ $string['availableuntil_help'] = 'The activity disappears after this date. The a $string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'available from\' date should be before the \'until\' date.'; $string['completion_complete'] = 'must be marked complete'; $string['completioncondition'] = 'Activity completion condition'; -$string['completioncondition_help'] = 'Not available until the user has completed another activity in a particular way'; +$string['completioncondition_help'] = 'This setting determines any activity completion conditions which must be met in order for the activity to be available. 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. The activity will only become available when ALL activity completion conditions are met.'; $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'; @@ -41,25 +41,7 @@ $string['configenableavailability'] = 'When enabled, this lets you set condition $string['enableavailability'] = 'Enable conditional availability'; $string['grade_atleast'] = 'must be at least'; $string['gradecondition'] = 'Grade condition'; -$string['gradecondition_help'] = 'You can specify a condition on any grade in the course: the full course grade, the grade for any activity, or a custom grade that you create manually. -You can enter either a minimum value (≥), a maximum value (<), both, or -neither. The activity will only appear if the student has a value for the -specified grade, and if it falls within any specified number range. -You can add more than one grade condition. All conditions must be met in order -for the activity to appear. -