moodle/mod
2012-06-11 13:55:20 +08:00
..
assign Merge branch 'MDL-33498' of git://github.com/netspotau/moodle-mod_assign 2012-06-08 13:39:17 +08:00
assignment MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons 2012-05-21 16:01:04 +08:00
book MDL-33480 book print tool: display intro images properly 2012-06-04 01:46:53 +02:00
chat MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
choice MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
data MDL-33594 mod_data: use filelib rather than speciifc internal file 2012-06-08 13:31:31 +08:00
feedback Revert "Merge branch 'MDL-27675_master_wip' of git://github.com/grabs/moodle" 2012-05-30 16:34:11 +12:00
folder MDL-33325 folder: 'set as main file' option removed, from filepicker when editing a file in a folder resource 2012-05-24 15:13:22 +08:00
forum Merge branch 'MDL-33487' of git://github.com/danpoltawski/moodle 2012-06-06 10:06:17 +12:00
glossary MDL-33594 - Glossary - fixing portfolio exports 2012-06-08 13:32:44 +08:00
imscp MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
label MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
lesson MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
lti MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
page MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
quiz Merge branch 'MDL-33548' of git://github.com/timhunt/moodle 2012-06-11 13:55:20 +08:00
resource MDL-33482 Activity Chooser styled similar to Filepicker particularly the look and feel with drop shadow 2012-06-07 18:09:14 +08:00
scorm MDL-33399 mixed: Fixed up calls to get_area_files that used empty sorts 2012-05-29 16:44:28 +12:00
survey MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
url MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons 2012-05-21 16:01:04 +08:00
wiki MDL-33143 wiki-2.0 : wiki edit form will have mform1 as id for JS to work 2012-05-23 12:50:45 +08:00
workshop MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons 2012-05-21 16:01:04 +08:00
index.html
README.txt
upgrade.txt MDL-29624 Media embedding system, part 1: new API and filter changes 2012-05-09 18:29:29 +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