Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Word censorship.

Word censorship: Difference between revisions

From MoodleDocs
(Fixed typo:inadvertantly -> inadvertently)
m (fr link + link sort into alphabetical order)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Word Censorship filter enables certain user-selected words to be "blacked out" in the flow of the text. The primary use is for censoring obscene or other unwanted words in the text.
Location: Word Censorship settings link in ''Administration > Modules > Filters''


==Word censorship in 1.5==


{{Moodle 1.5}}
The word censorship filter enables certain user-selected words to be "blacked out" in the flow of the text. The primary use is for censoring obscene or other unwanted words in the text.
Prior to version 1.6, the list of words is contained in the language pack in the file ''censor.php'' (Example: for German use ''lang/de/censor.php''). To change the word list you need to directly edit this file. A default list is provided for many languages. '''Warning:''' if you are looking at this file you may find the content offensive.  


==Improvements in 1.6==
In Moodle 1.6 onwards, the word censorship settings page allows the administrator to edit a list of words via a web interface. For backwards compatibility, the old list in the language pack is retained and will be used if the list on the settings page is empty. To avoid inadvertently causing offence, there is no default list on the settings page.


{{Moodle 1.6}}
==Previous word censorship==
The filter settings page allows the administrator to edit a list of words via the web interface. For compatibility, the old list in the language pack is retained and will be used if the list on the settings page is empty. To avoid inadvertently causing offence, there is no default list on the settings page.
 
Prior to Moodle 1.6, the list of words is contained in the language pack in the file ''censor.php'' (Example: for German use ''lang/de/censor.php''). To change the word list you need to directly edit this file. A default list is provided for many languages. Warning: You may find the content of this file offensive.
 
==See also==
 
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79711 filtering profanity] forum discussion


[[Category:Administrator]]
[[Category:Filter]]
[[Category:Filter]]


[[es:Palabras censuradas (filtro)]]
[[fr:Filtre censure de mots inadéquats]]
[[ja:ワードセンサーシップ]]
[[ja:ワードセンサーシップ]]

Latest revision as of 07:51, 27 April 2010

Location: Word Censorship settings link in Administration > Modules > Filters


The word censorship filter enables certain user-selected words to be "blacked out" in the flow of the text. The primary use is for censoring obscene or other unwanted words in the text.

In Moodle 1.6 onwards, the word censorship settings page allows the administrator to edit a list of words via a web interface. For backwards compatibility, the old list in the language pack is retained and will be used if the list on the settings page is empty. To avoid inadvertently causing offence, there is no default list on the settings page.

Previous word censorship

Prior to Moodle 1.6, the list of words is contained in the language pack in the file censor.php (Example: for German use lang/de/censor.php). To change the word list you need to directly edit this file. A default list is provided for many languages. Warning: You may find the content of this file offensive.

See also