moodle/mod
2014-03-03 08:37:06 +13:00
..
assign MDL-44315 phpdoc: fixed up typos and made up tags 2014-02-24 09:13:31 +13:00
assignment MDL-44151 Amend subplugin packages. 2014-02-18 01:33:05 +01:00
book Merge branch 'MDL-43440-master' of git://github.com/mr-russ/moodle 2014-02-03 13:42:23 +08:00
chat MDL-44152 mod_chat: unified @package use 2014-02-18 11:25:08 +13:00
choice MDL-44153 mod_choice: unified @package use 2014-02-18 11:24:30 +13:00
data Merge branch '44154-27' of git://github.com/samhemelryk/moodle 2014-02-18 00:55:19 +01:00
feedback Merge branch '44155-27' of git://github.com/samhemelryk/moodle 2014-02-18 00:54:28 +01:00
folder MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
forum MDL-44315 phpdoc: fixed up typos and made up tags 2014-02-24 09:13:31 +13:00
glossary Merge branch '44158-27' of git://github.com/samhemelryk/moodle 2014-02-17 14:48:01 +08:00
imscp Merge branch 'MDL-40916_master' of https://github.com/markn86/moodle 2014-02-25 10:47:20 +08:00
label MDL-41176 mod_label: unified @package use 2014-02-16 11:48:00 +13:00
lesson MDL-41177 mod_lesson: unified @package use 2014-02-16 11:51:23 +13:00
lti MDL-41178 mod_lti: unified @package use 2014-02-16 11:52:18 +13:00
page MDL-41179 mod_page: unified @package use 2014-02-16 11:53:09 +13:00
quiz MDL-44180 mod_quiz: unified @package use 2014-03-03 08:37:06 +13:00
resource MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
scorm Merge branch 'MDL-44247-master' of git://github.com/FMCorz/moodle 2014-02-24 14:32:49 +08:00
survey Merge branch 'wip-mdl-40919' of https://github.com/rajeshtaneja/moodle 2014-02-25 12:44:35 +08:00
url MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
wiki MDL-44159 mod_wiki: unify @package use 2014-02-21 08:32:58 +13:00
workshop MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
index.html
README.txt
upgrade.txt Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle 2013-10-21 10:57:44 +08: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