Hinweis: Sie sind auf den Seiten der Moodle 1.9 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: Text oder Überschrift.

Text oder Überschrift: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<p class="note">Hier sind Seiten, die zum Übersetzen bereitstehen</p>
<p class="note">Hier sind Seiten, die zum Übersetzen bereitstehen</p>
{{Resources}}
When you are adding or editing a label, you have to fill in the following fields:
'''Label text'''
'''Visible to students''' - You can hide the resource from students by selecting "Hide" here. It is useful if you wouldn't like to make the activity available immediately.
[[Image:Label_0.gif|frame|left|choose ''Insert a label'' from the resource menu]]
<br style="clear:both;">
[[Image:Label_1.gif|frame|left|add text, links and/or images]]
<br style="clear:both;">
[[Image:Label_2.gif|frame|left|view label]]
<br style="clear:both;">
== Use a label to display an external web page within a label ==
An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just putting a link to them)
'''How''':
* Create a label
* Display raw HTML code (use the editor button <>
* Insert code like:  <iframe width="100%" height="200" align="middle" src="http://www.google.com" border="0"></iframe>
Additionally, labels allow more flexible formatting of moodle resources e.g. place links to resources in a table so that many can be offered in the same line, thus reducing the need to scroll through a course page.
The actual resources still need to exist in the course, perhaps in an admin topic at the very bottom.
==See also==
*[[Tips and tricks|Teachers' Tips and Tricks]]
*[[Flash|Using Flash]]
[[Category:Teacher]]

Version vom 7. Mai 2006, 14:35 Uhr

Hier sind Seiten, die zum Übersetzen bereitstehen

Vorlage:Resources

When you are adding or editing a label, you have to fill in the following fields:

Label text

Visible to students - You can hide the resource from students by selecting "Hide" here. It is useful if you wouldn't like to make the activity available immediately.

Datei:Label 0.gif
choose Insert a label from the resource menu


Datei:Label 1.gif
add text, links and/or images



Use a label to display an external web page within a label

An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just putting a link to them)

How:

  • Create a label
  • Display raw HTML code (use the editor button <>
  • Insert code like: <iframe width="100%" height="200" align="middle" src="http://www.google.com" border="0"></iframe>

Additionally, labels allow more flexible formatting of moodle resources e.g. place links to resources in a table so that many can be offered in the same line, thus reducing the need to scroll through a course page.

The actual resources still need to exist in the course, perhaps in an admin topic at the very bottom.

See also