Moodle Developers Course

Moodle Developers Course

by Richard Jones -
Number of replies: 2
Picture of Plugin developers Picture of Testers

There is a course in the Moodle Development School here: https://moodledev.moodle.school/course/view.php?id=3.

This is quite interesting although clearly a work in progress.

I was working through it and got stuck in a couple of places so I wondered if anyone has actually completed the assignments and has code available on GitHub?  For example, whoever wrote the assignments smile

Without code it's easy to make a small mistake which doesn't show up until further down the track.


Average of ratings: -
In reply to Richard Jones

Re: Moodle Developers Course

by Justin Hunt -
Picture of Particularly helpful Moodlers Picture of Plugin developers

I think that course is a pretty good start. But it could be improved with some code samples to match the tasks. 

In the MoodleBites for developers courses we used to git branches for "weeks" of the course, and steps of the tasks. So that students could get back to where they were, peek at the solution or just start afresh with the next week. That worked pretty well.

Average of ratings: Useful (3)
In reply to Justin Hunt

Re: Moodle Developers Course

by Richard Jones -
Picture of Plugin developers Picture of Testers

Hi Justin

I've used the same thing here on the course.  The branches of my solutions (which may be correct or not) are here:

https://github.com/richardjonesnz/moodle-tool_richardnz

and I have also blogged about what I've done here:

https://moodledev.moodle.school/blog/index.php?userid=158

These may be useful links for others on this path.

Cheers

Richard

Average of ratings: Useful (1)