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. 

 

falcon's picture

Thanks for reporting! This fix will be part of our next release.