moodle/mod
2014-11-07 11:54:13 +08:00
..
assign Merge branch 'MDL-46986-master' of git://github.com/lameze/moodle 2014-11-07 11:54:13 +08:00
assignment MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
book MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
chat MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
choice Merge branch 'MDL-48035-master-enfix' of git://github.com/mudrd8mz/moodle 2014-11-06 11:14:52 +01:00
data Merge branch 'MDL-48021' of git://github.com/stronk7/moodle 2014-11-05 12:11:16 +00:00
feedback MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
folder MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
forum Merge branch 'MDL-48035-master-enfix' of git://github.com/mudrd8mz/moodle 2014-11-06 17:40:50 +01:00
glossary MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
imscp MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
label MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
lesson Merge branch 'MDL-48021' of git://github.com/stronk7/moodle 2014-11-05 12:11:16 +00:00
lti Merge branch 'MDL-48021' of git://github.com/stronk7/moodle 2014-11-05 12:11:16 +00:00
page MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
quiz Merge branch '48026-28' of git://github.com/samhemelryk/moodle 2014-11-06 00:33:46 +01:00
resource MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
scorm Merge branch 'MDL-48021' of git://github.com/stronk7/moodle 2014-11-05 12:11:16 +00:00
survey MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
url MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
wiki MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
workshop MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
index.html
README.txt
upgrade.txt MDL-44725 Availability: Replace groupmembersonly - upgrade, core (1) 2014-09-02 13:03:07 +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