moodle/mod
2014-01-21 15:21:20 +08:00
..
assign Merge branch 'MDL-43693-MOODLE_26_STABLE' of https://github.com/lucisgit/moodle into MOODLE_26_STABLE 2014-01-21 11:21:54 +08:00
assignment Merge branch 'MDL-43590-en_fix_26' of git://github.com/mudrd8mz/moodle into MOODLE_26_STABLE 2014-01-10 10:10:27 +01:00
book MDL-35032 mod_book: 1.9 backup restore convertis files to book area 2013-12-13 10:26:58 +01:00
chat Merge branch 'wip-MDL-43283-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE 2014-01-09 23:07:52 +01:00
choice MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
data MDL-43590 move unapprove to undo approval 2014-01-10 18:55:17 +01:00
feedback MDL-43632 mod_feedback: Use SSL for reCAPTCHA API request if Moodle is using it 2014-01-20 17:14:38 +08:00
folder MDL-43590 Merge English strings from the en_fix language pack 2014-01-09 01:11:59 +01:00
forum Merge branch 'MDL-43178_forum_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE 2014-01-14 15:26:52 +08:00
glossary MDL-43646 "disapprove" changed to "undo approval" 2014-01-10 19:55:23 +01:00
imscp MDL-34020: Further work on IMS package importing when using Blackboard packages 2013-12-04 15:18:13 +10:30
label MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
lesson Merge branch 'MDL-43401-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE 2014-01-21 01:46:54 +01:00
lti MDL-43590 Merge English strings from the en_fix language pack 2014-01-09 01:11:59 +01:00
page MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
quiz Merge branch 'MDL-43732_m26' of github.com:merrill-oakland/moodle into MOODLE_26_STABLE 2014-01-21 09:29:40 +08:00
resource MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
scorm Merge branch 'MDL-43480_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE 2014-01-21 01:44:45 +01:00
survey MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
url MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
wiki Merge branch 'MDL-43109_26' of https://github.com/mdikih/moodle into MOODLE_26_STABLE 2014-01-13 21:51:54 +01:00
workshop MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08: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