Getting started

Getting started

by Tafe Students -
Number of replies: 4

Hi everyone, I'm from a group of students from TAFE (learning institute) in australia who are attempting to write a tracking sheet module for moodle.

We are new to moodle, and cannot find any comprehensive documentation on how to integrate the changes made, into moodle.

Can anyone help in any way (we first have to create some documentation on integrating the module before we start).

Any help would be greatly appreciated.

Thnx in advance,

TafeDeveloper

Average of ratings: -
In reply to Tafe Students

Re: Getting started

by cow moo -

I am also having trouble geting started in developing a module, help ywould be really appreciated.

cOwMoO

In reply to Tafe Students

Re: Getting started

by Tafe Students -

Can someone please help? I just need to know some basics of how new modules should be integrated into moodle.

In reply to Tafe Students

Re: Getting started

by Don Hinkelman -
Picture of Particularly helpful Moodlers Picture of Plugin developers
When we developed a new module, we forgot a few things at first. Be sure to remember...
- modify or add the backup.php so that when Moodle does a course backup, the data from your new module will be included.
- include automatic table/field creation of the MySQL database. We still don't know how to do this, so we create tables manually each time we install. Please teach us! smile