mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-60388 analytics: Any write action looking at all contexts below course
This commit is contained in:
parent
9644c0e87a
commit
6e98bca0ba
4 changed files with 159 additions and 1 deletions
|
@ -1038,6 +1038,8 @@ $string['indicator:accessesbeforestart'] = 'Course accessed before start date';
|
|||
$string['indicator:accessesbeforestart_help'] = 'This indicator reflects if the student accessed the course before the course start date.';
|
||||
$string['indicator:anywrite'] = 'Any write action';
|
||||
$string['indicator:anywrite_help'] = 'This indicator represents any write (submit) action taken by the student.';
|
||||
$string['indicator:anywriteincourse'] = 'Any write action in the course';
|
||||
$string['indicator:anywriteincourse_help'] = 'This indicator represents any write (submit) action taken by the student in any course activity.';
|
||||
$string['indicator:completeduserprofile'] = 'User profile is completed';
|
||||
$string['indicator:completeduserprofile_help'] = 'This indicator represents that the student has completed their user profile.';
|
||||
$string['indicator:completionenabled'] = 'Completion tracking enabled';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue