MDL-13007

Corrected help for category selection. I hope this is what the tick boxes now do :-)

Merged from STABLE_19
This commit is contained in:
thepurpleblob 2008-07-03 15:14:25 +00:00
parent 5ca9e32d97
commit 6d34fea4f9
2 changed files with 9 additions and 3 deletions

View File

@ -7,4 +7,7 @@ will be taken.</p>
<p>Some import formats (GIFT and XML Format) permit the category
to be included in the writtenfile, enabling the categories to
(optionally) be recreated on import. In order for this data to
be included the <b>to file</b> box must be ticked.</p>
be included the <b>Write category to file</b> box must be ticked.
If this is selected you can also embed the category context
by ticking <b>Write context to file</b>. Deselect the context
option for compatibility with older versions of Moodle.</p>

View File

@ -6,9 +6,12 @@ will go.</p>
<p>Some import formats (GIFT and XML Format) permit the category
to be specified inside the import file. In order for this to
happen the <b>from file</b> box must be ticked. If it is not,
happen the <b>Get category from file</b> box must be ticked. If it is not,
the questions will go into the selected category regardless
of any instructions in the file.</p>
of any instructions in the file. Formats exported from
Moodle may also contain the category context embedded in
the category string. Deselect <b>Get context from file</b> to
force the default context to be used.</p>
<p>When categories are specified inside an import file, if they
do not exist they will be created.</p>