Skip to content

Commit

Permalink
MDL-58834 analytics: Simplify indicators names
Browse files Browse the repository at this point in the history
Part of MDL-57791 epic.
  • Loading branch information
dmonllao authored and David Monllao committed Jul 24, 2017
1 parent d2cdaf6 commit 52c0a11
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lang/en/analytics.php
Expand Up @@ -48,45 +48,45 @@
$string['indicator:accessesbeforestart'] = 'Accesses before the start date';
$string['indicator:anywrite'] = 'Any write action';
$string['indicator:cognitivedepthassign'] = 'Assignment cognitive';
$string['indicator:cognitivedepthbook'] = 'Book resources\' cognitive';
$string['indicator:cognitivedepthbook'] = 'Book cognitive';
$string['indicator:cognitivedepthchat'] = 'Chat cognitive';
$string['indicator:cognitivedepthchoice'] = 'Choice cognitive';
$string['indicator:cognitivedepthdata'] = 'Database cognitive';
$string['indicator:cognitivedepthfeedback'] = 'Feedback cognitive';
$string['indicator:cognitivedepthfolder'] = 'Folder resources cognitive';
$string['indicator:cognitivedepthfolder'] = 'Folder cognitive';
$string['indicator:cognitivedepthforum'] = 'Forum cognitive';
$string['indicator:cognitivedepthglossary'] = 'Glossary cognitive';
$string['indicator:cognitivedepthimscp'] = 'IMS content packages\' cognitive';
$string['indicator:cognitivedepthlabel'] = 'Label resources cognitive';
$string['indicator:cognitivedepthlabel'] = 'Label cognitive';
$string['indicator:cognitivedepthlesson'] = 'Lesson cognitive';
$string['indicator:cognitivedepthlti'] = 'LTI cognitive';
$string['indicator:cognitivedepthpage'] = 'Page resources\' cognitive';
$string['indicator:cognitivedepthpage'] = 'Page cognitive';
$string['indicator:cognitivedepthquiz'] = 'Quiz cognitive';
$string['indicator:cognitivedepthresource'] = 'File resources\' cognitive';
$string['indicator:cognitivedepthresource'] = 'File cognitive';
$string['indicator:cognitivedepthscorm'] = 'SCORM cognitive';
$string['indicator:cognitivedepthsurvey'] = 'Survey cognitive';
$string['indicator:cognitivedepthurl'] = 'URL resources\' cognitive';
$string['indicator:cognitivedepthurl'] = 'URL cognitive';
$string['indicator:cognitivedepthwiki'] = 'Wiki cognitive';
$string['indicator:cognitivedepthworkshop'] = 'Workshop cognitive';
$string['indicator:socialbreadthassign'] = 'Assignment social';
$string['indicator:socialbreadthbook'] = 'Book resources\' social';
$string['indicator:socialbreadthbook'] = 'Book social';
$string['indicator:socialbreadthchat'] = 'Chat social';
$string['indicator:socialbreadthchoice'] = 'Choice social';
$string['indicator:socialbreadthdata'] = 'Database social';
$string['indicator:socialbreadthfeedback'] = 'Feedback social';
$string['indicator:socialbreadthfolder'] = 'Folder resources social';
$string['indicator:socialbreadthfolder'] = 'Folder social';
$string['indicator:socialbreadthforum'] = 'Forum social';
$string['indicator:socialbreadthglossary'] = 'Glossary social';
$string['indicator:socialbreadthimscp'] = 'IMS content packages\' social';
$string['indicator:socialbreadthlabel'] = 'Label resources social';
$string['indicator:socialbreadthlabel'] = 'Label social';
$string['indicator:socialbreadthlesson'] = 'Lesson social';
$string['indicator:socialbreadthlti'] = 'LTI social';
$string['indicator:socialbreadthpage'] = 'Page resources\' social';
$string['indicator:socialbreadthpage'] = 'Page social';
$string['indicator:socialbreadthquiz'] = 'Quiz social';
$string['indicator:socialbreadthresource'] = 'File resources\' social';
$string['indicator:socialbreadthresource'] = 'File social';
$string['indicator:socialbreadthscorm'] = 'SCORM social';
$string['indicator:socialbreadthsurvey'] = 'Survey social';
$string['indicator:socialbreadthurl'] = 'URL resources\' social';
$string['indicator:socialbreadthurl'] = 'URL social';
$string['indicator:socialbreadthwiki'] = 'Wiki social';
$string['indicator:socialbreadthworkshop'] = 'Workshop social';
$string['indicator:readactions'] = 'Read actions amount';
Expand Down

0 comments on commit 52c0a11

Please sign in to comment.