[Boost, 3.5] What is this "hidden graduation cap"?

[Boost, 3.5] What is this "hidden graduation cap"?

by Visvanath Ratnaweera -
Number of replies: 4
Picture of Particularly helpful Moodlers Picture of Translators

In the dashboard the headings of Courses register has this grayed "graduation cap".  What is its purpose?

Here is the HTML behind it:

<div class="no-progress">
    <i class="icon fa fa-graduation-cap fa-fw " aria-hidden="true"  ></i>
</div>

Standard Moodle 3.5

Attachment graduation-cap.png
Average of ratings: -
In reply to Visvanath Ratnaweera

Re: [Boost, 3.5] What is this "hidden graduation cap"?

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
That there has been no progress made on the course, hence:

<div class="no-progress">
In reply to Gareth J Barnard

Re: [Boost, 3.5] What is this "hidden graduation cap"?

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
The teachers do not use completion tracking. I disabled the site-wide enablecompletion flag. Still the grayed "graduation cap" appears. How can I remove it entirely freeing that space for the course name next to it?
In reply to Visvanath Ratnaweera

Re: [Boost, 3.5] What is this "hidden graduation cap"?

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Looks like you have to override the progress-chart.mustache template from the 'myoverview' block in the theme and adapt to what you want it to be.

In reply to Gareth J Barnard

Re: [Boost, 3.5] What is this "hidden graduation cap"?

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Hi Gareth

It is not such a big deal that I will dive into changing core Moodle code. We can live with it.

If you think there is a genuine case for the admin to completely disable completion tracking, I can create an issue in the tracker.