Skip to content

Commit

Permalink
MDL-59987 analytics: Updated indicator names
Browse files Browse the repository at this point in the history
Indicator names updated to better reflect what they make
reference to.
  • Loading branch information
David Monllao committed Oct 9, 2017
1 parent 0328f12 commit 68f4be7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lang/en/moodle.php
Expand Up @@ -1025,24 +1025,24 @@
$string['includesitefiles'] = 'Include site files used in this course';
$string['includeuserfiles'] = 'Include user files';
$string['increasesections'] = 'Increase the number of sections';
$string['indicator:accessesafterend'] = 'Accesses 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:accessesbeforestart'] = 'Accesses 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:accessesafterend'] = 'Course was accessed after the end date';
$string['indicator:accessesafterend_help'] = 'This indicator reflects if the student accessed the course after the end date of the course.';
$string['indicator:accessesbeforestart'] = 'Course was accessed before the start date';
$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_help'] = 'This indicator represents any write (submit) action taken by the student.';
$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 enabled';
$string['indicator:completionenabled_help'] = 'This indicator represents that completion tracking has been enabled.';
$string['indicator:completionenabled'] = 'Course completion 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_help'] = 'This indicator reflects that this course has no students.';
$string['indicator:noteacher'] = 'There are no teachers';
$string['indicator:noteacher_help'] = 'This indicator reflects that this course has no teachers.';
$string['indicator:potentialcognitive'] = '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:potentialsocial'] = '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: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 course activities.';
$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 this course activities.';
$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:userforumstracking'] = 'User is tracking forums';
Expand Down

0 comments on commit 68f4be7

Please sign in to comment.