Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Recursos

De MoodleDocs
La revisió el 17:35, 19 abr 2007 per Helen Foster (discussió | contribucions) (content move to Text page)
Salta a:navegació, cerca
La versió per a impressora ja no és compatible i pot tenir errors de representació. Actualitzeu les adreces d'interès del navegador i utilitzeu la funció d'impressió per defecte del navegador.


Moodle supports a range of different resource link types that teachers can add to their course sections.

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, sometimes. Its often stripped out. If the Javascript code in in the moodle site lib it can be used: overlib but I don't know how one can use Unobtrusive javascript (in lib from Moodle 1.7?)

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 is in the course file area. Since Moodle is web based application, it is possible to link to other specific pages in an activity or to another activity in a different course.

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.

See also