From 68f4be708532ef354228ef93df0f6de678c41e0b Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 4 Oct 2017 09:30:40 +0200 Subject: [PATCH] MDL-59987 analytics: Updated indicator names Indicator names updated to better reflect what they make reference to. --- lang/en/moodle.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index a7a868825eb..fe442085657 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1025,24 +1025,24 @@ $string['includeroleassignments'] = 'Include role assignments'; $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'; -- 2.43.0