mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-24180 new help string
This commit is contained in:
parent
e7eca65d98
commit
2168d332de
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ $string['addcompletions'] = 'Add {no} activity conditions to form';
|
||||||
$string['addgrades'] = 'Add {no} grade conditions to form';
|
$string['addgrades'] = 'Add {no} grade conditions to form';
|
||||||
$string['availabilityconditions'] = 'Restrict availability';
|
$string['availabilityconditions'] = 'Restrict availability';
|
||||||
$string['availablefrom'] = 'Accessible from';
|
$string['availablefrom'] = 'Accessible from';
|
||||||
|
$string['availablefrom_help'] = 'Accessible from/to dates determine when students can access the activity via a link on the course page.
|
||||||
|
|
||||||
|
The difference between accessible 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 accessible from/to dates prevent access completely.';
|
||||||
$string['availableuntil'] = 'Accessible until';
|
$string['availableuntil'] = 'Accessible until';
|
||||||
$string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'available from\' date should be before the \'until\' date.';
|
$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['completion_complete'] = 'must be marked complete';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue