moodle/mod
2007-01-10 02:33:09 +00:00
..
assignment MDL-8115 fixed $$submission typo; merged from MOODLE_17_STABLE 2007-01-08 21:42:51 +00:00
chat MDL-7861, chat realated xhtml strict fixes, changed stlye in notice_yesno 2007-01-09 04:50:07 +00:00
choice MDL-7861, xhtml strict fixes for choice 2007-01-09 03:14:34 +00:00
data MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon 2007-01-08 20:30:38 +00:00
exercise MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
forum Strict XHTML logic fixes for discussions in some circumstances MDL-7861 2007-01-08 12:13:35 +00:00
glossary MDL-7861 still some icons left ;grr previous commid had wrong MDL id 2007-01-08 20:38:03 +00:00
hotpot MDL-7861 still some icons left ;grr previous commid had wrong MDL id 2007-01-08 20:38:03 +00:00
journal added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
label added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
lams MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
lesson MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
quiz Xhtml fixes for MDL-7861. 2007-01-09 09:07:16 +00:00
resource Fixes for MDL-7861. 2007-01-10 02:33:09 +00:00
scorm MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
survey MDL-7861, xhtml problems with survey 2007-01-08 08:00:56 +00:00
wiki MDL-7861xhtml strict fixes 2007-01-09 10:08:51 +00:00
workshop MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt

ACTIVITY MODULES
----------------

These are main modules in Moodle, allowing various activities.


Each of these modules contains a number of expected components:

  mod.html: 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