From: wildgirl Date: Wed, 10 Oct 2007 09:37:35 +0000 (+0000) Subject: MDL-10713 additional description added to help file X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a77679e775242345a47051247031bc17826b193c;p=moodle.git MDL-10713 additional description added to help file --- diff --git a/lang/en_utf8/help/glossary/displayformat.html b/lang/en_utf8/help/glossary/displayformat.html index 54564056b9..8c46f8f1ac 100644 --- a/lang/en_utf8/help/glossary/displayformat.html +++ b/lang/en_utf8/help/glossary/displayformat.html @@ -3,21 +3,23 @@

This setting specifies the way that each entry will be shown within the glossary. The default formats are:

-
Simple Dictionary:
-
looks like a conventional dictionary with separate entries. No authors are displayed and attachments are shown as links.
-
Continuous:
-
shows the entries one after other without any kind of separation but the editing icons.
-
Full with Author:
+
Simple, dictionary style:
+
Looks like a conventional dictionary with separate entries. No authors are displayed and attachments are shown as links.
+
Continuous without author:
+
Shows the entries one after other without any kind of separation but the editing icons.
+
Full with author:
A forum-like display format showing author's data. Attachments are shown as links.
-
Full without Author:
+
Full without author:
A forum-like display format that does not show author's data. Attachments are shown as links.
Encyclopedia:
-
Like 'Full with Author' but attached images are shown inline.
+
Like 'Full with author' but attached images are shown inline.
+
Entry list:
+
This lists the concepts as links.
FAQ:
Useful for displaying lists of Frequently Asked Questions. It automatically appends the words QUESTION and ANSWER in the concept and definition respectively.

-

Moodle Administrators can create new formats following the instructions in +

Moodle administrators can create new formats following the instructions in mod/glossary/formats/README.txt.