moodle/mod
2008-12-20 06:20:43 +00:00
..
assignment "MDL-17469, fix assignment date when restore course, merged from 1.9" 2008-12-11 04:39:33 +00:00
chat "MDL-14651, hide input box when user doesn't have chat:talk capability" 2008-12-16 05:04:56 +00:00
choice MDL-17050 excorising $_POST - thanks to mikec for patch - also check groupmode before bothering to get groupstuff to save some trees. 2008-10-31 00:53:28 +00:00
data "MDL-17570, cleanup align property in div, merged from 1.9" 2008-12-10 06:48:54 +00:00
feedback "MDL-14129, fix error() in feedback module" 2008-12-12 03:01:00 +00:00
forum MDL-15499 - Spacing fixes only 2008-12-18 02:46:25 +00:00
glossary "MDL-14129, fix error() in moodle2" 2008-12-12 05:45:43 +00:00
hotpot "MDL-17570, cleanup align property in div, merged from 1.9" 2008-12-10 06:48:54 +00:00
label MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 10:04:01 +00:00
lesson "MDL-14129, fix error() in moodle2" 2008-12-12 05:45:43 +00:00
quiz quiz editing: MDL-17417 added logging for random question creating 2008-12-16 22:36:29 +00:00
resource "MDL-14129, fix error() in moodle2" 2008-12-12 05:45:43 +00:00
scorm MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt. 2008-12-20 06:20:43 +00:00
survey cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table. 2008-11-13 08:40:57 +00:00
wiki "MDL-17570,clean align property, merged from 1.9" 2008-12-10 07:24:11 +00:00
index.html
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