]> git.mjollnir.org Git - moodle.git/commitdiff
A few changes to improve readability/correctness.
authorthepurpleblob <thepurpleblob>
Thu, 13 Apr 2006 12:20:39 +0000 (12:20 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 13 Apr 2006 12:20:39 +0000 (12:20 +0000)
lang/en_utf8/help/quiz/import.html

index 3e09e4a9c27f799084e3505c14731aa55b1c51c3..1d1a3c80d1c0c306edd4ac6b51447e296bfb0aed 100644 (file)
@@ -1,14 +1,17 @@
 <p align="center"><b>Importing new questions</b></p>
 
 <p>This function allows you to import questions from 
-   external text files, uploaded through a form.  </p>
+   external text files, uploaded through a form,
+   or by choosing a suitable file already in the
+   course Files area.  </p>
 
 <p><b>A note about character encodings</b></p>
 
-<p>If your file contains non-ascii characters then you must first convert
-   the file to UTF-8 using your favourite editor or the exporting software 
-   (if the option is available). XML based import formats will be handled
-   automatically provided you are running PHP 5.</p> 
+<p>If your file contains non-ascii characters then it must use UTF-8 encoding. 
+   You may be able to select or convert to UTF-8 using your favourite editor,
+   or it may be an option in the exporting software. 
+   XML based import formats will be handled
+   automatically provided your Moodle server is running PHP 5.</p> 
 
 <p>A number of file formats are supported:</p>