Moodle Developer Basics program

Courses within the Moodle Developer Basics program.
Related tags:

Courses tagged with "Moodle Developer Basics program"

This course is designed for PHP developers who want to start developing Moodle plugins. You will learn about the Moodle developer community and set up a Moodle development environment. This is the first course in the Developer Pathway. Subsequent courses in the the Developer Pathway will build on the knowledge gained in this course.

Estimated learning time: 3 hours
Level: Beginner

This course builds on the knowledge gained in the Moodle development environment course. In this course, we learn how to use Moodle's Page and Output APIs to display content in a local plugin. An introduction to localisation using language strings is also covered in this course. This is the second course in the Moodle developer pathway.

Estimated learning time: 2 hours
Level: Beginner

In this course we take a deeper look at Moodle's modular architecture and explore the use of common Moodle APIs. Some of the APIs covered in this course include: Navigation, Forms, Database access, Upgrade, Strings and Output APIs. Learners get hands-on practise on using these APIs in the form of developing a local plugin.

This is the third course in the Moodle Developer Basics program. 

Estimated learning time: 3 hours
Level: Beginner

In this course we look at access control and security aspects of a plugin. Through a set of tutorials, you will learn how to control access to your plugin using Moodle’s Access API. You will learn how to define capabilities in your plugin and how to determine if the user has the permission to access a page. This course also covers common security threats that developers need to be aware of.

This is the fourth course in the Moodle Developer Basics program.

Estimated learning time: 2 hours
Level: Beginner

In this course you will learn about accessibility standards and understand why they are important. You will identify the accessibility best practices used in Moodle, and use Moodle API and functions to produce more accessible pages in your plugins.

This is the fifth course in the Moodle Developer Basics program.

Estimated learning time: 2 hours
Level: Beginner

In this course, you will learn about the different types of testing conducted in Moodle. The course will cover unit testing in greater detail. Learners will set up PHPUnit on their local Moodle development environment, and write a PHP unit test.

This is the sixth course in the Moodle Developer Basics program.

Estimated learning time: 2 hours
Level: Beginner