mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
18 lines
633 B
HTML
18 lines
633 B
HTML
<p align="center">
|
|
<b>Force Moodle to use Moodle-compatible media players</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><?php print_string('no') ?></b></dt>
|
|
<dd>Moodle will not change the settings of any media players in the quiz</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><b><?php print_string('yes') ?></b></dt>
|
|
<dd>Moodle will force the quiz to use Moodle-compatible media players
|
|
to play the following types of file:
|
|
<ul><li>avi</li><li>mpeg</li><li>mpg</li><li>mp3</li><li>mov</li><li>wmv</li></ul></dd>
|
|
</dl>
|
|
<p>
|
|
More information:
|
|
<a href="help.php?module=hotpotatoes&file=mediaplayers.html">
|
|
Relative URLs, media players and Hot Potatoes</a>
|
|
</p> |