moodle/mod
Dan Marsden f8d107b3a8 MDL-38359 Marking Allocation and Workflow code
based on Marking workflow code from Damyon Wiese
2013-06-11 14:11:41 +08:00
..
assign MDL-38359 Marking Allocation and Workflow code 2013-06-11 14:11:41 +08:00
assignment MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
book MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
chat MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
choice MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
data MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
feedback MDL-39932 mod_feedback - Mapping Feedback when Course is Deleted - thx to David N. Johnson 2013-05-30 23:10:33 +02:00
folder MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
forum MDL-39947 mod_forum: Add safety check to variable assignment when counting unread posts 2013-05-31 09:45:56 +09:30
glossary MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
imscp MDL-32480 allow external https links in IMSCP too 2013-06-07 09:58:03 +02:00
label MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
lesson MDL-39795 behat: Adapting features to consider spaces 2013-05-27 14:24:20 +08:00
lti MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
page MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
quiz MDL-39971 each attempt builds on last broken for previews. 2013-05-31 20:24:50 +01:00
resource MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
scorm Merge branch 'wip-MDL-39227-master' of git://github.com/phalacee/moodle 2013-06-10 11:43:31 +12:00
survey MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
url MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
wiki MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
workshop MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
index.html
README.txt Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
upgrade.txt MDL-29996 remove deprecated stuff from filter code 2012-12-30 17:02:18 +01: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