moodle/mod
2010-09-02 12:34:51 +00:00
..
assignment Assignment MDL-23992 - use fullname instead of username for exported files to improve privacy 2010-09-02 09:49:04 +00:00
chat MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
choice MDL-23796 backup - delete temp hack in choice, not needed because parser now handles that ok 2010-08-24 14:12:41 +00:00
data MDL-24058 removed forgotted addslashes 2010-09-02 12:32:36 +00:00
feedback MDL-24058 removed forgotten addslashes from feedback 2010-09-02 12:34:51 +00:00
folder MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
forum portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version 2010-08-28 10:00:27 +00:00
glossary portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version 2010-08-28 10:00:27 +00:00
imscp MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
label MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
lesson lesson MDL-23907 fixed - $DB->get_records first selected field should be unique. 2010-08-24 06:47:46 +00:00
page MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
quiz quiz MDL-23937 fix broken URL. 2010-08-25 15:58:26 +00:00
resource MDL-10906 - unset config 'resource_allowlocalfiles'. 2010-08-30 02:31:11 +00:00
scorm SCORM MDL-23947 fix tests 2010-08-31 00:02:10 +00:00
survey MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
url MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
wiki "MDL-23917, display comments for not logged in users" 2010-08-25 03:50:19 +00:00
workshop workshop MDL-24046 Fixed SQL error in workshop submission validation 2010-09-02 03:22:46 +00:00
index.html
README.txt Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
upgrade.txt MDL-23628 adding ugprade info 2010-08-03 10:08:25 +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