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

Word censorship filter: Difference between revisions

From MoodleDocs
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Filters}}
{{Filters}}
<p class="note">'''Please refer to [[Page_notes#Filters|these notes]] before editing this page.'''</p>
Location: Word Censorship settings can be found at: ''Site Administration > Plugins > Filters''
The word censorship filter enables certain user-selected words to be "blacked out" in the flow of any text submitted within a course. The primary use is for censoring obscene or other unwanted words entered by learners in activities like Forums and Wikis.
The word censorship filter enables certain user-selected words to be "blacked out" in the flow of any text submitted within a course. The primary use is for censoring obscene or other unwanted words entered by learners in activities like Forums and Wikis.


==Custom list of censored Words==
==Custom list of censored Words==


In Moodle 2.0 onwards, the word censorship settings page allows a site administrator to edit a custom list of words to be censored within your Moodle installation.
The word censorship settings page ''Administration > Site administration > Plugins > Word censorship'' allows a site administrator to edit a custom list of words (bad words) to be censored within your Moodle installation.


To avoid inadvertently causing offense, there is no default list on the Word censorship settings page.  If the custom list is empty, the default list from the language pack will be used.
To avoid inadvertently causing offence, there is no default bad word list on the Word censorship settings page.  If the custom list is empty, the default list from the language pack will be used.


==Default censored Words==
==Default censored Words==


The default ''badword'' list is contained within the censor.php file within each language pack installed on your Moodle site. To change the default badword list go to ''Site Administration > Language > Language Customization'' and check out the required language pack(s).  Select the censor.php file under the '''filters''' subheading from the strings list and click '''Show strings'''.  Warning: You may find the content of this file offensive.
The default bad word list is contained within the censor.php file within each language pack installed on your Moodle site. To change the default bad word list go to ''Administration > Site administration > Language > Language Customization'' and check out the required language pack.  Select the censor.php file under the '''filters''' subheading from the strings list and click '''Show strings'''.  Warning: You may find the content of this file offensive.


==Tips and Tricks==
==Tips and Tricks==
*If you would prefer not to display a custom list of censored words on the Work Censorship Settings page, customize the censor.php file the language directly
*If you would prefer not to display a custom list of censored words on the Word Censorship Settings page, customize the censor.php file the language directly
*If you have multiple language packs installed and in use within your Moodle site, remember to edit each language pack and/or add custom censored words in all languages.
*If you have multiple language packs installed and in use within your Moodle site, remember to edit each language pack and/or add custom censored words in all languages.


Line 24: Line 20:
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79711 filtering profanity] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=79711 filtering profanity] forum discussion


[[Category:Filter]]
[[Category:Site administration]]


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

Latest revision as of 13:09, 20 April 2018

The word censorship filter enables certain user-selected words to be "blacked out" in the flow of any text submitted within a course. The primary use is for censoring obscene or other unwanted words entered by learners in activities like Forums and Wikis.

Custom list of censored Words

The word censorship settings page Administration > Site administration > Plugins > Word censorship allows a site administrator to edit a custom list of words (bad words) to be censored within your Moodle installation.

To avoid inadvertently causing offence, there is no default bad word list on the Word censorship settings page. If the custom list is empty, the default list from the language pack will be used.

Default censored Words

The default bad word list is contained within the censor.php file within each language pack installed on your Moodle site. To change the default bad word list go to Administration > Site administration > Language > Language Customization and check out the required language pack. Select the censor.php file under the filters subheading from the strings list and click Show strings. Warning: You may find the content of this file offensive.

Tips and Tricks

  • If you would prefer not to display a custom list of censored words on the Word Censorship Settings page, customize the censor.php file the language directly
  • If you have multiple language packs installed and in use within your Moodle site, remember to edit each language pack and/or add custom censored words in all languages.

See also