- Moodle 1.9 Extension Development
- Jonathan Moore Michael Churchward
- 91字
- 2021-08-06 17:24:07
Chapter 3. Creating and Modifying Filters
Moodle filters modify content from the database as it is output to the screen, thus adding function to the display. An example of this is the multimedia filter, which can detect references to video and audio files, and can replace them with a "mini-player" embedded in the content. This chapter will cover the basic concepts of creating a Moodle filter, which includes:
- How a filter works
- Using the API to create filter code
- How to use language files
- How to create configuration settings