mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-59987 analytics: Updated indicator names
Indicator names updated to better reflect what they make reference to.
This commit is contained in:
parent
0328f12b07
commit
68f4be7085
1 changed files with 10 additions and 10 deletions
|
@ -1025,24 +1025,24 @@ $string['includeroleassignments'] = 'Include role assignments';
|
||||||
$string['includesitefiles'] = 'Include site files used in this course';
|
$string['includesitefiles'] = 'Include site files used in this course';
|
||||||
$string['includeuserfiles'] = 'Include user files';
|
$string['includeuserfiles'] = 'Include user files';
|
||||||
$string['increasesections'] = 'Increase the number of sections';
|
$string['increasesections'] = 'Increase the number of sections';
|
||||||
$string['indicator:accessesafterend'] = 'Accesses after the end date';
|
$string['indicator:accessesafterend'] = 'Course was accessed after the end date';
|
||||||
$string['indicator:accessesafterend_help'] = 'This indicator reflects the accesses by the student after the end date of the course.';
|
$string['indicator:accessesafterend_help'] = 'This indicator reflects if the student accessed the course after the end date of the course.';
|
||||||
$string['indicator:accessesbeforestart'] = 'Accesses before the start date';
|
$string['indicator:accessesbeforestart'] = 'Course was accessed before the start date';
|
||||||
$string['indicator:accessesbeforestart_help'] = 'This indicator reflects the accesses by the student before the start date of the course.';
|
$string['indicator:accessesbeforestart_help'] = 'This indicator reflects if the student accessed the course before the start date of the course';
|
||||||
$string['indicator:anywrite'] = 'Any write action';
|
$string['indicator:anywrite'] = 'Any write action';
|
||||||
$string['indicator:anywrite_help'] = 'This indicator represents any write (submit) action taken by the student.';
|
$string['indicator:anywrite_help'] = 'This indicator represents any write (submit) action taken by the student.';
|
||||||
$string['indicator:completeduserprofile'] = 'User profile is completed';
|
$string['indicator:completeduserprofile'] = 'User profile is completed';
|
||||||
$string['indicator:completeduserprofile_help'] = 'This indicator represents that the student has completed their user profile.';
|
$string['indicator:completeduserprofile_help'] = 'This indicator represents that the student has completed their user profile.';
|
||||||
$string['indicator:completionenabled'] = 'Completion enabled';
|
$string['indicator:completionenabled'] = 'Course completion enabled';
|
||||||
$string['indicator:completionenabled_help'] = 'This indicator represents that completion tracking has been enabled.';
|
$string['indicator:completionenabled_help'] = 'This indicator represents that completion tracking has been enabled for this course.';
|
||||||
$string['indicator:nostudent'] = 'There are no students';
|
$string['indicator:nostudent'] = 'There are no students';
|
||||||
$string['indicator:nostudent_help'] = 'This indicator reflects that this course has no students.';
|
$string['indicator:nostudent_help'] = 'This indicator reflects that this course has no students.';
|
||||||
$string['indicator:noteacher'] = 'There are no teachers';
|
$string['indicator:noteacher'] = 'There are no teachers';
|
||||||
$string['indicator:noteacher_help'] = 'This indicator reflects that this course has no teachers.';
|
$string['indicator:noteacher_help'] = 'This indicator reflects that this course has no teachers.';
|
||||||
$string['indicator:potentialcognitive'] = 'Potential cognitive depth';
|
$string['indicator:potentialcognitive'] = 'Course potential cognitive depth';
|
||||||
$string['indicator:potentialcognitive_help'] = 'This indicator is based on the potential cognitive depth that could be reached by a student in this activity.';
|
$string['indicator:potentialcognitive_help'] = 'This indicator is based on the potential cognitive depth that could be reached by a student in this course activities.';
|
||||||
$string['indicator:potentialsocial'] = 'Potential social breadth';
|
$string['indicator:potentialsocial'] = 'Course potential social breadth';
|
||||||
$string['indicator:potentialsocial_help'] = 'This indicator is based on the potential social breadth that could be reached by the student in the activity.';
|
$string['indicator:potentialsocial_help'] = 'This indicator is based on the potential social breadth that could be reached by the student in this course activities.';
|
||||||
$string['indicator:readactions'] = 'Read actions amount';
|
$string['indicator:readactions'] = 'Read actions amount';
|
||||||
$string['indicator:readactions_help'] = 'This indicator represents the number of read (view) actions taken by the student.';
|
$string['indicator:readactions_help'] = 'This indicator represents the number of read (view) actions taken by the student.';
|
||||||
$string['indicator:userforumstracking'] = 'User is tracking forums';
|
$string['indicator:userforumstracking'] = 'User is tracking forums';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue