]> git.mjollnir.org Git - moodle.git/commitdiff
copied from stable
authorkoenr <koenr>
Sat, 20 May 2006 19:15:11 +0000 (19:15 +0000)
committerkoenr <koenr>
Sat, 20 May 2006 19:15:11 +0000 (19:15 +0000)
lang/en_utf8/help/data/importcsv.html
lang/en_utf8/help/data/requiredentries.html

index 3e16b8d06c6de6cd29149b544036eb6e26ea3b5e..9436e190dd99c2e2c5ee892a8b93482ae92d4065 100644 (file)
@@ -3,16 +3,16 @@
 <p>CSV means Comma-Separated-Values and is a common format for text interchange.</p>
 
 <p>The expected file format is a plain text file with a list of field names 
-   as the first record. The data then follows, one record per line.
+   as the first record. The data then follows, one record per line.</p>
    
 <p>The field delimiter defaults to a comma character and the field enclosure 
    is not set by default (field enclosures are characters that surround each 
-   field in each record.
+   field in each record).</p>
    
 <p>Records should be delimited by new lines (usually generated by pressing RETURN 
    or ENTER in your text editor). Tabs can be specified using \t and newlines by \n. </p>
 
-<p>Sample file:
+<p>Sample file:</p>
 
 <pre>
   name,height,weight
@@ -20,6 +20,6 @@
   Kim,170cm,60kg
   Koo,190cm,20kg
 </pre>
-</p>
 
-<p>Warning: all field types may not be supported</p>
+
+<p>Warning: all field types may not be supported.</p>
index 8739e132b966cfbe5abd91c2c03fe2850844a7ca..32c57839a30a7ea8a982d5be25a3072609250797 100644 (file)
@@ -3,5 +3,5 @@
 <p>The number of entries a participant is required to submit.
    Users will see a reminder message displayed while viewing if they have not submitted the required number of entries.</p>
 
-<p>The activity will not be considered complete until the user has submitted the required number of entries</p>
+<p>The activity will not be considered complete until the user has submitted the required number of entries.</p>