moodle/mod
2009-09-11 01:45:16 +00:00
..
assignment MDL-19676 Removed blog assignment code 2009-09-11 01:45:16 +00:00
chat mod-chat MDL-20243 Upgrade chat module to make use of the two navigation callbacks 2009-09-10 03:50:51 +00:00
choice mod-choice MDL-20248 Upgraded choice module to use the new navigation blocks 2009-09-10 07:51:53 +00:00
data notes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 05:43:15 +00:00
feedback feedback MDL-19807 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 08:10:42 +00:00
folder mod-folder MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:12:44 +00:00
forum core MDL-19786 Updated OUTPUT->header calls that were still using arguments 2009-09-08 02:23:00 +00:00
glossary mod-glossary MDL-19809 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 03:20:35 +00:00
hotpot mod-hotpot MDL-19810 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 03:55:32 +00:00
imscp mod-imscp MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:10:06 +00:00
label NOBUG: Fix wrong(4) default for label->introformat. Must be 0 2009-08-04 13:57:00 +00:00
lesson lesson MDL-19812 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 06:28:37 +00:00
page mod-page MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:08:12 +00:00
quiz mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT 2009-09-08 03:46:52 +00:00
resource "MDL-16597, support set primary file in resource module, add a parameter to filemanager element" 2009-09-08 07:55:22 +00:00
scorm navigation MDL-20216 Refactored add arguments 2009-09-04 03:12:01 +00:00
survey mod-survey MDL-19816 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:02:03 +00:00
url mod-url MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:09:07 +00:00
wiki mod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:16:33 +00:00
index.html
README.txt fixed obsolete readme info 2009-07-09 20:02:27 +00:00
upgrade.txt MDL-16089 added resoruce related upgrade notes 2009-08-17 08:21:40 +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