- Moodle 3.x Developer's Guide
- Ian Wild
- 225字
- 2021-07-02 21:34:45
What cannot be done with plugins?
Having explored what can be done with plugins, it is worth mentioning what can't be done. Moodle plugins have to fit into a general framework, namely one where users are associated with courses. Note that this means Moodle is course-centric and not user-centric. This can mean that some user-centric plugin types, such as user competencies, can seem an awkward fit (especially when attempting to collate user data from across a course-centric relational database--but that is discussed in more detail in Chapter 9, Moodle Analytics). Likewise, creating an individualised learner dashboard, which learners will see when they first log in, can be achieved (and is indeed the subject of Chapter 7, Creating a Dashboard - Developing a Learner Homepage), but it may seem as though you are jumping through hoops at first. If you are worried that a particular development cannot be achieved by anything other than a core code change then ask yourself this: is what I am being asked to develop against the grain of Moodle's core social constructivist principles? If so then it is likely that the wrong platform has been selected and a step back needs to be taken. If not, take a good look at plugin types listed at https://docs.moodle.org/dev/Plugin_types and choose which is the best to develop to achieve the desired feature.
- UNIX編程藝術
- 玩轉Scratch少兒趣味編程
- DBA攻堅指南:左手Oracle,右手MySQL
- WebAssembly實戰
- Cassandra Design Patterns(Second Edition)
- 深入淺出Android Jetpack
- Mastering Google App Engine
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- KnockoutJS Starter
- Webpack實戰:入門、進階與調優
- Linux Shell核心編程指南
- Nagios Core Administration Cookbook(Second Edition)
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Python Programming for Arduino
- 人人都能開發RPA機器人:UiPath從入門到實戰