Note: This documentation is for Moodle 2.7. For up-to-date documentation see Label.

Label: Difference between revisions

From MoodleDocs
mNo edit summary
(reformat with headings)
Line 1: Line 1:
{{Resources}}
{{Resources}}


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


'''Label text'''
===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.
===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]]
[[Image:Label_0.gif|frame|left|choose ''Insert a label'' from the resource menu]]
Line 18: Line 21:
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)
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''':
===How===
* Create a label
* Create a label
* Display raw HTML code (use the editor button <>)
* Display raw HTML code (use the editor button <>)
Line 26: Line 29:


The actual resources still need to exist in the course, perhaps in an admin topic at the very bottom.
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==
==See also==

Revision as of 13:47, 12 October 2006


Add/edit a label

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.

choose Insert a label from the resource menu


add text, links and/or images


view label


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.

  • 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