From: moodler <moodler> Date: Mon, 2 Aug 2004 19:01:50 +0000 (+0000) Subject: New help files for resources X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9471c2fc060b8d90198a8abac1e75306e3f199e8;p=moodle.git New help files for resources --- diff --git a/lang/en/help/resource/type/directory.html b/lang/en/help/resource/type/directory.html new file mode 100644 index 0000000000..bea97064a4 --- /dev/null +++ b/lang/en/help/resource/type/directory.html @@ -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 index 0000000000..000bc772d7 --- /dev/null +++ b/lang/en/help/resource/type/file.html @@ -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 index 0000000000..4f07e9541d --- /dev/null +++ b/lang/en/help/resource/type/html.html @@ -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 index 0000000000..6ca72cbc62 --- /dev/null +++ b/lang/en/help/resource/type/label.html @@ -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 index 0000000000..514320220f --- /dev/null +++ b/lang/en/help/resource/type/reference.html @@ -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 index 0000000000..7adbd3d39b --- /dev/null +++ b/lang/en/help/resource/type/text.html @@ -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>