Question about SCORM

Question about SCORM

by Eric Praline -
Number of replies: 3

Hi everyone,

I was wondering if anyone knows of a workaround to this particular problem.

I am using Moodle 2.3 and whenever I upload a SCORM package (storyline) for a course, the scorm window around the course is so big that it adds scroll bars to the window. Not sure if this can be somehow avoided, not only it looks odd, it's also preventing me from using a bigger resolution for my courses.

I've tried changing the width and height settings within the display options, but they don't seem to be related to the scorm window.

Thanks heaps for your help.

Eric.

Average of ratings: -
In reply to Eric Praline

Re: Question about SCORM

by Paul Barker -

Hi Eric.  I had a similar problem and the answer I was given was to change the theme setting for popups to something more 'plain'. 

In my case that meant editing the config.php file of the theme and changing:

    'popup' => array(
        'file' => 'general.php',

to:

    'popup' => array(
        'theme' => 'canvas',
        'file' => 'embedded.php',

I hope this helps you.

Paul

In reply to Eric Praline

Re: Question about SCORM

by Cédric Mallet -
Try to upgrade to moodle 2.7 (or test your packages on a more recent versions).
There have been many improvements in the SCORM player in the latest versions.

Are you displaying the course in a new window or in an embedded frame ? From my small experience I would say the first option gives much better results, embedded frames in moodle tend to be always too small for their content.

hth,