Bugs in content types

Report and discuss bugs related to specific H5P content types

H5P multichoice in Drupal Quiz conflict with Bootstrap on touch devices

I'm using H5P multichoice questions for a Drupal quiz, and have discovered that for questions with multiple correct answers, the user's response is not evaluated correctly during the quiz. This problem only seems to occur on touch devices (verified with iPhone 6 and recent iPad so far). Some additional details:

Sound in Single Choice Set (WP)

Sound does not currently work in the SingleChoiceSet 1.1 on wordpress.

Issue: Line 24 in sound-effect.js - version is set to wrong file path therefore files are not found.

    SoundEffects.libraryPath = H5P.getLibraryPath('H5P.SingleChoiceSet-1.0');

Changed to correct version and works fine. 

 

Pages