mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
39 lines
1 KiB
HTML
39 lines
1 KiB
HTML
<h1>Output Format</h1>
|
|
<p>
|
|
You can specify different formats to display the quiz
|
|
</p>
|
|
<div class="indent">
|
|
<p>
|
|
<b>best</b><br />
|
|
The quiz will be displayed in the best format for the browser.
|
|
</p>
|
|
<p>
|
|
<b>v6+</b><br />
|
|
The quiz will be displayed in a drag and drop format for v6+ browsers
|
|
</p>
|
|
<p>
|
|
<b>v6</b><br />
|
|
The quiz will be displayed in format for v6 browsers
|
|
</p>
|
|
<p>
|
|
<b>v5</b></b><br />
|
|
The quiz will be displayed in a format for v5 browsers
|
|
</p>
|
|
<p>
|
|
<b>v4</b><br />
|
|
The quiz will be displayed in a format for v4 browsers
|
|
</p>
|
|
<p>
|
|
<b>v3</b><br />
|
|
The quiz will be displayed in a format for v3 browsers
|
|
</p>
|
|
<p>
|
|
<b>Flash</b><br />
|
|
The quiz will be displayed in using Flash
|
|
</p>
|
|
<p>
|
|
<b>mobile</b><br />
|
|
The quiz will be displayed in a format suitable for viewing on
|
|
small mobile devices such as cell phones
|
|
</p>
|
|
</div>
|