The custom.php file refered to in the text doesn't exist, so I've

just taken it out of the help.
This commit is contained in:
thepurpleblob 2005-04-26 10:32:21 +00:00
parent 38e811b008
commit 73731fa9f5

View file

@ -129,17 +129,5 @@ exported in the same format. The format is straightforward and is best demonstra
by exporting a category in the Moodle XML format.</p>
</ul>
<p><b>Custom</b></p>
<ul>
<p>If you have your own format that you need to import, you can
implement it yourself by editing mod/quiz/format/custom.php</p>
<p>The amount of new code needed is quite small - just enough
to parse a single question from given text.</p>
<p align="right"><a href="help.php?file=formatcustom.html&module=quiz">More info about the "Custom" format</a></p>
</ul>
<p>More formats are yet to come, including WebCT, IMS QTI and whatever else
Moodle users can contribute! </p>