Moodle Plugins directory: Word censorship: Versions: 2021051700 | Moodle.org
Word censorship
Filters ::: filter_censor
Maintained by
Moodle HQ
Part of set Seeking new maintainer.
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
Code prechecks
phplint
phpcs22 | 7
js
css
phpdoc9 | 3
savepoint
thirdparty
externalbackup
grunt
shifter
mustache
gherkin
HTML | XML//////////////////////////
// //
// 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.
// //
// 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
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation