Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Resources.

Resources: Difference between revisions

From MoodleDocs
(deploy IMS section - brief)
m (removing screenshot (as it contains a typo!))
 
(38 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Resources}}
{{Managing a Moodle course}}
{{Help files}}
A resource is an item that a teacher can use to support learning, such as a file or link.  Moodle supports a range of resource types which teachers can add to their [[Course sections|course sections]]. In edit mode, a teacher can add resources via a drop down menu. Resources appear as a single link with an icon in front of it that represents the type of resource.


Moodle supports a range of different resource types that allow you to insert almost any kind of web content into your courses.
*[[File]] - a picture, a pdf document, a spreadsheet, a sound file, a video file.
*[[Folder]] - folders help organize files and one folder may contain other folders.
*[[IMS content package]]
*[[Label]] - can be a few displayed words or an image used to separate resources and activities in a topic section, or can be a lengthy description or instructions.
*[[Page]] - the student sees a single, scrollable screen that a teacher creates with the robust HTML editor.
*[[URL]] - you can send the student to any place they can reach on their web browser. Flickr, Youtube, Wikipedia or this page in Moodle Docs are a few examples.


==Creating a text page==
[[eu:Baliabideak]]
This type of resource is a simple page written using plain text.  Text pages aren't pretty, but they're a good place to put some information or instructions.
[[fr:Ressources]]
[[Image:Text_page_1.png|frame|right|A resource pull down in a course section]]
[[de:Arbeitsmaterialien]]
 
[[ru:Ресурсы]]
Here's how to add a text page resource:
 
*From the course main page, click the '''Add a resource...''' pull-down menu within the topic you wish to add a text page.
 
*You'll be taken to a page labeled "Adding a new Resource to topic x."
 
*You must type a Name for the text page. This is what your students will click on, so have it make some sense.
 
*You can add a Summary, but you don't have to.
 
*Type your text in the Full text box. You also paste text from MS Word or any other location.
 
*Choose whether you want this resource to open in the same window or a new one. If you choose New Window, you can choose what attributes the new window will have. Make sure you allow the window to be resized and scrolled, otherwise your students might not be able to read the bottom of the page!
 
*Once you've made your choices, click on the '''save Changes''' button. You will be see a preview of what your new resource looks like.
 
A number of formatting types are available to help turn your plain text into nice-looking web pages. [[Formatting options|More about these text formats]]
 
==Creating a web page==
 
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.
 
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.
 
==Linking to a file or web site==
 
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.
 
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.
 
There are many options for displaying your content in popup windows, framed windows and so on.
 
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.
 
==Displaying a directory==
 
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.
 
== Deploy IMS Content==
This resource type allows you add IMS content packages to your course by a zipped file. There are various options for displaying content in a popup window, with a navigation menu or buttons etc.
 
==Inserting a label==
 
A label is a way to add text to the content area of your course. Labels can be used to give a quick instruction or for telling users what to click on next. Usually labels should be short and to the point. Don't put in course content...use web pages or text pages for that.
 
*Turn editing on by clicking the '''Turn editing on''' button.
 
*In the content area in which you wish to put the label, click the '''Add a resource...''' drop-down menu. choose Insert a label.
 
A new window will appear where you can type your label.
 
'''Quick Tip:''' Before entering any text hit the Shift+Enter key (hold-down the Shift key and hit the Enter key on your keyboard) to skip to the second line. This will prevent labels and resources from bunching up together.
Be careful NOT to hit the Enter key alone since this will create an undesired paragraph.
 
When you're finished be sure to click the '''Save changes''' button.
 
== See also ==
 
*[http://download.moodle.org/docs/using_moodle/ch3_content.pdf Using Moodle Chapter 3: Creating and Managing Content]
 
[[Category:Teacher]]

Latest revision as of 14:47, 14 October 2011

A resource is an item that a teacher can use to support learning, such as a file or link. Moodle supports a range of resource types which teachers can add to their course sections. In edit mode, a teacher can add resources via a drop down menu. Resources appear as a single link with an icon in front of it that represents the type of resource.

  • File - a picture, a pdf document, a spreadsheet, a sound file, a video file.
  • Folder - folders help organize files and one folder may contain other folders.
  • IMS content package
  • Label - can be a few displayed words or an image used to separate resources and activities in a topic section, or can be a lengthy description or instructions.
  • Page - the student sees a single, scrollable screen that a teacher creates with the robust HTML editor.
  • URL - you can send the student to any place they can reach on their web browser. Flickr, Youtube, Wikipedia or this page in Moodle Docs are a few examples.