moodle/mod
2008-07-28 10:17:09 +00:00
..
assignment MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
chat MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
choice MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
data MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
feedback MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student. 2008-07-24 08:38:03 +00:00
forum MDL-15758 - commenting out some forum calls until the portfolio is ready 2008-07-28 10:17:09 +00:00
glossary Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE 2008-07-26 22:13:39 +00:00
hotpot MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
label MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
lesson MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
quiz MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
resource MDL-15758 - added add to portfolio button to resource/text & html 2008-07-28 08:19:14 +00:00
scorm MDL-11137 Unable to locate API error - add check for empty array from DB interface (ksort complains), change deprecated get_records_select_menu() deprecated call. 2008-07-27 21:19:01 +00:00
survey MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
wiki MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
index.html
README.txt MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +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/mysql.sql: 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