<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/test/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Linkupnick</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/test/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Linkupnick"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/Special:Contributions/Linkupnick"/>
	<updated>2026-08-12T18:01:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Grade_items&amp;diff=45685</id>
		<title>Grade items</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Grade_items&amp;diff=45685"/>
		<updated>2008-10-22T20:04:51Z</updated>

		<summary type="html">&lt;p&gt;Linkupnick: Undo revision 45684 by Linkupnick (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Grades}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The three building blocks of the Gradebook in Moodle 1.9 are&lt;br /&gt;
&lt;br /&gt;
#The [[Grade_categories|grade category]]&lt;br /&gt;
#The grade item&lt;br /&gt;
#The [[Grades|grade]]&lt;br /&gt;
&lt;br /&gt;
A grade item is a unit of measurement by which participants in a course are graded (i.e. &#039;marked&#039;). As such, a grade item is a container for grades and a set of settings applied to these grades. The settings affect the calculation and display of the grades in the gradebook reports and [[Grade_export|exports]].&lt;br /&gt;
&lt;br /&gt;
Grade items are represented by columns in the [[Grader_report | grader report]].&lt;br /&gt;
&lt;br /&gt;
Grade items may refer to course activities (e.g. a quiz, an assignment etc.), [[Outcomes]] or even manual grades. Following is an overview of each type.&lt;br /&gt;
&lt;br /&gt;
== Activity-based grade items ==&lt;br /&gt;
[[Image:Edit grade item.png|right|thumb|Editing a grade item]]&lt;br /&gt;
Modules that include a form of grading use the [[Development:Grades#API_for_communication_with_modules.2Fblocks|Gradebook API]] to generate a matching grade item, and to communicate their grades to the gradebook. The generated grade item can later be edited from within the gradebook interface (Course -&amp;gt; Grades -&amp;gt; Edit Categories and items -&amp;gt; Edit (hand icon) grade item), as seen in the screenshot to the right, but several of its settings will be &#039;frozen&#039;, only changeable from the activity module&#039;s interface. These are listed and explained below in the manual grade items section.&lt;br /&gt;
&lt;br /&gt;
Here is a list of the settings that can be edited for an activity-based grade item:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Item info&#039;&#039;&#039;: General information about the grade item. Optional.&lt;br /&gt;
*&#039;&#039;&#039;Grade to pass&#039;&#039;&#039;: Specify the minimum grade a student must achieve to be considered to have passed this item. This must be in real grades, not a percentage. Once this is done, grades will be highlighted in red for fail and green for pass in the gradebook. It doesn&#039;t work for scales, as it is yet to be fully implemented in Moodle 1.9. It is planned for use in [[Development:Course completion|course completion]] in Moodle 2.0.&lt;br /&gt;
*&#039;&#039;&#039;Grade display type&#039;&#039;&#039;: See the [[Grade_item_settings#Grade_display_type | Grade display type doc]]&lt;br /&gt;
*&#039;&#039;&#039;Overall decimal points&#039;&#039;&#039;: This specifies the number of decimal points to display for each grade. It has no effect on grade calculations, which are made with an accuracy of 5 decimal places. &lt;br /&gt;
*&#039;&#039;&#039;Multiplicator&#039;&#039;&#039;: Factor by which all grades for this grade item will be multiplied, with a maximum value of the maximum grade. For example, if the multiplicator is 2 and the maximum grade is 100, then all grades less than 50 are doubled, and all grades 50 and above are changed to 100. &lt;br /&gt;
*&#039;&#039;&#039;Offset&#039;&#039;&#039;: Number that will be added to every grade for this grade item, after the Multiplicator is applied. (Can be a negative number.)&lt;br /&gt;
*&#039;&#039;&#039;Hidden&#039;&#039;&#039;: Whether this grade item should be hidden from students.&lt;br /&gt;
*&#039;&#039;&#039;Hidden until&#039;&#039;&#039;: An optional date after which the grade item will no longer be hidden (i.e. a grades release date)&lt;br /&gt;
*&#039;&#039;&#039;Locked&#039;&#039;&#039;: Whether or not to lock this grade item. A locked grade item doesn&#039;t accept changes to its settings or grades from its related module.&lt;br /&gt;
*&#039;&#039;&#039;Locked after&#039;&#039;&#039;: A date after which the locking will be effective, usually after the grades release date.&lt;br /&gt;
&lt;br /&gt;
== Grade outcome items ==&lt;br /&gt;
[[Image:grade_outcome_item.png|right|thumb|Editing a grade outcome item]]&lt;br /&gt;
These can either be generated by the creation of a new activity module (by selecting [[Outcomes]] in the module creation form), or manually created like manual grade items. A grade outcome item uses a course outcome as its grading type, so such an outcome must be made available at the course level before a grade outcome item can be manually created.&lt;br /&gt;
&lt;br /&gt;
Grade outcome items can optionally be linked with an activity module. This is done automatically when a grade outcome item is generated by the creation of an activity module in which outcomes were selected. In this scenario, a grade category is also created and named after the activity module, and the grade item and grade outcome items are created as children of that category.&lt;br /&gt;
&lt;br /&gt;
The settings of the grade outcome item edit form are identical to those of manual grade items, with the addition of two settings:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Outcome&#039;&#039;&#039;: The course outcome represented by this item&lt;br /&gt;
*&#039;&#039;&#039;Linked activity&#039;&#039;&#039;: The optional activity module to which this item will be linked&lt;br /&gt;
&lt;br /&gt;
== Manual grade items ==&lt;br /&gt;
[[Image:manual_item.png|right|thumb|Editing a manual grade item]]&lt;br /&gt;
These grade items are created manually through the &amp;quot;Edit Categories and Items&amp;quot; page. The &amp;quot;Add grade item&amp;quot; button is clicked, and the form appears. Several options are available here which are normally automatically filled out by the activity module creating an activity-based grade item:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Item name&#039;&#039;&#039;: The display name of your grade item&lt;br /&gt;
*&#039;&#039;&#039;ID Number&#039;&#039;&#039;: An arbitrary string of characters used to refer to this grade item in Formulas. If set, it must be unique.&lt;br /&gt;
*&#039;&#039;&#039;Grade type&#039;&#039;&#039;: The type of grade: None (no grading possible), Value (a numerical value), Scale (an item in a list) or Text (arbitrary text). &lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039;: Which scale to use for grading: available only when the Scale grade type is selected. &lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039;: The maximum grade that can be given (for scales: the number of items in the scale - 1)&lt;br /&gt;
*&#039;&#039;&#039;Minimum grade&#039;&#039;&#039;: The minimum grade that can be given (for scales: 0)&lt;br /&gt;
&lt;br /&gt;
Conversely, two of the settings found in the form for activity-based grade items are absent from this form:&lt;br /&gt;
*Multiplicator&lt;br /&gt;
*Offset&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Grade item settings]] - for administrators&lt;br /&gt;
&lt;br /&gt;
[[ca:grade/edit/tree/item]]&lt;br /&gt;
[[cs:Položky hodnocení]]&lt;br /&gt;
[[fr:Eléments d&#039;évaluation]]&lt;/div&gt;</summary>
		<author><name>Linkupnick</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Grade_items&amp;diff=45684</id>
		<title>Grade items</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Grade_items&amp;diff=45684"/>
		<updated>2008-10-22T20:04:19Z</updated>

		<summary type="html">&lt;p&gt;Linkupnick: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Grades}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The three building blocks of the Gradebook in OurVLE are&lt;br /&gt;
&lt;br /&gt;
#The [[Grade_categories|grade category]]&lt;br /&gt;
#The grade item&lt;br /&gt;
#The [[Grades|grade]]&lt;br /&gt;
&lt;br /&gt;
A grade item is a unit of measurement by which participants in a course are graded (i.e. &#039;marked&#039;). As such, a grade item is a container for grades and a set of settings applied to these grades. The settings affect the calculation and display of the grades in the gradebook reports and [[Grade_export|exports]].&lt;br /&gt;
&lt;br /&gt;
Grade items are represented by columns in the [[Grader_report | grader report]].&lt;br /&gt;
&lt;br /&gt;
Grade items may refer to course activities (e.g. a quiz, an assignment etc.), [[Outcomes]] or even manual grades. Following is an overview of each type.&lt;br /&gt;
&lt;br /&gt;
== Activity-based grade items ==&lt;br /&gt;
[[Image:Edit grade item.png|right|thumb|Editing a grade item]]&lt;br /&gt;
Modules that include a form of grading use the [[Development:Grades#API_for_communication_with_modules.2Fblocks|Gradebook API]] to generate a matching grade item, and to communicate their grades to the gradebook. The generated grade item can later be edited from within the gradebook interface (Course -&amp;gt; Grades -&amp;gt; Edit Categories and items -&amp;gt; Edit (hand icon) grade item), as seen in the screenshot to the right, but several of its settings will be &#039;frozen&#039;, only changeable from the activity module&#039;s interface. These are listed and explained below in the manual grade items section.&lt;br /&gt;
&lt;br /&gt;
Here is a list of the settings that can be edited for an activity-based grade item:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Item info&#039;&#039;&#039;: General information about the grade item. Optional.&lt;br /&gt;
*&#039;&#039;&#039;Grade to pass&#039;&#039;&#039;: Specify the minimum grade a student must achieve to be considered to have passed this item. This must be in real grades, not a percentage. Once this is done, grades will be highlighted in red for fail and green for pass in the gradebook. It doesn&#039;t work for scales, as it is yet to be fully implemented in Moodle 1.9. It is planned for use in [[Development:Course completion|course completion]] in Moodle 2.0.&lt;br /&gt;
*&#039;&#039;&#039;Grade display type&#039;&#039;&#039;: See the [[Grade_item_settings#Grade_display_type | Grade display type doc]]&lt;br /&gt;
*&#039;&#039;&#039;Overall decimal points&#039;&#039;&#039;: This specifies the number of decimal points to display for each grade. It has no effect on grade calculations, which are made with an accuracy of 5 decimal places. &lt;br /&gt;
*&#039;&#039;&#039;Multiplicator&#039;&#039;&#039;: Factor by which all grades for this grade item will be multiplied, with a maximum value of the maximum grade. For example, if the multiplicator is 2 and the maximum grade is 100, then all grades less than 50 are doubled, and all grades 50 and above are changed to 100. &lt;br /&gt;
*&#039;&#039;&#039;Offset&#039;&#039;&#039;: Number that will be added to every grade for this grade item, after the Multiplicator is applied. (Can be a negative number.)&lt;br /&gt;
*&#039;&#039;&#039;Hidden&#039;&#039;&#039;: Whether this grade item should be hidden from students.&lt;br /&gt;
*&#039;&#039;&#039;Hidden until&#039;&#039;&#039;: An optional date after which the grade item will no longer be hidden (i.e. a grades release date)&lt;br /&gt;
*&#039;&#039;&#039;Locked&#039;&#039;&#039;: Whether or not to lock this grade item. A locked grade item doesn&#039;t accept changes to its settings or grades from its related module.&lt;br /&gt;
*&#039;&#039;&#039;Locked after&#039;&#039;&#039;: A date after which the locking will be effective, usually after the grades release date.&lt;br /&gt;
&lt;br /&gt;
== Grade outcome items ==&lt;br /&gt;
[[Image:grade_outcome_item.png|right|thumb|Editing a grade outcome item]]&lt;br /&gt;
These can either be generated by the creation of a new activity module (by selecting [[Outcomes]] in the module creation form), or manually created like manual grade items. A grade outcome item uses a course outcome as its grading type, so such an outcome must be made available at the course level before a grade outcome item can be manually created.&lt;br /&gt;
&lt;br /&gt;
Grade outcome items can optionally be linked with an activity module. This is done automatically when a grade outcome item is generated by the creation of an activity module in which outcomes were selected. In this scenario, a grade category is also created and named after the activity module, and the grade item and grade outcome items are created as children of that category.&lt;br /&gt;
&lt;br /&gt;
The settings of the grade outcome item edit form are identical to those of manual grade items, with the addition of two settings:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Outcome&#039;&#039;&#039;: The course outcome represented by this item&lt;br /&gt;
*&#039;&#039;&#039;Linked activity&#039;&#039;&#039;: The optional activity module to which this item will be linked&lt;br /&gt;
&lt;br /&gt;
== Manual grade items ==&lt;br /&gt;
[[Image:manual_item.png|right|thumb|Editing a manual grade item]]&lt;br /&gt;
These grade items are created manually through the &amp;quot;Edit Categories and Items&amp;quot; page. The &amp;quot;Add grade item&amp;quot; button is clicked, and the form appears. Several options are available here which are normally automatically filled out by the activity module creating an activity-based grade item:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Item name&#039;&#039;&#039;: The display name of your grade item&lt;br /&gt;
*&#039;&#039;&#039;ID Number&#039;&#039;&#039;: An arbitrary string of characters used to refer to this grade item in Formulas. If set, it must be unique.&lt;br /&gt;
*&#039;&#039;&#039;Grade type&#039;&#039;&#039;: The type of grade: None (no grading possible), Value (a numerical value), Scale (an item in a list) or Text (arbitrary text). &lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039;: Which scale to use for grading: available only when the Scale grade type is selected. &lt;br /&gt;
*&#039;&#039;&#039;Maximum grade&#039;&#039;&#039;: The maximum grade that can be given (for scales: the number of items in the scale - 1)&lt;br /&gt;
*&#039;&#039;&#039;Minimum grade&#039;&#039;&#039;: The minimum grade that can be given (for scales: 0)&lt;br /&gt;
&lt;br /&gt;
Conversely, two of the settings found in the form for activity-based grade items are absent from this form:&lt;br /&gt;
*Multiplicator&lt;br /&gt;
*Offset&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Grade item settings]] - for administrators&lt;br /&gt;
&lt;br /&gt;
[[ca:grade/edit/tree/item]]&lt;br /&gt;
[[cs:Položky hodnocení]]&lt;br /&gt;
[[fr:Eléments d&#039;évaluation]]&lt;/div&gt;</summary>
		<author><name>Linkupnick</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Roles_and_capabilities&amp;diff=45393</id>
		<title>Roles and capabilities</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Roles_and_capabilities&amp;diff=45393"/>
		<updated>2008-10-15T15:48:31Z</updated>

		<summary type="html">&lt;p&gt;Linkupnick: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Roles}}{{Moodle 1.7}}Roles and capabilities in Moodle 1.7 onwards provides great flexibility in managing how users interact. Prior to Moodle 1.7, there were only six roles possible: guest, student, non-editing teacher, editing teacher, course creator, and administrator. Whilst these roles may still be used, it&#039;s now possible to create additional roles, and to change what a given role can do in a particular activity.&lt;br /&gt;
&lt;br /&gt;
==Definitions==&lt;br /&gt;
;Role&lt;br /&gt;
:An identifier of the user&#039;s status. The status depends upon permissions given for one or more capabilities in a context. &lt;br /&gt;
::For example Teacher and Student are standard user roles. The identifier indicates they probably have different capabilities in some contexts.  &lt;br /&gt;
:When Moodle is first installed, a number of [[Standard roles]] are created automatically.&lt;br /&gt;
;Capability&lt;br /&gt;
:A description of a particular Moodle feature. A list of many capabilities can be seen in the [https://docs.moodle.org/en/Category:Capabilities capability category index page].&lt;br /&gt;
::For example [[Capabilities/moodle/blog:create|moodle/blog:create]](writing blog entries) or &amp;quot;Backup course&amp;quot; are two capabilities.  Note the &amp;quot;&amp;lt;nowiki&amp;gt;mod/blog:create&amp;lt;/nowiki&amp;gt;&amp;quot; notation is a common to identify a capability.&lt;br /&gt;
;Permission&lt;br /&gt;
:A setting for a capability. Can be any one of four: not set/inherit, allow, prevent or prohibit.&lt;br /&gt;
;Context&lt;br /&gt;
:A &amp;quot;space&amp;quot; in Moodle. &lt;br /&gt;
::For example: a course, activity module or block can each be a context.  &lt;br /&gt;
::Some contexts can contain multiple contexts in their space, For example, a course can contain a lesson, assignment, forum and quiz modules, plus blocks.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Development:Roles]]&lt;br /&gt;
*[[:Category:Capabilities]]&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?id=6826 Roles and Capabilities forum]&lt;br /&gt;
*[[Upgrading to Moodle 1.7]]&lt;br /&gt;
*[[Upgrading to Moodle 1.8]]&lt;br /&gt;
*[[How permissions are calculated]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Role]]&lt;br /&gt;
[[es:Roles y capacidades]]&lt;br /&gt;
[[eu:Rolak]]&lt;br /&gt;
[[fr:Rôles et capacités]]&lt;br /&gt;
[[ja:ロールおよびケイパビリティ]]&lt;br /&gt;
[[ru:Роли и возможности]]&lt;br /&gt;
[[de:Rollen und Rechte]]&lt;/div&gt;</summary>
		<author><name>Linkupnick</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=Roles_and_capabilities&amp;diff=45392</id>
		<title>Roles and capabilities</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=Roles_and_capabilities&amp;diff=45392"/>
		<updated>2008-10-15T15:47:08Z</updated>

		<summary type="html">&lt;p&gt;Linkupnick: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Roles}}{{Moodle 1.7}}Roles and capabilities in Moodle 1.7 onwards provides great flexibility in managing how users interact. Prior to Moodle 1.7, there were only six roles possible: guest, student, non-editing teacher, editing teacher, course creator, and administrator. Whilst these roles may still be used, it&#039;s now possible to create additional roles, and to change what a given role can do in a particular activity.&lt;br /&gt;
