moodle/mod
2008-08-12 01:26:10 +00:00
..
assignment MDL-15768 - mod/assignment upgraded to check caps before portfolio export 2008-08-11 15:31:55 +00:00
chat MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
choice MDL-15994 fix typo in choice/lib.php 2008-08-11 21:19:21 +00:00
data MDL-15768 - bump mod/data version and requires properly - requires portfolio code 2008-08-11 14:44:56 +00:00
feedback MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
forum MDL-15777 - updated most of the portfolio code to use files api. 2008-08-09 14:24:58 +00:00
glossary MDL-15777 - updated most of the portfolio code to use files api. 2008-08-09 14:24:58 +00:00
hotpot MDL-15811 fix quotes: width=240" -> width="240" (3 occurrences) 2008-08-02 21:29:42 +00:00
label MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
lesson MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
quiz MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
resource MDL-15768 - more cap checks in resource mod 2008-08-11 15:43:14 +00:00
scorm MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens. Only allow the overide of the height parameter if it is less than the user specified (user specified is no allowed to be less than 400). Also - removed gratuitous use of whitespace. 2008-08-12 01:26:10 +00:00
survey MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
wiki MDL-15896 - Clean 'page' and 'q' parameters to only allow normal page name characters. 2008-07-31 14:06:18 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +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/mysql.sql: 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