Word censorship

Filters ::: filter_censor
Maintained by Moodle HQ
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.

Word censorship 2021051700

Moodle 4.0
Released: čtvrtek, 24. března 2022, 19.13
//////////////////////////
// //
// Censorship Filter //
// //
//////////////////////////

This is a very simple Text Filter that searches text
being output to the screen, replacing "bad" words
with other words.

To customise the word list, use the censor settings page
in the filters administration page.

If no customised list has been provided, a default list
specified in the current language pack will be used. Note that
the custom list is an alternative to the default list not
an addition to it.

Version information

Version build number
2021051700
Maturity
Stabilní verze
MD5 Sum
1cfe680e1fa7ebe65fce0c3e1dbc94a0
Supported software
Moodle 4.0
  • Latest release for Moodle 4.0

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation