mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-58140 completion: Added bulk activity completion page.
Part of MDL-58138 epic
This commit is contained in:
parent
b54bcddda4
commit
0b6208018f
11 changed files with 527 additions and 0 deletions
|
@ -37,6 +37,10 @@ $string['all'] = 'All';
|
|||
$string['any'] = 'Any';
|
||||
$string['approval'] = 'Approval';
|
||||
$string['badautocompletion'] = 'When you select automatic completion, you must also enable at least one requirement (below).';
|
||||
$string['bulkactivitycompletion'] = 'Bulk edit activity completion';
|
||||
$string['checkall'] = 'Check or uncheck all activities and resources';
|
||||
$string['checkallsection'] = 'Check or uncheck all activities and resources in the following section: {$a}';
|
||||
$string['checkactivity'] = 'Checkbox for activity / resource: {$a}';
|
||||
$string['completed'] = 'Completed';
|
||||
$string['completedunlocked'] = 'Completion options unlocked';
|
||||
$string['completedunlockedtext'] = 'When you save changes, completion state for all students will be erased. If you change your mind about this, do not save the form.';
|
||||
|
@ -160,6 +164,7 @@ $string['remainingenroledfortime'] = 'Remaining enrolled for a specified period
|
|||
$string['remainingenroleduntildate'] = 'Remaining enrolled until a specified date';
|
||||
$string['reportpage'] = 'Showing users {$a->from} to {$a->to} of {$a->total}.';
|
||||
$string['requiredcriteria'] = 'Required criteria';
|
||||
$string['resetactivities'] = 'Clear all checked activities and resources';
|
||||
$string['restoringcompletiondata'] = 'Writing completion data';
|
||||
$string['roleaggregation'] = 'Condition requires';
|
||||
$string['roleaggregation_all'] = 'ALL selected roles to mark when the condition is met';
|
||||
|
@ -175,6 +180,7 @@ $string['unenrolment'] = 'Unenrolment';
|
|||
$string['unit'] = 'Unit';
|
||||
$string['unlockcompletion'] = 'Unlock completion options';
|
||||
$string['unlockcompletiondelete'] = 'Unlock completion options and delete user completion data';
|
||||
$string['updateactivities'] = 'Update completion status of checked activities';
|
||||
$string['usealternateselector'] = 'Use the alternate course selector';
|
||||
$string['usernotenroled'] = 'User is not enrolled in this course';
|
||||
$string['viewcoursereport'] = 'View course report';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue