Sound in Single Choice Set (WP)
Submitted by SFMichael on Wed, 03/18/2015 - 15:08
Forums:
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
Thu, 03/19/2015 - 11:24
Permalink
Thanks for reporting! This