2003-02-16 07:08:57 +00:00
|
|
|
<P ALIGN=CENTER><B>Importing new questions</B></P>
|
|
|
|
|
|
|
|
<P>This function allows you to import questions from
|
2003-05-02 15:31:24 +00:00
|
|
|
external text files, uploaded through a form.
|
2003-02-16 07:08:57 +00:00
|
|
|
|
2003-05-02 15:31:24 +00:00
|
|
|
<P>A number of file formats are supported:
|
2003-02-16 07:08:57 +00:00
|
|
|
|
2003-05-02 15:31:24 +00:00
|
|
|
<P><B>Missing Word</B></P>
|
2003-02-16 07:08:57 +00:00
|
|
|
<UL>
|
|
|
|
<P>This format only supports multiple choice questions.
|
|
|
|
Each answer is separated with a tilde (~), and the correct answer is
|
|
|
|
prefixed with an equals sign (=). Here is an example:
|
|
|
|
|
|
|
|
<BLOCKQUOTE>As soon as we begin to explore our body parts as infants
|
|
|
|
we become students of {=anatomy and physiology ~reflexology
|
|
|
|
~science ~experiment}, and in a sense we remain students for life.
|
|
|
|
</BLOCKQUOTE>
|
|
|
|
|
2003-06-14 05:45:13 +00:00
|
|
|
<p align=right><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
|
2003-02-16 07:08:57 +00:00
|
|
|
</UL>
|
|
|
|
|
|
|
|
|
2003-05-02 15:31:24 +00:00
|
|
|
<P><B>AON</B></P>
|
2003-02-16 07:08:57 +00:00
|
|
|
<UL>
|
2003-05-02 15:31:24 +00:00
|
|
|
<P>This is the same as Missing Word Format, except that after importing
|
|
|
|
the questions all Short-Answer questions are converted four at a time
|
|
|
|
into Matching Questions.</P>
|
2003-06-14 03:50:58 +00:00
|
|
|
<p>Additionally, the answers of multiple-choice questions are randomly
|
|
|
|
shuffled during the import.
|
2003-05-02 15:31:24 +00:00
|
|
|
<p>It's named after an organisation that sponsored the development of many
|
|
|
|
quiz features</p>
|
2003-02-16 07:08:57 +00:00
|
|
|
</UL>
|
|
|
|
|
|
|
|
|
2003-05-02 15:31:24 +00:00
|
|
|
<P><B>Blackboard</B></P>
|
2003-02-16 07:08:57 +00:00
|
|
|
<UL>
|
2003-05-02 15:31:24 +00:00
|
|
|
<P>This module can import questions saved in Blackboard's export
|
|
|
|
format. It relies on XML functions being compiled into your PHP.</P>
|
2003-02-16 07:08:57 +00:00
|
|
|
|
2003-06-14 05:45:13 +00:00
|
|
|
<p align=right><a href="help.php?file=formatblackboard.html&module=quiz">More info about the "Blackboard" format</a></p>
|
2003-02-16 07:08:57 +00:00
|
|
|
</UL>
|
|
|
|
|
2003-05-02 15:31:24 +00:00
|
|
|
<P><B>Custom</B></P>
|
2003-02-16 07:08:57 +00:00
|
|
|
<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>The amount of new code needed is quite small - just enough
|
|
|
|
to parse a single question from given text.
|
|
|
|
|
2003-06-14 05:45:13 +00:00
|
|
|
<p align=right><a href="help.php?file=formatcustom.html&module=quiz">More info about the "Custom" format</a></p>
|
2003-02-16 07:08:57 +00:00
|
|
|
</UL>
|
2003-05-02 15:31:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
<P>More formats are yet to come, including WebCT, IMS QTI and whatever else
|
|
|
|
Moodle users can contribute! </p>
|