Essentials - Highlight current week in course

Re: Essentials - Highlight current week in course

by Gareth J Barnard -
Number of replies: 1
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Nothings changed.  Still core code that dictates this: https://github.com/moodle/moodle/blob/MOODLE_31_STABLE/course/format/renderer.php#L431 and https://github.com/moodle/moodle/blob/MOODLE_31_STABLE/course/format/weeks/lib.php#L404-L422.  Therefore nothing for me to fix.

And has been since Moodle 2.4: https://github.com/moodle/moodle/blob/MOODLE_24_STABLE/course/format/renderer.php#L140 and https://github.com/moodle/moodle/blob/MOODLE_24_STABLE/course/format/weeks/lib.php#L365-L383.

Thus I believe that you are mistaken and there was never an option with the weeks format.  Perhaps you are confused with the topics format?

In reply to Gareth J Barnard

Re: Essentials - Highlight current week in course

by Marc Couture -

I thought there was a way to manually highlight a week in previous versions of Moodle, but you're probably right, it must have been only possible using the topics format.  Sorry for the confusion.

In any case, it seems there isn't a way currently to have users control if/when the highlighting occurs, so I guess we'll go for Mary's suggestion and hide it altogether.

Thanks to both of you for the heads up, much appreciated.