
The first assumption is that you have either taken the level 1 course or you have equivalent knowledge. We noted that you should be familiar with the material in our free course MoodleBites for Developerts Technical Preparation. There are two optional sections included on using git and debugging from that course in case you haven't taken it.
We will first clone the widget template from GitHub and then search and replace in files, rename some files and then create a new repository in GitHub to hold the code as we develop it.
Finally for this week I will give an overview of the template code.
Then we will be ready to start our plugin development.
- Facilitator: Gareth Barnard

This week we examine the collaborate activity we installed in week 1 and consider how Moodle display browser facing pages. We discuss Mustache templates and compare to the older methods still found in many parts of Moodle. We cover the basic APIs needed to make an activity module work.
- Facilitator: Gareth Barnard

This week covers the use of local classes and autoloading. We develop a local class for adding Editor Areas to our mod_form. In order to save that data we need to modify the database. To do this we will also cover the use of the XMLDB editor and the upgrade.php script.
- Facilitator: Gareth Barnard

Last week we added the editors for instructions A and B. This week we learn how to process the data from them so it gets stored correctly in the database and we learn the steps needed to extract and display the data on the page.
- Facilitator: Gareth Barnard

We review the admin settings pages and test our plugin with multiple instances and roles, also re-visiting the database API. We take a look at reports and multi-page output. We spend some time thinking about security. A lighter week than last.
- Facilitator: Gareth Barnard

- Facilitator: Gareth Barnard

Each of those does not involve writing a lot of code. But you should be familiar with namespaces and class loading. Tasks are straightforward in code, but are really a bit tricky to debug. I suggest you stick pretty close to the code given, to avoid having to track down bugs. Logging and events are two sides of the same coin, and by now you have probably seen them in Moodle code.
- Facilitator: Gareth Barnard

Have we finished out plugin, is it ever finished? Code checking and the plugins database. Some additions we might make to increase interactivity.
As an extra task this week by way of revision we revisit cloning a new plugin, understanding a simple admin tool plugin and modifying it to extract data from our collaborate tables. To do this we also re-visit templates, renderers, classes and SQL statements.
For something new we will make a sortable table.
- Facilitator: Gareth Barnard

This area is used to enable successful MoodleBites for Developers Level 2 participants to access a Certificate of Completion, and download a Badge.
- Facilitator: Gareth Barnard