Module too small to see

Module too small to see

by Under Dog -
Number of replies: 4

I am testing Moodle 2.7 and have come into two problems that I can't seem to fix.

We use Articulate 09 to create our SCORM packages.

When I view a SCORM using Chrome, the course player is really small (see attached) and it's added some random blue bar below it.

small screen pci


When using IE11, the exit button in the course player does not work and thus the SCORM doesn't update my quiz scores if a user closes their browser or clicks the 'exit activity' button.

Any thoughts on a fix for this?



Average of ratings: -
In reply to Under Dog

Re: Module too small to see

by Andre Paz Leal -

Or you gonna gave to change to add in the custom css option inside themes the following rule:

#page-mod-scorm-player #scormpage #scorm_object {
    width:100%;
    height:800px;
}


Average of ratings: Useful (1)
In reply to Under Dog

Re: Module too small to see

by Lee Shaw -


Did you resolve the issue with the exit button?  I'm having the same problem with Captivate as I move from 1.9 to 2.2.

Regards,

Lee

In reply to Lee Shaw

Re: Module too small to see

by John Papworth -

Hello

We use on a button - an action that is On Success > Execute Javascript the following:

javascript:window.open('javascript:top.close();','_self','');

This seems to work nicely - in Moodle and SucksEggs Factors.

KR

John