moodle/mod
2010-06-01 14:55:33 +00:00
..
assignment assignment quickgrading MDL-22610 fixed saveallmyfeedback form. posts now go thru to code and data enters DB fine. 2010-05-31 03:17:28 +00:00
chat Trivial fix missing quote generating file syntax error 2010-05-26 11:38:44 +00:00
choice accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
data MDL-20447 - add heading to the page 2010-05-28 02:30:14 +00:00
feedback MDL-20447 - add heading to the page and fix navbar content. 2010-05-28 03:38:41 +00:00
folder MDL-22582, file_tree_viewer implementaion in core renderer 2010-05-26 08:32:31 +00:00
forum MDL-20447 - add heading to the page and fix navbar content. 2010-05-28 04:28:05 +00:00
glossary MDL-20447 - bulk upload: add heading to the page and fix navbar content. 2010-05-28 06:38:17 +00:00
hotpot MDL-21695 adding help and link strings 2010-05-27 13:21:13 +00:00
imscp MDL-22543, IMSCP, check if files exist before migrating to moodle 2 2010-06-01 08:12:31 +00:00
label MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
lesson MDL-20447 - bulk upload: add heading to the page and fix navbar content. 2010-05-28 09:04:37 +00:00
page MDL-20065 Fixing a wierd typo RESOURCE_LEGACYYFILES_DONE ==> RESOURCELIB_LEGACYFILES_DONE 2010-06-01 03:53:15 +00:00
quiz MDL-22257 - Change the fields value (3rd parameter) from 'id' to 'u.id' 2010-05-28 07:24:01 +00:00
resource MDL-20065 Fixing a wierd typo RESOURCE_LEGACYYFILES_DONE ==> RESOURCELIB_LEGACYFILES_DONE 2010-06-01 03:53:15 +00:00
scorm MDL-20447 - bulk upload: add heading to the page 2010-05-28 08:30:12 +00:00
survey MDL-20447 - bulk upload: add heading to the page 2010-05-28 07:45:26 +00:00
url MDL-16089 some resource lib and lang pack cleanup 2010-05-22 13:54:41 +00:00
wiki NOBUG wiki: Fixing wiki_scale_used_anywhere() 2010-06-01 13:01:20 +00:00
workshop MDL-17827 Workshop 2.0 supports scale usage checks now 2010-06-01 14:55:33 +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