moodle/mod
2013-03-13 01:09:59 +01:00
..
assign Merge branch 'MDL-38352-en_fix_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE 2013-03-06 17:28:35 +01:00
assignment Merge branch 'MDL-30481_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE 2013-03-05 12:56:40 +08:00
book MDL-32341 calendar: get_file_by_hash() expects a hash 2013-01-11 11:56:46 +08:00
chat MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:57:18 +01:00
choice Merge branch 'MDL-35569-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE 2012-12-24 11:43:41 +08:00
data Merge branch 'MDL-30166-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE 2013-03-13 01:09:59 +01:00
feedback MDL-37800 mod_feedback - item "information" does not appear correctly 2013-02-01 11:40:11 +01:00
folder MDL-37774 Do not pass trailing slash if the method does not want it 2013-02-10 08:59:27 +01:00
forum Merge branch 'MDL-30166-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE 2013-03-13 01:09:59 +01:00
glossary MDL-30166 Remove deprecated %fullname% from core 2013-03-12 11:19:58 +08:00
imscp MDL-33857 Increase performance of queries for Server files repository (small improvements) 2012-09-20 15:49:01 +08:00
label MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts. 2012-06-29 11:37:01 +08:00
lesson Merge branch 'MDL-34011_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE 2013-03-12 16:05:42 +08:00
lti MDL-32620 whitespace + comment fixes. 2013-02-19 13:23:47 +01:00
page MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:57:18 +01:00
quiz MDL-38337 quiz: respect maximum grade config for new quizzes. 2013-03-08 21:33:12 +00:00
resource MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:57:18 +01:00
scorm Merge branch 'm23_MDL-37449_Reports_ORA-00918_column_ambiguously_defined' of https://github.com/scara/moodle into MOODLE_23_STABLE 2013-02-19 13:42:07 +08:00
survey MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:57:18 +01:00
url MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:57:18 +01:00
wiki MDL-38352 Merge English strings from the en_fix language pack 2013-03-06 16:57:18 +01:00
workshop Merge branch 'MDL-38352-en_fix_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE 2013-03-06 17:28:35 +01:00
index.html
README.txt Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
upgrade.txt MDL-34448 - mod/data - Fixing separate groups viewing all entries. 2012-10-08 14:50:27 +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