moodle/mod
2013-10-07 12:13:08 +08:00
..
assign MDL-42030 EditPDF: when selecting stamp image the stamp tool is not selected 2013-10-07 12:13:08 +08:00
assignment MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
book MDL-41437 fix some more forgotten module.version's 2013-09-25 10:50:00 +02:00
chat Merge branch 'MDL-40047-master' of git://github.com/ankitagarwal/moodle 2013-10-01 23:59:05 +02:00
choice MDL-40049 mod_choice: Replaced old add_to_log calls with event triggers. 2013-10-01 10:36:13 +08:00
data Merge branch 'wip-MDL-41772-master' of git://github.com/abgreeve/moodle 2013-09-23 14:39:45 +10:00
feedback MDL-40047 events: Replace add_to_logs with new events in feedback 2013-10-01 10:12:06 +08:00
folder MDL-41564 folder resource: fix page heading levels 2013-09-09 10:17:28 +08:00
forum Merge branch 'MDL-42003-master' of git://github.com/FMCorz/moodle 2013-10-01 19:36:37 +02:00
glossary Merge branch 'wip-mdl-41711' of git://github.com/rajeshtaneja/moodle 2013-09-17 20:22:32 +02:00
imscp MDL-41798 imscp module: fix heading levels. 2013-09-27 17:22:41 +08:00
label MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lesson Merge branch 'MDL-40735_lesson' of https://github.com/andyjdavis/moodle 2013-09-10 15:44:49 +12:00
lti MDL-39962 - Events: Replace lefacy event lti_unknown_service_api call. 2013-09-24 10:08:28 +08:00
page MDL-41566 page resource: fix page heading levels. 2013-09-09 10:19:11 +08:00
quiz MDL-41039 mod_quiz: version bump 2013-10-02 12:10:43 +13:00
resource MDL-41437 rework plugin_manager caching and version info in blocks and modules 2013-09-22 21:25:26 +02:00
scorm Merge branch 'master_MDL-41848' of git://github.com/danmarsden/moodle 2013-09-30 12:09:50 +13:00
survey Merge branch 'MDL-40736' of git://github.com/rwijaya/moodle 2013-09-10 13:48:01 +08:00
url MDL-41921 mod_url: less restrictions on URL field 2013-09-27 18:33:27 +10:00
wiki MDL-41288 wiki: fix missing .rtl class for deleting comment button and improve page display for deleting comment 2013-09-13 12:56:41 +08:00
workshop Merge branch 'MDL-41962-master' of git://github.com/FMCorz/moodle 2013-10-01 01:52:53 +02:00
index.html
README.txt
upgrade.txt Merge branch 'MDL-41885-master' of git://github.com/danpoltawski/moodle 2013-09-30 17:57:30 +10: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