moodle/mod
2009-01-06 05:20:21 +00:00
..
assignment MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user() 2009-01-03 13:16:59 +00:00
chat DML 2.0 regression 2009-01-05 23:42:51 +00:00
choice MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
data MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
feedback MDL-16613 sesskey cleanup 2009-01-02 10:51:26 +00:00
forum DML 2.0 regression 2009-01-05 23:42:51 +00:00
glossary MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
hotpot MDL-16613 sesskey cleanup 2009-01-02 10:51:26 +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-16613 sesskey cleanup 2009-01-02 10:36:25 +00:00
quiz question bank database: MDL-17608 Drop originalquestion field from the question_states table - it was never used for anything. 2009-01-06 05:20:21 +00:00
resource MDL-16613 sesskey cleanup 2009-01-02 10:51:26 +00:00
scorm MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +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