Moodle audo测验,音频播放器出现两次

时间:2015-06-24 11:59:33

标签: moodle

我已经创建了一个测验并添加了一个带有音频片段的问题,遵循以下步骤:

    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有效,但播放器出现两次。

请帮忙。

1 个答案:

答案 0 :(得分:0)

我正在使用poodll过滤器和poodll记录类型问题。由于poodll过滤器和多媒体过滤器,正在进行双重过滤。

我将poodll过滤器移到多媒体过滤器之上,在站点管理中&gt;插件&gt;过滤器&gt;管理过滤器。

这解决了问题,我现在可以查看一个音频播放器。