&lt;br /&gt;
==Definitions==&lt;br /&gt;
;Role&lt;br /&gt;
:An identifier of the user&#039;s status. The status depends upon permissions given for one or more capabilities in a context. &lt;br /&gt;
::For example Teacher and Student are standard user roles. The identifier indicates they probably have different capabilities in some contexts.  &lt;br /&gt;
;Capability&lt;br /&gt;
:A description of a particular Moodle feature. A list of many capabilities can be seen in the [https://docs.moodle.org/en/Category:Capabilities capability category index page].&lt;br /&gt;
::For example [[Capabilities/moodle/blog:create|moodle/blog:create]](writing blog entries) or &amp;quot;Backup course&amp;quot; are two capabilities.  Note the &amp;quot;&amp;lt;nowiki&amp;gt;mod/blog:create&amp;lt;/nowiki&amp;gt;&amp;quot; notation is a common to identify a capability.&lt;br /&gt;
;Permission&lt;br /&gt;
:A setting for a capability. Can be any one of four: not set/inherit, allow, prevent or prohibit.&lt;br /&gt;
;Context&lt;br /&gt;
:A &amp;quot;space&amp;quot; in Moodle. &lt;br /&gt;
::For example: a course, activity module or block can each be a context.  &lt;br /&gt;
::Some contexts can contain multiple contexts in their space, For example, a course can contain a lesson, assignment, forum and quiz modules, plus blocks.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Development:Roles]]&lt;br /&gt;
*[[:Category:Capabilities]]&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?id=6826 Roles and Capabilities forum]&lt;br /&gt;
*[[Upgrading to Moodle 1.7]]&lt;br /&gt;
*[[Upgrading to Moodle 1.8]]&lt;br /&gt;
*[[How permissions are calculated]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Role]]&lt;br /&gt;
[[es:Roles y capacidades]]&lt;br /&gt;
[[eu:Rolak]]&lt;br /&gt;
[[fr:Rôles et capacités]]&lt;br /&gt;
[[ja:ロールおよびケイパビリティ]]&lt;br /&gt;
[[ru:Роли и возможности]]&lt;br /&gt;
[[de:Rollen und Rechte]]&lt;/div&gt;</summary>
		<author><name>Linkupnick</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=HTML_editor&amp;diff=45026</id>
		<title>HTML editor</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=HTML_editor&amp;diff=45026"/>
		<updated>2008-10-09T22:32:01Z</updated>

		<summary type="html">&lt;p&gt;Linkupnick: /* Inserting images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle has developed a standard toolbar that serves as an HTML interface.  Many of the icons on the tool bar can be found on most text editing (word processing) programs.   This page will cover some of the icons/tools which may not be as familiar to a new user of Moodle.&lt;br /&gt;
&lt;br /&gt;
For example, you can cut/copy and paste text from other applications into this editor and formatting will be preserved. There is the usual [[Image:Ed paste.gif]] clipboard icon which is for pasting text that has been copied or cut. Or use the usual short cut keys  of Control+C  and Control+V . &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HTML editor toolbar features==&lt;br /&gt;
[[Image:Course Lesson Page Content Toolbar.GIF|frame|center|HTML editor toolbar in a Lesson page, other modules will look similar.]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===Font and background colours===&lt;br /&gt;
There are two icons to change the [[Image:Ed color fg.gif]] font and the [[Image:Ed color bg.gif]] colour behind text. Clicking on the icon will bring up a color pallet.  Note the HTML color code is displayed. &lt;br /&gt;
[[Image:HTML toolbar Color pallet.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
===Anchor===&lt;br /&gt;
[[Image:Ed anchor.gif]] An HTML anchor identifies text within a page which can be referenced by a link. To use the Anchor, highlight the word, then click on the Anchor icon. Give the anchor a name. Anywhere on the page, highlight the word you would like to link to the Anchor. Use the Link icon and the pull down menu to find the correct anchor.&lt;br /&gt;
[[Image:HTML toolbar anchor tool.JPG]]&lt;br /&gt;
&lt;br /&gt;
===Inserting links===&lt;br /&gt;
[[Image:Ed link.gif|left|]] An HTML link creates a path to external, internal or the current page. The icon saves writing code.  One method is to copy the address bar from the location you want, click on the link icon,then paste it URL. Another method is to press the Browse button.  This will take you to the [[Files]] area of the course.  From here it is possible to select an existing file or to upload a new file and link to it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To make a new link&#039;&#039;&#039;&lt;br /&gt;
*Type the text that you want to be a link&lt;br /&gt;
***For example: &amp;quot;Link to course file in demo.moodle.org&amp;quot;&lt;br /&gt;
*Select the text&lt;br /&gt;
***For example select &amp;quot;course file&amp;quot; by highlighting it with your mouse.&lt;br /&gt;
*Click the [[Image:Ed link.gif]] link button in the toolbar&lt;br /&gt;
*Type (or paste, or browse to) the URL you want to link to&lt;br /&gt;
***For example we used browsed and clicked on the file to get our entry&lt;br /&gt;
*Type in some text which will appear when the mouse rolls over it&lt;br /&gt;
***For example: &amp;quot;Course file in demo moodle.&amp;quot;&lt;br /&gt;
*Target - What kind of window should be called up&lt;br /&gt;
***[[Image:HTML editor insert link target menu.jpg]]&lt;br /&gt;
*Anchors - A pull down list allows you to select an [[HTML_editor#Anchor|anchor]] you created on the page&lt;br /&gt;
*Click OK&lt;br /&gt;
&lt;br /&gt;
[[Image:HTML toolbar Hyperlink.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
*After the above steps the student will see: &lt;br /&gt;
**[[Image:HTML toolbar Insert Link result1.jpg|frame|center|This result]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====TIPs - inserting links====&lt;br /&gt;
*This process does &#039;&#039;&#039;NOT&#039;&#039;&#039; work inside the wiki module where you need to use the Wiki link system (square brackets containing the label and the link separated by a vertical line character)&lt;br /&gt;
*A course file has a URL address that can be found via the browse button&lt;br /&gt;
&lt;br /&gt;
===Inserting images===&lt;br /&gt;
[[Image:Ed_image.gif]] Moodle allows you to upload pictures into a course or site folder, then insert that image into the content area.  It is also possible to use an existing image located outside of your Moodle site.&lt;br /&gt;
&lt;br /&gt;
You can include images in the content area by using the [[Image:Ed_image.gif]] button. This will bring up an insert image edit screen to assist you in inserting an picture.  More detailed instructions for [[Insert image|inserting an image can be found here]]. Moodle recognizes JPG, GIF and PNG as image files.&lt;br /&gt;
[[Image:HTML Insert Image tool pop-up.JPG|thumb|center|300px|[[Insert image| Insert image page link]] in Moodle Documentation]]&lt;br /&gt;
&lt;br /&gt;
===Inserting tables===&lt;br /&gt;
* [[Image:Insert table.gif]] To add layout to your texts, you can use the &amp;quot;Insert Tables&amp;quot; button in the toolbar.&lt;br /&gt;
&lt;br /&gt;
[[Image:HTML toolbar table settings.jpg|center]]&lt;br /&gt;
*Most table editing tools are only visible if you click the &#039;&#039;&#039;Enlarge Editor&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inserting smilies (emoticons)===&lt;br /&gt;
&lt;br /&gt;
The smiley icon [[Image:Smiley.gif]] will allow you to add a small icon (for example [[Image:Cool.gif]] ) in your text. A dialog will pop up that allows you to select from a table of smiley icons. Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed.&lt;br /&gt;
[[Image:HTML toolbar Smiley icon selections.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
===Special characters===&lt;br /&gt;
The special characters [[Image:special characters button.gif]] button, allows you to enter special characters from a table.&lt;br /&gt;
[[Image:HTML_toolbar_Special_character_selections.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
===Toggle to HTML Code editing===&lt;br /&gt;
&lt;br /&gt;
The [[Image: Ed html.gif]] button changes the display window to raw HTML code. This can be useful for those of you that know how to use it (or want to learn!). Most of the buttons do not work in this view, including many of the hotkeys.&lt;br /&gt;
&lt;br /&gt;
[[Image:HTML editor HTML code example.png|thumb|center|400px|Example of HTML code for content area in a forum post ]]&lt;br /&gt;
&lt;br /&gt;
===Enlarge editor===&lt;br /&gt;
The [[Image:Fullscreen maximize.gif]] button will expand the HTML editor area.&lt;br /&gt;
&lt;br /&gt;
===Clean Word button===&lt;br /&gt;
The clean Word [[Image:Ed wordclean.gif]] button removes some Word formatting from your pasted text so that the page is smaller, less complex and thus loads faster.  The [http://www.microsoft.com/downloads/details.aspx?FamilyID=209ADBEE-3FBD-482C-83B0-96FB79B74DED&amp;amp;displaylang=EN Microsoft Office HTML Filter 2.0] removes all Word code from HTML file far more effectively. This filter is already built into office in Microsoft Office XP onwards.&lt;br /&gt;
&lt;br /&gt;
==Shortcut keys==&lt;br /&gt;
Here are some common editing short cut or hot keys which will within the HTML editor in WYSIWYG view.  Different operating systems and browsers may not support all these keys.  The most universal hot keys are in&#039;&#039;&#039; bold&#039;&#039;&#039;.&lt;br /&gt;
{|  border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:left&amp;quot;&lt;br /&gt;
! width=&amp;quot;70&amp;quot;|Keys&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Action&lt;br /&gt;
! width=&amp;quot;10&amp;quot;|&lt;br /&gt;
! width=&amp;quot;70&amp;quot;|Keys&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Action&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-C&#039;&#039;&#039;&lt;br /&gt;
| Copy  &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-V&#039;&#039;&#039;&lt;br /&gt;
| Paste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-X&#039;&#039;&#039;&lt;br /&gt;
| Cut&lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-F&#039;&#039;&#039;&lt;br /&gt;
| Find text&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-H&lt;br /&gt;
| Find and replace&lt;br /&gt;
|&lt;br /&gt;
| *&lt;br /&gt;
| *&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-Z&#039;&#039;&#039;&lt;br /&gt;
| Undo &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-Y&#039;&#039;&#039;&lt;br /&gt;
| Redo &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-B&#039;&#039;&#039;&lt;br /&gt;
| Make text bold &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-I&#039;&#039;&#039;&lt;br /&gt;
| Make text italic &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-U&#039;&#039;&#039;&lt;br /&gt;
| Underline text &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-S&#039;&#039;&#039;&lt;br /&gt;
| Strikethrough text &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-H&lt;br /&gt;
| Change text format (headings etc.) &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-1&lt;br /&gt;
| to Ctrl-6 Change heading level &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-,&lt;br /&gt;
| Subscript &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-.&lt;br /&gt;
| Superscript &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-O&lt;br /&gt;
| Change the font &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-0&lt;br /&gt;
| Clean Word HTML &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-L&lt;br /&gt;
| Justify left &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-E&lt;br /&gt;
| Center &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-J&lt;br /&gt;
| Justify full &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-/&lt;br /&gt;
| Text runs left to right &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| Text runs right to left &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-;&lt;br /&gt;
| Decrease indent &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-&#039;&lt;br /&gt;
| Increase indent &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-G&lt;br /&gt;
| Change text colour &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-K&lt;br /&gt;
| Change background colour &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-P&lt;br /&gt;
| Change the font size &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-`&lt;br /&gt;
| Switch to HTML source code view &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-M&lt;br /&gt;
| Toggle fullscreen editor mode &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-O&lt;br /&gt;
| Insert ordered list &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-U&lt;br /&gt;
| Insert unordered list &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-R&lt;br /&gt;
| Insert horizontal rule &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-A&lt;br /&gt;
| Create anchor &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-L&lt;br /&gt;
| Create link &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-D&lt;br /&gt;
| Unlink &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-N&lt;br /&gt;
| Turn off autolinking &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-I&lt;br /&gt;
| Insert image &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-T&lt;br /&gt;
| Insert table &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-S&lt;br /&gt;
| Insert emoticon &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-C&lt;br /&gt;
| Insert special character &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-=&lt;br /&gt;
| Change text language for screen readers, or specify language for the Multilang filter&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
*[[Themes|Theme]] settings can control the default fonts in the HTML editor. It is possible to have individual themes for a context (for example, a course may have its own theme).&lt;br /&gt;
&lt;br /&gt;
*When you choose many functions a new small window will open. Unfortunately it can often open BEHIND the window you are in so you may miss that anything has happened. You can check new windows with [Alt]+[Tab].&lt;br /&gt;
&lt;br /&gt;
*The HTML editor does not work in all browsers. If you are using a Mac OS X and for some reason it does not appear, try using Firefox instead of Safari as a browser.&lt;br /&gt;
&lt;br /&gt;
*Can not make HTML give you the text style you want?  Use an image or even an animated gif file.&lt;br /&gt;
&lt;br /&gt;
==See also== &lt;br /&gt;
&lt;br /&gt;
*[[HTML editor FAQ]]&lt;br /&gt;
*[[Page content]] - for more assistance on using some of above editing icons&lt;br /&gt;
*[[Insert image]] - examples and instructions for inserting and editing images&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[HTML editor settings]] - change the look of the HTML toolbar&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=64354 Question about insert image function in HTML editor] including methods of enabling students to insert images using the HTML editor&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=66805 Need to display english special phonetic symbols for ESL students]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=83115 tables in HTML editor]&lt;br /&gt;
&lt;br /&gt;
[[Category:HTML editor]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Éditeur HTML]]&lt;br /&gt;
[[ja:HTMLエディタ]]&lt;br /&gt;
[[pl:Edytor_HTML]]&lt;/div&gt;</summary>
		<author><name>Linkupnick</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/test/index.php?title=HTML_editor&amp;diff=45025</id>
		<title>HTML editor</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/test/index.php?title=HTML_editor&amp;diff=45025"/>
		<updated>2008-10-09T22:31:32Z</updated>

		<summary type="html">&lt;p&gt;Linkupnick: /* Inserting images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle has developed a standard toolbar that serves as an HTML interface.  Many of the icons on the tool bar can be found on most text editing (word processing) programs.   This page will cover some of the icons/tools which may not be as familiar to a new user of Moodle.&lt;br /&gt;
&lt;br /&gt;
For example, you can cut/copy and paste text from other applications into this editor and formatting will be preserved. There is the usual [[Image:Ed paste.gif]] clipboard icon which is for pasting text that has been copied or cut. Or use the usual short cut keys  of Control+C  and Control+V . &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HTML editor toolbar features==&lt;br /&gt;
[[Image:Course Lesson Page Content Toolbar.GIF|frame|center|HTML editor toolbar in a Lesson page, other modules will look similar.]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===Font and background colours===&lt;br /&gt;
There are two icons to change the [[Image:Ed color fg.gif]] font and the [[Image:Ed color bg.gif]] colour behind text. Clicking on the icon will bring up a color pallet.  Note the HTML color code is displayed. &lt;br /&gt;
[[Image:HTML toolbar Color pallet.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
===Anchor===&lt;br /&gt;
[[Image:Ed anchor.gif]] An HTML anchor identifies text within a page which can be referenced by a link. To use the Anchor, highlight the word, then click on the Anchor icon. Give the anchor a name. Anywhere on the page, highlight the word you would like to link to the Anchor. Use the Link icon and the pull down menu to find the correct anchor.&lt;br /&gt;
[[Image:HTML toolbar anchor tool.JPG]]&lt;br /&gt;
&lt;br /&gt;
===Inserting links===&lt;br /&gt;
[[Image:Ed link.gif|left|]] An HTML link creates a path to external, internal or the current page. The icon saves writing code.  One method is to copy the address bar from the location you want, click on the link icon,then paste it URL. Another method is to press the Browse button.  This will take you to the [[Files]] area of the course.  From here it is possible to select an existing file or to upload a new file and link to it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To make a new link&#039;&#039;&#039;&lt;br /&gt;
*Type the text that you want to be a link&lt;br /&gt;
***For example: &amp;quot;Link to course file in demo.moodle.org&amp;quot;&lt;br /&gt;
*Select the text&lt;br /&gt;
***For example select &amp;quot;course file&amp;quot; by highlighting it with your mouse.&lt;br /&gt;
*Click the [[Image:Ed link.gif]] link button in the toolbar&lt;br /&gt;
*Type (or paste, or browse to) the URL you want to link to&lt;br /&gt;
***For example we used browsed and clicked on the file to get our entry&lt;br /&gt;
*Type in some text which will appear when the mouse rolls over it&lt;br /&gt;
***For example: &amp;quot;Course file in demo moodle.&amp;quot;&lt;br /&gt;
*Target - What kind of window should be called up&lt;br /&gt;
***[[Image:HTML editor insert link target menu.jpg]]&lt;br /&gt;
*Anchors - A pull down list allows you to select an [[HTML_editor#Anchor|anchor]] you created on the page&lt;br /&gt;
*Click OK&lt;br /&gt;
&lt;br /&gt;
[[Image:HTML toolbar Hyperlink.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
*After the above steps the student will see: &lt;br /&gt;
**[[Image:HTML toolbar Insert Link result1.jpg|frame|center|This result]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====TIPs - inserting links====&lt;br /&gt;
*This process does &#039;&#039;&#039;NOT&#039;&#039;&#039; work inside the wiki module where you need to use the Wiki link system (square brackets containing the label and the link separated by a vertical line character)&lt;br /&gt;
*A course file has a URL address that can be found via the browse button&lt;br /&gt;
&lt;br /&gt;
===Inserting images===&lt;br /&gt;
[[Image:Ed_image.gif]] Moodle allows you to upload pictures into a course or site folder, then insert that image into the content area.  It is also possible to use an existing image located outside of your Moodle site.&lt;br /&gt;
&lt;br /&gt;
You can include images in the content area by using the [[Image:Ed_image.gif]] button. This will bring up an insert image edit screen to assist you in inserting an picture.  More detailed instructions for [[Insert image|inserting an image can be found here]]. Moodle recognizes JPG, GIF and PNG as image files.&lt;br /&gt;
[[Image:HTML Insert Image tool pop-up.JPG|thumb|center|300px|[[Insert image| Insert image page link]] in OurVLE Documentation]]&lt;br /&gt;
&lt;br /&gt;
===Inserting tables===&lt;br /&gt;
* [[Image:Insert table.gif]] To add layout to your texts, you can use the &amp;quot;Insert Tables&amp;quot; button in the toolbar.&lt;br /&gt;
&lt;br /&gt;
[[Image:HTML toolbar table settings.jpg|center]]&lt;br /&gt;
*Most table editing tools are only visible if you click the &#039;&#039;&#039;Enlarge Editor&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Inserting smilies (emoticons)===&lt;br /&gt;
&lt;br /&gt;
The smiley icon [[Image:Smiley.gif]] will allow you to add a small icon (for example [[Image:Cool.gif]] ) in your text. A dialog will pop up that allows you to select from a table of smiley icons. Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed.&lt;br /&gt;
[[Image:HTML toolbar Smiley icon selections.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
===Special characters===&lt;br /&gt;
The special characters [[Image:special characters button.gif]] button, allows you to enter special characters from a table.&lt;br /&gt;
[[Image:HTML_toolbar_Special_character_selections.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
===Toggle to HTML Code editing===&lt;br /&gt;
&lt;br /&gt;
The [[Image: Ed html.gif]] button changes the display window to raw HTML code. This can be useful for those of you that know how to use it (or want to learn!). Most of the buttons do not work in this view, including many of the hotkeys.&lt;br /&gt;
&lt;br /&gt;
[[Image:HTML editor HTML code example.png|thumb|center|400px|Example of HTML code for content area in a forum post ]]&lt;br /&gt;
&lt;br /&gt;
===Enlarge editor===&lt;br /&gt;
The [[Image:Fullscreen maximize.gif]] button will expand the HTML editor area.&lt;br /&gt;
&lt;br /&gt;
===Clean Word button===&lt;br /&gt;
The clean Word [[Image:Ed wordclean.gif]] button removes some Word formatting from your pasted text so that the page is smaller, less complex and thus loads faster.  The [http://www.microsoft.com/downloads/details.aspx?FamilyID=209ADBEE-3FBD-482C-83B0-96FB79B74DED&amp;amp;displaylang=EN Microsoft Office HTML Filter 2.0] removes all Word code from HTML file far more effectively. This filter is already built into office in Microsoft Office XP onwards.&lt;br /&gt;
&lt;br /&gt;
==Shortcut keys==&lt;br /&gt;
Here are some common editing short cut or hot keys which will within the HTML editor in WYSIWYG view.  Different operating systems and browsers may not support all these keys.  The most universal hot keys are in&#039;&#039;&#039; bold&#039;&#039;&#039;.&lt;br /&gt;
{|  border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align:left&amp;quot;&lt;br /&gt;
! width=&amp;quot;70&amp;quot;|Keys&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Action&lt;br /&gt;
! width=&amp;quot;10&amp;quot;|&lt;br /&gt;
! width=&amp;quot;70&amp;quot;|Keys&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Action&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-C&#039;&#039;&#039;&lt;br /&gt;
| Copy  &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-V&#039;&#039;&#039;&lt;br /&gt;
| Paste&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-X&#039;&#039;&#039;&lt;br /&gt;
| Cut&lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-F&#039;&#039;&#039;&lt;br /&gt;
| Find text&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-H&lt;br /&gt;
| Find and replace&lt;br /&gt;
|&lt;br /&gt;
| *&lt;br /&gt;
| *&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-Z&#039;&#039;&#039;&lt;br /&gt;
| Undo &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-Y&#039;&#039;&#039;&lt;br /&gt;
| Redo &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-B&#039;&#039;&#039;&lt;br /&gt;
| Make text bold &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-I&#039;&#039;&#039;&lt;br /&gt;
| Make text italic &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-U&#039;&#039;&#039;&lt;br /&gt;
| Underline text &lt;br /&gt;
|&lt;br /&gt;
| &#039;&#039;&#039;Ctrl-S&#039;&#039;&#039;&lt;br /&gt;
| Strikethrough text &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-H&lt;br /&gt;
| Change text format (headings etc.) &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-1&lt;br /&gt;
| to Ctrl-6 Change heading level &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-,&lt;br /&gt;
| Subscript &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-.&lt;br /&gt;
| Superscript &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-O&lt;br /&gt;
| Change the font &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-0&lt;br /&gt;
| Clean Word HTML &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-L&lt;br /&gt;
| Justify left &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-E&lt;br /&gt;
| Center &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-J&lt;br /&gt;
| Justify full &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-/&lt;br /&gt;
| Text runs left to right &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| Text runs right to left &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-;&lt;br /&gt;
| Decrease indent &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-&#039;&lt;br /&gt;
| Increase indent &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-G&lt;br /&gt;
| Change text colour &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-K&lt;br /&gt;
| Change background colour &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-P&lt;br /&gt;
| Change the font size &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-`&lt;br /&gt;
| Switch to HTML source code view &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-M&lt;br /&gt;
| Toggle fullscreen editor mode &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-O&lt;br /&gt;
| Insert ordered list &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-U&lt;br /&gt;
| Insert unordered list &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-R&lt;br /&gt;
| Insert horizontal rule &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-A&lt;br /&gt;
| Create anchor &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-L&lt;br /&gt;
| Create link &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-D&lt;br /&gt;
| Unlink &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-N&lt;br /&gt;
| Turn off autolinking &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-I&lt;br /&gt;
| Insert image &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-T&lt;br /&gt;
| Insert table &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-Alt-S&lt;br /&gt;
| Insert emoticon &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl-Alt-C&lt;br /&gt;
| Insert special character &lt;br /&gt;
|&lt;br /&gt;
| Ctrl-=&lt;br /&gt;
| Change text language for screen readers, or specify language for the Multilang filter&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
*[[Themes|Theme]] settings can control the default fonts in the HTML editor. It is possible to have individual themes for a context (for example, a course may have its own theme).&lt;br /&gt;
&lt;br /&gt;
*When you choose many functions a new small window will open. Unfortunately it can often open BEHIND the window you are in so you may miss that anything has happened. You can check new windows with [Alt]+[Tab].&lt;br /&gt;
&lt;br /&gt;
*The HTML editor does not work in all browsers. If you are using a Mac OS X and for some reason it does not appear, try using Firefox instead of Safari as a browser.&lt;br /&gt;
&lt;br /&gt;
*Can not make HTML give you the text style you want?  Use an image or even an animated gif file.&lt;br /&gt;
&lt;br /&gt;
==See also== &lt;br /&gt;
&lt;br /&gt;
*[[HTML editor FAQ]]&lt;br /&gt;
*[[Page content]] - for more assistance on using some of above editing icons&lt;br /&gt;
*[[Insert image]] - examples and instructions for inserting and editing images&lt;br /&gt;
*[[HTML in Moodle]]&lt;br /&gt;
*[[HTML editor settings]] - change the look of the HTML toolbar&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=64354 Question about insert image function in HTML editor] including methods of enabling students to insert images using the HTML editor&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=66805 Need to display english special phonetic symbols for ESL students]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=83115 tables in HTML editor]&lt;br /&gt;
&lt;br /&gt;
[[Category:HTML editor]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Éditeur HTML]]&lt;br /&gt;
[[ja:HTMLエディタ]]&lt;br /&gt;
[[pl:Edytor_HTML]]&lt;/div&gt;</summary>
		<author><name>Linkupnick</name></author>
	</entry>
</feed>