mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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';
|
||||
|
|
|
@ -30,6 +30,7 @@ $string['active'] = 'Active';
|
|||
$string['activeusers'] = 'Active users';
|
||||
$string['activities'] = 'Activities';
|
||||
$string['activities_help'] = 'Activities, such as forums, quizzes and wikis, enable interactive content to be added to the course.';
|
||||
$string['activitieslabel'] = 'Activities / Resources';
|
||||
$string['activity'] = 'Activity';
|
||||
$string['activityclipboard'] = 'Moving this activity: {$a}';
|
||||
$string['activityiscurrentlyhidden'] = 'Sorry, this activity is currently hidden';
|
||||
|
@ -217,6 +218,7 @@ $string['blocksuccess'] = '{$a} tables have been set up correctly';
|
|||
$string['brief'] = 'Brief';
|
||||
$string['bulkactions'] = 'Bulk actions';
|
||||
$string['bulkactionselect'] = '{$a} bulk action selection';
|
||||
$string['bulkactivitydetail'] = 'Select the activities you wish to bulk edit.';
|
||||
$string['bulkmovecoursessuccess'] = 'Successfully moved {$a->courses} courses into {$a->category}';
|
||||
$string['bycourseorder'] = 'By course order';
|
||||
$string['byname'] = 'by {$a}';
|
||||
|
@ -260,6 +262,7 @@ $string['commentsrequirelogin'] = 'You need to log in to view the comments.';
|
|||
$string['comparelanguage'] = 'Compare and edit current language';
|
||||
$string['complete'] = 'Complete';
|
||||
$string['completereport'] = 'Complete report';
|
||||
$string['completiontracking'] = 'Completion tracking';
|
||||
$string['configuration'] = 'Configuration';
|
||||
$string['confirm'] = 'Confirm';
|
||||
$string['confirmdeletesection'] = 'Are you absolutely sure you want to completely delete "{$a}" and all the activities it contains?';
|
||||
|
@ -1106,6 +1109,7 @@ $string['manageeditorfiles'] = 'Manage files used by editor';
|
|||
$string['managefilters'] = 'Filters';
|
||||
$string['managemodules'] = 'Modules';
|
||||
$string['manageroles'] = 'Roles and permissions';
|
||||
$string['manual'] = 'Manual';
|
||||
$string['markallread'] = 'Mark all as read';
|
||||
$string['markedthistopic'] = 'This topic is highlighted as the current topic';
|
||||
$string['markthistopic'] = 'Highlight this topic as the current topic';
|
||||
|
@ -1864,6 +1868,12 @@ $string['targetrole'] = 'Target role';
|
|||
$string['teacheronly'] = 'for the {$a} only';
|
||||
$string['teacherroles'] = '{$a} roles';
|
||||
$string['teachers'] = 'Teachers';
|
||||
$string['temphelp'] = 'Completion tracking';
|
||||
$string['temphelp_help'] = '<strong>None:</strong> Do not indicate activity completion
|
||||
|
||||
<strong>Manual:</strong> Students can manually mark the activity as completed
|
||||
|
||||
<strong>With condition(s):</strong> Show activity as complete when conditions are met';
|
||||
$string['textediting'] = 'Text editor';
|
||||
$string['textediting_help'] = 'If an HTML editor such as Atto or TinyMCE is selected, text input areas will have a toolbar with buttons for easily adding content.
|
||||
|
||||
|
@ -2027,6 +2037,7 @@ $string['whattocallzip'] = 'What do you want to call the zip file?';
|
|||
$string['whattodo'] = 'What to do';
|
||||
$string['windowclosing'] = 'This window should close automatically. If not, please close it now.';
|
||||
$string['withchosenfiles'] = 'With chosen files';
|
||||
$string['withconditions'] = 'With conditions';
|
||||
$string['withdisablednote'] = '{$a} (disabled)';
|
||||
$string['withoutuserdata'] = 'without user data';
|
||||
$string['withselectedusers'] = 'With selected users...';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue