Hi, we did something similar for
pimpmonanglais.com course.
It is quite easy.
1- upload your mp3 file in files and uploads (if less than 10mo)
2- Copy/Paste this in Advanced Problem Editor:
<problem>
<p>Who made this track ? </p>
<audio controls="controls" style="margin-bottom:18px;">
<source src="/static/still.mp3" type="audio/mpeg"/>
</audio>
<multiplechoiceresponse>
<choicegroup type="MultipleChoice">
<choice correct="false">Eminem</choice>
<choice correct="false">TuPac</choice>
<choice correct="true">Dr.Dre</choice>
<choice correct="false">Notorious BIG</choice>
</choicegroup>
</multiplechoiceresponse>
</problem>
The audio elements is in blue, rest is standard problem layout.
It looks something like this:
-Yvain-