Thank you very much ! It works ! Sorry for the late reply because I lot the link...
Le jeudi 28 juillet 2016 00:31:12 UTC+2, yvain DEMOLLIERE a écrit : > > 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: > > <https://lh3.googleusercontent.com/-ZJWNCilWsz8/V5k2HOFNOhI/AAAAAAAAAP8/jcYOUCJkwIsdS48ktQwJtS5qty36vH0QgCLcB/s1600/Screen%2BShot%2B2016-07-28%2Bat%2B00.30.24.png> > > -Yvain- > > Le mercredi 27 juillet 2016 15:15:50 UTC+2, Jue Wang Szilas a écrit : >> >> Hello, >> >> I'm now creating exercises for a language MOOC from France (FUN >> plateforme based on edX). Can anybody tell me how to integrate audio file >> in the exercises? Thank you. >> >> Jade >> > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/dde218b2-a4bb-4dcf-bb05-219cfa9d6955%40googlegroups.com.