moodle/mod
moodler f4ba7e1a54 Bend over for XHTML 1.0 Strict ... MDL-8049
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
..
assignment Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
chat Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
choice better code formatting 2006-12-28 16:44:47 +00:00
data Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
exercise changes to how we generate the id attribute of forms and the naming convention of forms 2006-12-28 09:32:45 +00:00
forum Fixed xhtml for MDL-7861 2007-01-03 02:00:52 +00:00
glossary MDL-8015 improved file uploading 2006-12-28 21:21:44 +00:00
hotpot Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
journal changes to how we generate the id attribute of forms and the naming convention of forms 2006-12-28 09:32:45 +00:00
label MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type 2007-01-02 09:33:07 +00:00
lams Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
lesson MDL-7861, fixing various xhtml strict issues and formatting 2007-01-03 07:29:51 +00:00
quiz Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
resource Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
scorm Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
survey fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling) 2006-12-28 15:43:47 +00:00
wiki Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
workshop MDL-7861, fixing missing tag 2007-01-02 04:37:45 +00:00
index.html
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