moodle/mod
2010-05-06 09:30:42 +00:00
..
assignment Assignment MDL-22265 - fix missing </a> - thanks Patrick! 2010-05-03 00:10:34 +00:00
chat MDL-22151, backup for chat module 2010-05-06 09:30:42 +00:00
choice Adding classes to lesson module 2010-05-03 17:35:21 +00:00
data ajax MDL-22286 removed references to the previous version of the JS function openpopup() 2010-05-05 02:05:58 +00:00
feedback adding more infos on overview-tab 2010-05-04 21:21:36 +00:00
folder MDL-22151 backup - folder implemented 2010-05-03 17:42:18 +00:00
forum MDL-21695 adding help link string 2010-05-05 11:47:29 +00:00
glossary ajax MDL-22286 removed references to the previous version of the JS function openpopup() 2010-05-05 02:05:58 +00:00
hotpot ajax MDL-22286 removed references to the previous version of the JS function openpopup() 2010-05-05 02:05:58 +00:00
imscp MDL-22151 backup - implement imscp backup. Incomplete. See MDL-22315 2010-05-04 18:28:31 +00:00
label MDL-22151 backup - added label module backup 2010-05-04 20:21:13 +00:00
lesson themes MDL-22358 Renamed sideblock class to block 2010-05-06 06:16:07 +00:00
page MDL-22151 backup - added page module backup 2010-05-04 21:58:11 +00:00
quiz themes MDL-22358 Renamed sideblock class to block 2010-05-06 06:16:07 +00:00
resource "MDL-22335, make mainfile element as required" 2010-05-06 06:30:40 +00:00
scorm SCORM MDL-22340 use full path for includes. 2010-05-06 00:13:54 +00:00
survey MDL-22151 backup - added survey module backup 2010-05-05 13:16:25 +00:00
url MDL-22050 removing moodle/langconfig duplicates 2010-04-10 18:26:20 +00:00
wiki [MDL-22112] 2010-05-05 09:43:07 +00:00
workshop MDL-21695 Yet another help string for workshop, to be described more later 2010-05-04 23:25:23 +00:00
index.html
README.txt Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
upgrade.txt more module upgrade notes 2010-04-13 21:42:19 +00: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