]> git.mjollnir.org Git - moodle.git/commitdiff
New help files for resources
authormoodler <moodler>
Mon, 2 Aug 2004 19:01:50 +0000 (19:01 +0000)
committermoodler <moodler>
Mon, 2 Aug 2004 19:01:50 +0000 (19:01 +0000)
lang/en/help/resource/type/directory.html [new file with mode: 0644]
lang/en/help/resource/type/file.html [new file with mode: 0644]
lang/en/help/resource/type/html.html [new file with mode: 0644]
lang/en/help/resource/type/label.html [new file with mode: 0644]
lang/en/help/resource/type/reference.html [new file with mode: 0644]
lang/en/help/resource/type/text.html [new file with mode: 0644]

diff --git a/lang/en/help/resource/type/directory.html b/lang/en/help/resource/type/directory.html
new file mode 100644 (file)
index 0000000..bea9706
--- /dev/null
@@ -0,0 +1,7 @@
+<p><b>Directory</b></p>
+
+<ul>
+<p>The directory resource can display a whole directory (and its subdirectories) from your course files area.
+Students can then browse and view all those files.</p>
+</ul>
+
diff --git a/lang/en/help/resource/type/file.html b/lang/en/help/resource/type/file.html
new file mode 100644 (file)
index 0000000..000bc77
--- /dev/null
@@ -0,0 +1,21 @@
+<p><b>Files and web pages</b></p>
+
+<ul>
+<p>This resource type allows you to link to any web page or other file 
+   on the public web.  It also allows you to link to any web page or 
+   other file that you have uploaded into your course files area
+   from your own desktop computer.</p>
+
+<p>Normal web pages are simply displayed as they are, while multimedia files 
+   are dealt with more intelligently and may be embedded within a
+   web page.  For example, MP3 files will be displayed using a built-in
+   streaming player, as will movie files, flash animations and so on.</p>
+
+<p>There are many options for displaying your content in popup windows, 
+   framed windows and so on.</p>
+   
+<p>In particular, if your resource is a web application or other type
+   of content able to accept parameters, you can choose to send information
+   to your resource such as the user's name, their email, the course they
+   are currently in, and so on.</p>
+</ul>
diff --git a/lang/en/help/resource/type/html.html b/lang/en/help/resource/type/html.html
new file mode 100644 (file)
index 0000000..4f07e95
--- /dev/null
@@ -0,0 +1,9 @@
+<p><b>HTML web page</b></p>
+
+<ul>
+<p>This sort of resource makes it easy to develop a complete single web page 
+   within Moodle, especially when you are using Moodle's WYSIWYG HTML editor.</p>
+
+<p>The page is stored in the database, not as a file, and you have a lot of 
+   freedom to do almost anything you like using HTML, including Javascript.</p>
+</ul>
diff --git a/lang/en/help/resource/type/label.html b/lang/en/help/resource/type/label.html
new file mode 100644 (file)
index 0000000..6ca72cb
--- /dev/null
@@ -0,0 +1,8 @@
+<p><b>Labels</b></p>
+
+<ul>
+<p>Labels are a little different from other resources because they are 
+   text and images that are actually embedded directly among the other 
+   activity links in the course page.</p>
+</ul>
+
diff --git a/lang/en/help/resource/type/reference.html b/lang/en/help/resource/type/reference.html
new file mode 100644 (file)
index 0000000..5143202
--- /dev/null
@@ -0,0 +1,6 @@
+<p><b>Reference</b></p>
+
+<ul>
+<p>A reference is usually a scholarly reference to an offline resource like a journal or a book.</p>
+
+</ul>
diff --git a/lang/en/help/resource/type/text.html b/lang/en/help/resource/type/text.html
new file mode 100644 (file)
index 0000000..7adbd3d
--- /dev/null
@@ -0,0 +1,11 @@
+<p><b>Text page</b></p>
+
+<ul>
+<p>This type of resource is a simple page written using plain text.</p>
+
+<p>A number of formatting types are available to help turn your plain 
+   text into nice-looking web pages.</p>
+
+<p align="right"><a href="help.php?module=moodle&file=textformat.html">More about these text formats.</a></p>
+
+</ul>