Google not showing the entire SCORM

Google not showing the entire SCORM

by Ryan Marshall -
Number of replies: 4

I am running Moodle 2.6.4 , The SCORM packages were created in Captivate 6. They are HTML 5 formatted. 800x600


In Chrome  SCORM loads, but the window is 2 inched high (plenty wide) and that is it. How do I fix this? I'd like to stay with HTML5.


It views fine in firefox. IE11 give a error message, but does work and load the SCORM to full size.

Average of ratings: -
In reply to Ryan Marshall

Re: Google not showing the entire SCORM

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

this is a known bug with the Chrome browser which they have fixed in their development release - there are some workarounds you can implement that you can use until this is fixed in the stable version of Chrome - here's the easiest one:

https://moodle.org/mod/forum/discuss.php?d=277360#p1193793

Average of ratings: Useful (1)
In reply to Dan Marsden

Re: Google not showing the entire SCORM

by Ryan Marshall -

Thanks. I am not sure where to add that CSS.

In reply to Ryan Marshall

Re: Google not showing the entire SCORM

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

There are a number of different places you can put it, some themes allow you to add custom css under admin > appearance > Themes > 
see here:

https://docs.moodle.org/en/Themes_FAQ#Where_shall_I_put_my_custom_CSS_code.3F


if your theme doesn't support this another option is the mod/scorm/styles.css file

Make sure ytou keep a backup of the file just in case you break something and look at this link as you must perform other tasks when editing css files directly:

https://docs.moodle.org/en/Administration_FAQ#My_style_sheet_changes_aren.27t_showing_up

Average of ratings: Useful (1)
In reply to Dan Marsden

Re: Google not showing the entire SCORM

by Ryan Marshall -

Thanks for the information.

So far that seems to be working.