moodle/mod
stronk7 092a022695 More uses for current_charset().
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:44:55 +00:00
..
assignment Now it's possible to configure what is going to be counted (words or letters) 2006-01-05 16:27:20 +00:00
chat And chat is using current_charset() too. 2006-01-05 16:31:29 +00:00
choice Now Choice is using the new Excel generation API 2006-01-05 16:33:29 +00:00
data mod/data: tidyup of Postgres schema -- thanks to Nigel McNie 2005-12-12 03:32:55 +00:00
exercise Replaced optional_var with optional_param 2005-12-07 03:30:59 +00:00
forum merged, bug fix for #4431 2006-01-04 03:08:08 +00:00
glossary Now the group by initial should work under multibyte strings. 2006-01-05 16:35:13 +00:00
hotpot Now Hotpot is using the new Excel generation API. 2006-01-05 16:38:20 +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
lams Correcting corrupted line endings 2005-11-19 11:08:51 +00:00
lesson XHTML fix 2005-11-23 22:31:52 +00:00
quiz Now Quiz is using the new Excel generation API. 2006-01-05 16:43:05 +00:00
resource More uses for current_charset(). 2006-01-05 16:44:55 +00:00
scorm Postgres compatibility in scorm db upgrade 2005-12-20 20:39:52 +00:00
survey Log actions must be strored to DB without & 2005-11-23 09:46:25 +00:00
wiki merged, wrong param type for $page 2005-12-21 03:26:19 +00:00
workshop Log actions must be strored to DB without & 2005-11-23 09:46:25 +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