moodle/mod
2013-04-11 16:32:32 +02:00
..
assign Merge branch 'MDL-38525-master' of https://github.com/damyon/moodle 2013-04-11 00:56:45 +02:00
assignment Revert "MDL-38254 Assignment Module: add avaialble message to all assignment types" 2013-04-11 16:52:25 +08:00
book MDL-22153 backup: delete old, unused, 1.9 files 2013-04-07 17:20:41 +02:00
chat MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:44:39 +01:00
choice MDL-38736 mod_choice: fix missing param type 2013-03-27 10:19:57 +08:00
data MDL-38590 data: Reformat settings form 2013-03-28 10:53:58 +08:00
feedback Merge branch 'MDL-38005-master' of git://github.com/FMCorz/moodle 2013-03-18 13:45:41 +08:00
folder MDL-38634 folder: Problems displaying multiple folder resources inline in the course page 2013-04-07 17:28:24 -07:00
forum Merge branch 'MDL-37410-master' of git://github.com/mouneyrac/moodle 2013-04-10 10:37:29 +08:00
glossary MDL-38940 behat: New test 2013-04-11 17:26:53 +08:00
imscp MDL-38552 forms: IMS CP content section expanded by default 2013-03-20 14:31:33 +08:00
label MDL-38541 Make sure course cache is cleared properly during upgrade 2013-04-09 11:31:18 +10:00
lesson Merge branch 'MDL-30438_b' of git://github.com/rwijaya/moodle 2013-03-26 14:29:57 +08:00
lti MDL-32620 whitespace + comment fixes. 2013-02-19 13:21:18 +01:00
page MDL-38611 page: Reformat settings form 2013-03-26 15:40:24 +08:00
quiz Merge branch 'MDL-38935' of git://github.com/timhunt/moodle 2013-04-10 11:17:31 +08:00
resource MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:44:39 +01:00
scorm Revert "MDL-38678 SCORM: Runtime Environment (RTE) checks not required in case of SCO Assets" 2013-04-05 14:34:07 +08:00
survey Merge branch 'MDL-38817_master' of git://github.com/dmonllao/moodle 2013-04-01 13:25:31 +02:00
url Merge branch 'MDL-38612-master-int' of git://github.com/FMCorz/moodle 2013-04-04 01:15:34 +02:00
wiki Merge branch 'MDL-38961_master' of git://github.com/dmonllao/moodle 2013-04-11 16:32:32 +02:00
workshop MDL-39059 Set explicit boolean type of a hidden field in workshop random allocator form 2013-04-09 21:46:18 +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