Getting started with developing a new plugin..

Getting started with developing a new plugin..

M O'S發表於
Number of replies: 3
Hi all,

I've gone through the developer documentation but am still uncertain of how to start off and would be really grateful if people could point me in the right direction..

I am going to be implementing a plugin for moodle as part of my final year project. It would be dealing with resources such as web pages, assignment submissions and student grades. I understand I need to apply for access to the CVS? Where can I gain access to a sample template plugin layout/structure?

評比平均分數: -
In reply to M O'S

Re: Getting started with developing a new plugin..

Paul Nicholls發表於

Hi Megan,

You might find it useful to run through the developer course at http://dev.moodle.org/ - check out the "introduction to Moodle programming" course.  You only need to apply for write access to CVS - read access is public.  I'd suggest working through the course above, and then working on your plugin - if, at the end of it, it's something that you think is worth including in the Moodle HQ repository's contrib section (and you have the applicable rights to do so), you can organise that later.  You can, of course, use your own CVS (or Git, or any other SCM system) repository for your own development - and you can also submit your plugin to the Moodle plugins database without needing CVS access.

評比平均分數:Useful (1)
In reply to Paul Nicholls

Re: Getting started with developing a new plugin..

M O'S發表於
Thank you 微笑