Moodle audo quiz ,音频播放器出现两次
Moodle audo quiz , audio player appears twice
我创建了一个测验并添加了一个带有音频剪辑的问题,遵循以下过程:
Prepare your audio file in mp3 format on your machine.
Start editing your question the usual way.
text1
In this text the audio player will replace the word "put".
Select the word "put" putand press the link button.
When the insert window comes up locate the mp3 file on your computer, upload and choose it .
The "put" word will turn into a link. put2
You won't see the player here but don't panic.
You have to delete the "put" link. For this change the editor into HTML mode clicking on the html button.
And now this is the worst part if you don't write HTML code. Locate in the text in the link that consists of the word "put". It looks like this:
The player is <a title="mp3" href="http://ceptap.com/pictures/0000704.mp3"">put </a>here.
Delete the word "put". The rest is:
The player is here.
Go back to the normal editor window pressing again the <> button.
Your sentence now is:
The player is here.
It's really there but cannot be seen.
Finish your question, and close the editor window. Your question will look like this:
This is the question which consists of an audio file.
The player is here.
Audio Palyer 工作,但播放器出现两次。
请帮忙。
我正在使用 poodll 过滤器和 poodll 记录类型 question.Double 过滤是由于 poodll 过滤器和多媒体过滤器而发生的。
我将 poodll 过滤器移到了多媒体过滤器上方,在站点管理 > 插件 > 过滤器 > 管理过滤器中。
这解决了问题,我现在可以查看一个音频播放器了。
我创建了一个测验并添加了一个带有音频剪辑的问题,遵循以下过程:
Prepare your audio file in mp3 format on your machine.
Start editing your question the usual way.
text1
In this text the audio player will replace the word "put".
Select the word "put" putand press the link button.
When the insert window comes up locate the mp3 file on your computer, upload and choose it .
The "put" word will turn into a link. put2
You won't see the player here but don't panic.
You have to delete the "put" link. For this change the editor into HTML mode clicking on the html button.
And now this is the worst part if you don't write HTML code. Locate in the text in the link that consists of the word "put". It looks like this:
The player is <a title="mp3" href="http://ceptap.com/pictures/0000704.mp3"">put </a>here.
Delete the word "put". The rest is:
The player is here.
Go back to the normal editor window pressing again the <> button.
Your sentence now is:
The player is here.
It's really there but cannot be seen.
Finish your question, and close the editor window. Your question will look like this:
This is the question which consists of an audio file.
The player is here.
Audio Palyer 工作,但播放器出现两次。
请帮忙。
我正在使用 poodll 过滤器和 poodll 记录类型 question.Double 过滤是由于 poodll 过滤器和多媒体过滤器而发生的。
我将 poodll 过滤器移到了多媒体过滤器上方,在站点管理 > 插件 > 过滤器 > 管理过滤器中。
这解决了问题,我现在可以查看一个音频播放器了。