moodle/mod
2013-11-04 09:38:38 +08:00
..
assign MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
assignment MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
book MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
chat MDL-42463 chat: do not set property of cm_info class 2013-10-29 10:27:39 +11:00
choice MDL-42584 Events: modified get_description in events 2013-10-29 15:24:23 +08:00
data Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle 2013-10-28 15:37:05 +08:00
feedback MDL-42210 mod_feedback - convert tabs to space 2013-10-20 10:22:56 +02:00
folder MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
forum Merge branch 'wip-MDL-42599-master' of git://github.com/abgreeve/moodle 2013-11-01 08:57:38 +08:00
glossary Merge branch 'wip-MDL-42379-master' of git://github.com/abgreeve/moodle 2013-11-01 08:55:26 +08:00
imscp MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
label MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lesson MDL-38850: Fixed Horizontal bar issue in lesson 2013-10-28 11:03:17 +08:00
lti Merge branch 'MDL-38419' of https://github.com/moodlerooms/moodle 2013-10-28 12:33:39 +08:00
page MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
quiz Merge branch 'MDL-42220-master' of git://github.com/ankitagarwal/moodle 2013-10-25 12:42:38 +08:00
resource MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
scorm Merge branch 'w45_MDL-42387_m26_filelifetime' of https://github.com/skodak/moodle 2013-11-02 22:24:19 +08:00
survey Merge branch 'MDL-40736' of git://github.com/rwijaya/moodle 2013-09-10 13:48:01 +08:00
url MDL-41921 mod_url: less restrictions on URL field 2013-09-27 18:33:27 +10:00
wiki MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
workshop MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
index.html
README.txt
upgrade.txt Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle 2013-10-21 10:57:44 +08: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