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

Editing text: Difference between revisions

From MoodleDocs
m (improve template)
(customization -> customisation to match en lang pack)
 
(23 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Improve}}
{{Managing a Moodle course}}
{{Editing text}}
The usual way to edit or create text that is part of the visual content of a course is using the [[Text editor]] (also known as the HTML editor).


* [[Text editor]]
* [[Formatting text]]


The usual way to edit or create text that is part of the visual content of a course is with the [[HTML editor]] tool.  
The way to edit the text in the content area, depends the current [[Roles|role]] or permissions of the user in a [[Context|context]].  


The way to get to the content text, depends the role the user in a context.  A student will see the tool when they reply to a forum post but will not have the ability of changing a topic heading in the course. A teacher will not have the ability to edit a topic heading in a course unless the "Turn editing on" button has been clicked.
*A teacher will see many [[File:Editicon.PNG]] ("edit settings") icons on a course's home page when "Turn editing on" button has been clicked.   Or they will see the HTML editor and content area within many activities and resources. For example, a teacher can edit the text that appears at the top of a section in a course by clicking on the edit hand icon.


Teachers and administrators should be aware that the Moodle code contains "strings" of text that can be edited though [[Language customization|customizing the language]] on a site wide basis.
*A student and a teacher will see the HTML tool when they reply to a forum post but will not have the ability of changing a topic heading in the course. 
 
==Editing text example==
<gallery caption="Teacher view and Student View" widths="300px" >
File:Editing text example.PNG|Typical content area. Shows HTML editor on top with text and image in content.
File:Editing text example after.PNG|Here is what students will see
</gallery>
 
==Text editing on a Moodle site==
 
Teachers and administrators should be aware that the Moodle code contains "strings" of text that can be edited though [[Language customisation|customising the language]] on a site wide basis.
 
==See also==
 
*[[Text editor FAQ]]
 
[[Category:Editing text]]
 
[[de:Texte editieren]]
[[es:Editando texto]]

Latest revision as of 13:05, 20 October 2014

The usual way to edit or create text that is part of the visual content of a course is using the Text editor (also known as the HTML editor).

The way to edit the text in the content area, depends the current role or permissions of the user in a context.

  • A teacher will see many Editicon.PNG ("edit settings") icons on a course's home page when "Turn editing on" button has been clicked. Or they will see the HTML editor and content area within many activities and resources. For example, a teacher can edit the text that appears at the top of a section in a course by clicking on the edit hand icon.
  • A student and a teacher will see the HTML tool when they reply to a forum post but will not have the ability of changing a topic heading in the course.

Editing text example

Text editing on a Moodle site

Teachers and administrators should be aware that the Moodle code contains "strings" of text that can be edited though customising the language on a site wide basis.

See also