-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Label.

Label: Difference between revisions

From MoodleDocs
(reformat with headings)
m (Reverted edits by Skaceli (talk) to last revision by Mary Cooch)
 
(32 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Resources}}
{{Resources}}
__NOTOC__
==What is a Label?==
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. (Note that excessive use of multimedia (sound,video) in labels can slow down the loading of a course page.)


{{MediaPlayer | url = https://youtu.be/g0_qa-eAfWg | desc = Embedding sound and video in a Label}}


==Add/edit a label==
==How is it set up?==
When you are adding or editing a label, you have to fill in the following fields:
#In a course, with the editing turned on, choose Label from the activity chooser.
#In the text box, add your text, images, sound or video files as desired. If you use the [[Atto editor]], you can drag and drop these directly into the label.
#Expand the other settings to specify what you require and then click Save and return to course.


===Label text===
==How does it work?==
===Student view===
What students see in the Label depends on how the teacher has configured it. Labels display as a part of the course page, so there is no icon to click on. Note that Labels can only have manual [[Activity completion|activity completion]].


===Visible to students===  
===Teacher view===
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.
If teachers have set [[Restrict access|access restrictions]] on the Label, these will display to the teacher. Labels are useful when gamifying your Moodle course, for example by revealing an image in a label only when a previous activity was completed.
[[File:LabelGamification.png|center]]


[[Image:Label_0.gif|frame|left|choose ''Insert a label'' from the resource menu]]
==More information==
<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 ==
* [[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 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.
*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==
*[[Tips and tricks|Teachers' Tips and Tricks]]
*[[Flash|Using Flash]]
[[Category:Teacher]]


[[de:Textfeld]]
[[es:Etiqueta]]
[[eu:Baliabidea:_Etiketa]]
[[fr:Étiquette]]
[[ja:ラベル]]
[[ja:ラベル]]
[[fr:Étiquette]]

Latest revision as of 12:22, 17 September 2020


What is a Label?

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. (Note that excessive use of multimedia (sound,video) in labels can slow down the loading of a course page.)

Embedding sound and video in a Label

How is it set up?

  1. In a course, with the editing turned on, choose Label from the activity chooser.
  2. In the text box, add your text, images, sound or video files as desired. If you use the Atto editor, you can drag and drop these directly into the label.
  3. Expand the other settings to specify what you require and then click Save and return to course.

How does it work?

Student view

What students see in the Label depends on how the teacher has configured it. Labels display as a part of the course page, so there is no icon to click on. Note that Labels can only have manual activity completion.

Teacher view

If teachers have set access restrictions on the Label, these will display to the teacher. Labels are useful when gamifying your Moodle course, for example by revealing an image in a label only when a previous activity was completed.

LabelGamification.png

More information