How do I remove the "Exit Activity" button?

How do I remove the "Exit Activity" button?

by Debbie McKay -
Number of replies: 2

We do not want students to click on this button. How do you remove/disable the Exit Activity button?

Average of ratings: -
In reply to Debbie McKay

Re: How do I remove the "Exit Activity" button?

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
you could use custom css to target it - something like
#page-mod-scorm-player .btn-secondary {display:none;}

alternatively you could override the renderer in the theme to hide the buttons.
Average of ratings: Useful (1)
In reply to Dan Marsden

Re: How do I remove the "Exit Activity" button?

by Debbie McKay -
Morning Dan, thank you so much for your quick reply smile