Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.4.6, 3.5.3, 3.6
-
Component/s: Analytics
Description
The sample_description function in \lib\classes\analytics\analyser\site_courses.php & \lib\classes\analytics\analyser\courses.php currently return the course fullname.
If the site is using $CFG->courselistshortnames then the courseextendednamedisplay is output using get_course_display_name_for_list() for course search or listing courses in categories.
This should also be true for displaying course names in Insight reports in the analytics.
We have a lot of courses with the same titles, but different shortnames (for each year) and it's difficult to differentiate.