How to remove "course object title"

Re: How to remove "course object title"

by Ricardo Abreu -
Number of replies: 5

Sorry, I forgot to mention it...


You should go to Site Administration>Appearance>Theme>Clean

You will find a field called custom css, just add that on that field and will be applied.


I hope is that you're searching for.


SFMBE.

Regards

In reply to Ricardo Abreu

Re: How to remove "course object title"

by Przemek Kaszubski -
Picture of Particularly helpful Moodlers Picture of Testers

Or else, place it within a style tag in Site administration > Appearance > Additional HTML in the Within HEAD box, to make the definition independent from the theme selected, thus:

<style type="text/css">

the code suggested by Ricardo here

</style>

In reply to Przemek Kaszubski

Re: How to remove "course object title"

by Peter Bowen -

Or the really easy way?

In the appearance section of the SCORM settings, set "Display course structure in player" to be disabled.

This will stop it from displaying.


Cheers

Peter

Average of ratings: Useful (2)
In reply to Peter Bowen

Re: How to remove "course object title"

by Przemek Kaszubski -
Picture of Particularly helpful Moodlers Picture of Testers

You're absolutely right, Peter. I use that myself, only forgot ;)

If needed, to save ourselves the trouble to adjust it each time, at the site level there is of course also the option to hide the menu by default, rather than show it, in:

Site administration > Plugins > Activity modules > SCORM package

Screenshot attached (Moodle 2.8.2+ (Build: 20150129)).

Attachment 2015-04-02 , 10_12_49 - WA_SeP_2014-15_ Administration_ Plugins_ Activity modules_ SCORM package - Google Chrome.png
In reply to Peter Bowen

Re: How to remove "course object title"

by ankit garg -

Yes....thats the another way to achieve this but if you use this option, it still appear for nano seconds and again  goes hidden before loading SCORM. so if you really don't want this TOC then use these css code to remove it permanently.