Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Label.

Label: Difference between revisions

From MoodleDocs
No edit summary
(drag and drop link to Using Label)
 
(29 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Resources}}
{{Resources}}
A label serves as a spacer on a Moodle course page.It can be used to add text,images, multimedia or code in between other resources in the different sections. It is a very versatile resource and can help to improve the appearance of a course if used thoughtfully. Banners or descriptions may be added to labels to distinguish between and highlight different areas.


When you are adding or editing a label, you have to fill in the following fields:
On the other hand, over-use of multimedia (sound,video) in labels can slow down the loading of a course page.


'''Label text'''
[[File:Label.png]]


'''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.
(Example of a label with an embedded mp3 file)


[[Image:Label_0.gif|frame|left|choose ''Insert a label'' from the resource menu]]
Text, images and URLs can be embedded into labels by drag and drop See [[Using Label]].
<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 diaplay an external web page within a label ==
* [[Label module settings]]
* [[Using Label]]
* [[Label FAQ]]


An exciting possibility for labels allows external or internal pages to be displayed in the middle of the moodle screen (instead of just puttin a link to them.  Information like a page of links (so that you aren't restricted to moodle's one link per line etc; search engines; other moodle pages etc etc
[[de:Textfeld]]
 
[[es:Recurso:_Etiqueta]]
'''How''':  
[[eu:Baliabidea:_Etiketa]]
Add iFrame to list of allowed HTML commands by accessing moodle code directly
[[fr:Étiquette]]
Then:
[[ja:ラベル]]
1. Create a label
2. Display raw HTML code (use the editor button <>
3. Insert code like:
<iframe width="100%" height="200" align="middle" src="http://www.google.com" border="0"></iframe>
 
==See also==
 
*[[Flash|Using Flash]]
 
[[Category:Teacher]]
 
[[nl:Label]]

Latest revision as of 10:29, 8 May 2013

A label serves as a spacer on a Moodle course page.It can be used to add text,images, multimedia or code in between other resources in the different sections. It is a very versatile resource and can help to improve the appearance of a course if used thoughtfully. Banners or descriptions may be added to labels to distinguish between and highlight different areas.

On the other hand, over-use of multimedia (sound,video) in labels can slow down the loading of a course page.

Label.png

(Example of a label with an embedded mp3 file)

Text, images and URLs can be embedded into labels by drag and drop See Using Label.