Moodle Word Censorship
It was brought to my attention that when Moodle filters out a word found in the "bad words" list it in fact leaves the word in the alt text. So moving your mouse over the word "Scunthorpe" produces some quite interesting results!!
The resolve this I edited the file filter/censor/filter.php
And around line 36 replace this code
$words[ ] = new filterobject($badword, ‘<span class="censoredtext" title=".$badword.">’, ‘</span>’,
with this:
 
                 Most jobs require tools.  Plumbers need wrenches, joiners need saws, accountants need calculators, hairdressers need scissors.  But what does a Moodle Developer carry in their toolbox?
Most jobs require tools.  Plumbers need wrenches, joiners need saws, accountants need calculators, hairdressers need scissors.  But what does a Moodle Developer carry in their toolbox?