moodle/mod
2012-06-08 20:33:38 +12:00
..
assign Merge branch 'MDL-33045-master-2' of git://git.luns.net.uk/moodle 2012-05-30 14:14:50 +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 Merge branch 'MDL-33389_master' of git://github.com/kordan/moodle 2012-05-31 16:14:57 +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-33144 display filetype icon and mimetype based on extension 2012-05-23 14:51:55 +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 'wip-MDL-32199-master' of git://github.com/abgreeve/moodle 2012-05-28 15:18:51 +08:00
glossary Merge branch 'MDL-29924-master' of git://github.com/FMCorz/moodle 2012-05-25 11:14:22 +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 MDL-33140 quiz browser security: block copy/paste more 2012-05-30 14:48:39 -06:00
resource MDL-33404 Fix defaults for ordinary files that are drag/dropped into the course page 2012-05-29 12:58:24 +08:00
scorm MDL-33515 SCORM - attempts grading setting is confusing - last attempt is really last completed attempt. 2012-06-08 20:33:38 +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 Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
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