add the following html code to your wp pro quiz question. In order for this to work, you will need to upload 2 sound files. One sound file in .mp3 format and the other file in a .ogg format. Firefox uses .0gg files, other browsers like IE will use .mp3 files. You need both types of file formats to make sure what ever browser is being used, works. One other note, the browser needs to be HTML 5 compatible
SRC=the location where your audio files are at
——————————————————————–
<audio width=”300″ height=”32″ controls=”controls”>
<source src=”https://myblog.abc.com/wp-content/uploads/2013/03/banjo.mp3″ type=”audio/mpeg” />
<source src=”https://myblog.abc.com/wp-content/uploads/2013/03/banjo.ogg” type=”audio/ogg” />
Your browser does not support this audio format.
</audio>