Bugs in content types

Report and discuss bugs related to specific H5P content types

print result - branching scenario

Hello ,

i discovered somthing. Do i something wrong or is it a bug in the branching scenario?

1. Detailed steps to reproduce the bug:

create branching scenario. add course presentation. useany content to fill the first page as an example on your own. allow/display print button.
Start the course. press the print option. print visible page. My Result is something like "cut off " instead of the "real/complete" visible page. see attachment for explanation.

2. Platform and version number:

moodle 3.7; h5p plugin installed;

3. Mobile or Desktop

xAPI - Interactive Video Completion

I used the below code to trigger a completion event and eveything was working and I was able to trigger a completion event for any content type (videos, quizzes, .etc) :

H5P.externalDispatcher.on('xAPI', function (event) {
    switch (event.getVerb()) {
        case 'completed':

            // Do something here

            break;
    }
});

 

 

it's not working when a video is completed now although the same code is still working when a quiz is completed

 

Drupal Interactive videos - fullscreen isn't working on IOS12

Hi,

Version info

Drupal 7

H5P 1.46

Interactive video 1.9.0

Basically when I try to go to fullscreen it doesn't work correctly.  This was fine on IOS11 and Android devices. Strangely on IOS12 (Safari) when I try to go to fullscreen it doesn't add the h5p-semi-fullscreen class in the H5P wrapper.  If I insepct the console and add this manually directly in the DOM it goes to fullscreen correctly.

Thanks,

Bez 

Pages