moodle/mod
2009-09-04 01:41:51 +00:00
..
assignment MDL-19676 Blog improvements 2009-09-04 00:36:43 +00:00
chat MDL-19804 Upgraded calls to link_to_popup_window() 2009-08-20 13:15:57 +00:00
choice MDL-19805 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:43:12 +00:00
data MDL-20169 fixed coding style, parameter type required 2009-08-27 18:37:53 +00:00
feedback MDL-19807 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:44:14 +00:00
folder MDL-20066 updated TODO tasks with tracker numbers 2009-08-13 20:54:55 +00:00
forum navigation MDL-14632 Very significant navigation commit 2009-08-28 08:47:31 +00:00
glossary MDL-20169 fixed coding style, parameter type required 2009-08-27 18:37:53 +00:00
hotpot HotPot module: differentiate between "guesses-correct" (JCloze) and "guess-correct" (JCross, JMatch, JMix, JQuiz) in HotPot xml files and fix PreloadImages function for multiple images 2009-08-28 08:04:48 +00:00
imscp MDL-20067 fixed notes 2009-08-18 10:23:53 +00:00
label NOBUG: Fix wrong(4) default for label->introformat. Must be 0 2009-08-04 13:57:00 +00:00
lesson MDL-20169 fixed coding style, parameter type required 2009-08-27 19:14:45 +00:00
page MDL-20068 updated TODO tasks with tracker numbers 2009-08-13 21:01:30 +00:00
quiz MDL-20169 fixed coding style, parameter type required 2009-08-27 19:14:45 +00:00
resource MDL-19814 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:15:27 +00:00
scorm scorm MDL-19815 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants 2009-09-04 01:41:51 +00:00
survey MDL-19816 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:46:16 +00:00
url MDL-20069 updated TODO tasks with tracker numbers 2009-08-13 21:33:11 +00:00
wiki MDL-20169 fixed coding style, parameter type required 2009-08-27 19:14:45 +00:00
index.html
README.txt fixed obsolete readme info 2009-07-09 20:02:27 +00:00
upgrade.txt MDL-16089 added resoruce related upgrade notes 2009-08-17 08:21:40 +00: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

  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