Google not showing the entire SCORM

Google not showing the entire SCORM

โดย 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.

การประเมินโดยเฉลี่ย: -
In reply to Ryan Marshall

Re: Google not showing the entire SCORM

โดย Dan Marsden -
รูปภาพของCore developers รูปภาพของParticularly helpful Moodlers รูปภาพของPeer reviewers รูปภาพของPlugin developers รูปภาพของPlugins guardians รูปภาพของTesters รูปภาพของ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

การประเมินโดยเฉลี่ย:Useful (1)
In reply to Dan Marsden

Re: Google not showing the entire SCORM

โดย Ryan Marshall -

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

การประเมินโดยเฉลี่ย: -
In reply to Ryan Marshall

Re: Google not showing the entire SCORM

โดย Dan Marsden -
รูปภาพของCore developers รูปภาพของParticularly helpful Moodlers รูปภาพของPeer reviewers รูปภาพของPlugin developers รูปภาพของPlugins guardians รูปภาพของTesters รูปภาพของ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

การประเมินโดยเฉลี่ย:Useful (1)