adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / formatxml.html
blob3168ca3e5e8bda8be4691184b8e1b16a7a16e45f
1 <h1>Importing "Moodle XML" format files</h1>
3 <h3>Category Switching</h3>
4 <p>You can insert a special dummy question into the XML file to specify
5 the category path into which the following questions will be inserted.
6 If the category or categories do not exist they will be created. Note that
7 the <b>from file:</b> option must be ticked on the option page or this code
8 will be ignored completely. You can switch categories in the xml file as often as you
9 wish.</p>
11 <p>An example of the format is as follows:</p>
13 <pre>
14 &lt;question type="category"&gt;
15 &lt;category&gt;
16 tom/dick/harry
17 &lt;/category&gt;
18 &lt;/question&gt;
19 </pre>