moodle/mod
2005-11-11 06:34:51 +00:00
..
assignment cleaning as assignment types SC#182 continued; merged from MOODLE_15_STABLE 2005-11-10 00:22:57 +00:00
chat A slight improvement for my last edit, which could trigger a small bug. 2005-10-25 01:55:21 +00:00
choice Removed check for student/teacher on submit and replaced with check for (not) 2005-09-20 09:22:06 +00:00
exercise BIG FEATURE - MULTIPLE GROUPS 2005-11-08 07:19:27 +00:00
forum Database changes for Embargoed Announcements 2005-11-11 02:04:14 +00:00
glossary Now both empty search strings and 1 letter search strings works fine in 2005-11-06 20:06:05 +00:00
hotpot get clue button text from quiz XML file (hitherto, it was always been set to "?") 2005-11-11 06:34:51 +00:00
journal Initial checkin of stats (from processing the log table). 2005-09-01 04:14:31 +00:00
label Fixing misprint leading to fatal error 2005-10-17 07:59:47 +00:00
lesson NEW FEATURE: Activity Link allows the teacher to display a link to another activity, which is in the same course, 2005-11-07 19:56:08 +00:00
quiz added pop up blocker checker 2005-11-09 02:17:26 +00:00
resource Tidying ... 2005-11-08 05:14:52 +00:00
scorm Updated css for playscorm.php 2005-10-14 07:02:51 +00:00
survey fix for bug 4284 2005-11-07 05:49:23 +00:00
wiki BIG FEATURE - MULTIPLE GROUPS 2005-11-08 07:19:27 +00:00
workshop Many links to assess.php were missing $cm->id 2005-10-21 07:11:04 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt Removing the newmodule template from this directory and putting it 2004-02-12 06:41:17 +00:00

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