moodle/mod
2013-06-18 11:18:30 +10:00
..
assign Merge branch 'MDL-39761-master' of https://github.com/lucisgit/moodle 2013-06-17 14:30:24 +12:00
assignment MDL-38109 use always get_plugin_list() to get list of plugins 2013-06-11 10:22:45 +02:00
book MDL-40091 book: revision must be incremented after editing a chapter 2013-06-14 21:19:48 +12:00
chat MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
choice MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
data Merge branch 'wip-MDL-39040-master' of git://github.com/abgreeve/moodle 2013-06-12 10:21:45 +12:00
feedback MDL-38079 mod_feedback - Hide "add question to activity" button 2013-06-17 19:50:13 +10:00
folder MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
forum Merge branch 'MDL-32253-master' of git://github.com/danpoltawski/moodle 2013-06-18 11:26:23 +12:00
glossary MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
imscp MDL-32480 allow external https links in IMSCP too 2013-06-07 09:58:03 +02:00
label MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
lesson Merge branch 'MDL-40110_master' of git://github.com/dmonllao/moodle 2013-06-17 17:02:11 +08:00
lti MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
page MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
quiz Merge branch 'MDL-39155' of https://github.com/jacks92/moodle 2013-06-11 15:38:37 +08:00
resource MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
scorm Merge branch 'm26_MDL-40095_Completion_locked_Error_on_save' of https://github.com/scara/moodle 2013-06-17 16:14:00 +12:00
survey MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
url MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
wiki Merge branch 'wip-MDL-26998-master' of git://github.com/abgreeve/moodle 2013-06-18 11:22:40 +12:00
workshop MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
index.html
README.txt
upgrade.txt MDL-29996 remove deprecated stuff from filter code 2012-12-30 17:02:18 +01:00

ACTIVITY MODULES
----------------

These are main modules in Moodle, allowing various activities.


Each of these modules contains a number of expected components:

  mod_form.php: a form to setup/update a module instance

  version.php: defines some meta-info and provides upgrading code

  pix/icon.gif: a 16x16 icon for the module

  db/install.xml: an SQL dump of all the required db tables and data

  index.php: a page to list all instances in a course

  view.php: a page to view a particular instance

  lib.php: any/all functions defined by the module should be in here.
         constants should be defined using MODULENAME_xxxxxx
         functions should be defined using modulename_xxxxxx

         There are a number of standard functions:

         modulename_add_instance()
         modulename_update_instance()
         modulename_delete_instance()

         modulename_user_complete()
         modulename_user_outline()

         modulename_cron()

         modulename_print_recent_activity()


If you are a developer and interested in developing new Modules see:

   Moodle Documentation:  http://moodle.org/doc
   Moodle Community:      http://moodle.org/community