]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10713 additional description added to help file
authorwildgirl <wildgirl>
Wed, 10 Oct 2007 09:37:35 +0000 (09:37 +0000)
committerwildgirl <wildgirl>
Wed, 10 Oct 2007 09:37:35 +0000 (09:37 +0000)
lang/en_utf8/help/glossary/displayformat.html

index 54564056b9fffbe6828f12535e900f759b5777f6..8c46f8f1ac98c02f6c112e49556b4d58cfe4e7ce 100644 (file)
@@ -3,21 +3,23 @@
 <p>This setting specifies the way that each entry will be shown within the glossary.  The default formats are:</p>
 
 <dl class="indent">
-<dt><b>Simple Dictionary</b>:</dt>
-<dd>looks like a conventional dictionary with separate entries. No authors are displayed and attachments are shown as links.</dd>
-<dt><b>Continuous</b>:</dt>
-<dd>shows the entries one after other without any kind of separation but the editing icons.</dd>
-<dt><b>Full with Author</b>:</dt>
+<dt><b>Simple, dictionary style</b>:</dt>
+<dd>Looks like a conventional dictionary with separate entries. No authors are displayed and attachments are shown as links.</dd>
+<dt><b>Continuous without author</b>:</dt>
+<dd>Shows the entries one after other without any kind of separation but the editing icons.</dd>
+<dt><b>Full with author</b>:</dt>
 <dd>A forum-like display format showing author's data. Attachments are shown as links.</dd>
-<dt><b>Full without Author</b>:</dt>
+<dt><b>Full without author</b>:</dt>
 <dd>A forum-like display format that does not show author's data. Attachments are shown as links.</dd>
 <dt><b>Encyclopedia</b>:</dt>
-<dd>Like 'Full with Author' but attached images are shown inline.</dd>
+<dd>Like 'Full with author' but attached images are shown inline.</dd>
+<dt><b>Entry list</b>:</dt>
+<dd>This lists the concepts as links.</dd>
 <dt><b>FAQ</b>:</dt>
 <dd>Useful for displaying lists of Frequently Asked Questions.  It automatically appends the words QUESTION and ANSWER in the concept and definition respectively.</dd>
 </dl>
 
 
 <hr />
-<p>Moodle Administrators can create new formats following the instructions in
+<p>Moodle administrators can create new formats following the instructions in
    <b>mod/glossary/formats/README.txt</b>.</p>