How can I get course full names to appear in Overview Report

How can I get course full names to appear in Overview Report

by John Provasnik -
Number of replies: 6
Picture of Particularly helpful Moodlers Picture of Testers

Here is what students see when they view their overview report. Is there a way to get the full names to appear instead of the short names?

 

I tried looking in Site Admin - Grades - Report Settings - Overview Report, but didn't see an option there.
I do have my breadcrumbs displaying the full names of courses. I'm using Moodle 2.6.10


Thanks,

Average of ratings: -
In reply to John Provasnik

Re: How can I get course full names to appear in Overview Report

by Steven Swanson -

I didn't reply right away, because I thought there may be an easier way. I made this work by going to the file on the server path/to/moodle/grade/report/overview/lib.php . Then I found a line of code (see pic) and I changed "shortname" to "fullname". This worked just fine for my production site.

Average of ratings: Useful (1)
In reply to Steven Swanson

Re: How can I get course full names to appear in Overview Report

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers

Thanks Steven -- I will give this a try.

 

I sometimes feel a little embarrassed when the kids and their parents are looking at the overview report and see those short code names. It almost seems a little shady, as if it's not a legit report. The kids get used to it, but when they see it for the first time, I feel that they shouldn't have to decipher what classes the grades are showing for. Maybe I'll write up an improvement tracker suggestion.

Again, I appreciate your input and can't wait to try it out.

In reply to John Provasnik

Re: How can I get course full names to appear in Overview Report

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers

Found a tracker for this: MDL-49694

In reply to John Provasnik

Re: How can I get course full names to appear in Overview Report

by Steven Swanson -

It only had one vote. So I added a vote to it. I assume the majority of people would rather have full names for student/parent view scenarios.

In reply to John Provasnik

Re: How can I get course full names to appear in Overview Report

by Steven Swanson -

Were you able to apply the fix I shared with you?

In reply to Steven Swanson

Re: How can I get course full names to appear in Overview Report

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers

Yes, that was a easy-to-do fix. Worked perfectly!