moodle/mod
2010-06-04 21:12:27 +00:00
..
assignment assignment MDL-22610 quickgrading: fixed form - after header output. 2010-06-04 02:42:21 +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-22574, move import form to import.php, use csv_import_reader class to process csv file, use filepicker to replace legacy upload form. 2010-06-04 08:21:24 +00:00
feedback existing questions now can be saved as new question 2010-06-04 21:12:27 +00:00
folder MDL-22582, file_tree_viewer implementaion in core renderer 2010-05-26 08:32:31 +00:00
forum NOBUG: reduce to 1 whitespace. ctags was crying 2010-06-04 18:38:33 +00:00
glossary "MDL-22677, delete dependent comments and ratings in glossary module" 2010-06-04 09:49:56 +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 quiz summary. Change 'Started' to 'Not answered'. 2010-06-03 11:04:42 +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-22507 Fixed a regression, thanks Helen for spotting this 2010-06-04 13:21:32 +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