moodle/mod
2009-08-06 14:21:09 +00:00
..
assignment MDL-19803 Converted all print_footer() calls 2009-08-06 14:20:49 +00:00
chat MDL-19804 Converted all print_footer() calls 2009-08-06 14:15:30 +00:00
choice MDL-19805 Converted all print_footer() calls 2009-08-06 14:20:08 +00:00
data MDL-19806 Converted all print_footer() calls 2009-08-06 14:14:39 +00:00
feedback MDL-19807 Converted all print_footer() calls 2009-08-06 14:15:15 +00:00
forum MDL-19808 Converted all print_footer() calls 2009-08-06 14:14:09 +00:00
glossary MDL-19809 Converted all print_footer() calls 2009-08-06 14:13:29 +00:00
hotpot MDL-19810 Converted all print_footer() calls 2009-08-06 14:20:19 +00:00
label NOBUG: Fix wrong(4) default for label->introformat. Must be 0 2009-08-04 13:57:00 +00:00
lesson MDL-19812 Converted all print_footer() calls 2009-08-06 14:14:24 +00:00
quiz MDL-19813 Converted all print_footer() calls 2009-08-06 14:13:48 +00:00
resource MDL-19814 Migrated calls to close_window_button() 2009-08-06 02:51:41 +00:00
scorm MDL-19815 Converted all print_footer() calls 2009-08-06 14:20:31 +00:00
survey MDL-19816 Converted all print_footer() calls 2009-08-06 14:21:09 +00:00
wiki MDL-19817 Converted all print_footer() calls 2009-08-06 14:16:02 +00:00
index.html
README.txt fixed obsolete readme info 2009-07-09 20:02:27 +00:00
upgrade.txt MDL-18934 removed legacy grading support 2009-04-22 21:03:38 +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

  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