moodle/mod
2013-04-09 23:43:46 +02:00
..
assign Merge branch 'MDL-38942_master' of git://github.com/dmonllao/moodle 2013-04-09 23:13:44 +02:00
assignment Merge branch 'MDL-30481' of git://github.com/rwijaya/moodle 2013-03-05 12:55:41 +08:00
book MDL-37726 remove PREVIOUS/NEXT from all install.xml files 2013-01-29 22:34:46 +01: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-38823_master-fix' of git://github.com/dmonllao/moodle 2013-04-04 10:34:50 +08:00
glossary MDL-38938 behat: New test 2013-04-09 16:02:16 +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 MDL-35868: quiz: Use correct attemptnumber when a last attempt exists. 2013-04-08 11:09:04 +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 MDL-38766 wiki2.0: fix redirects 2013-04-05 09:36:46 +01:00
workshop Merge branch 'MDL-38733-workshop-rubric-css' of git://github.com/mudrd8mz/moodle 2013-04-03 20:06:49 +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