moodle/mod
2010-07-01 08:12:16 +00:00
..
assignment MDL-22978 Cleaned up styles for course overview and added a link to assignment grade page 2010-06-29 04:09:55 +00:00
chat MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:24:14 +00:00
choice MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
data MDL-20509 - remove http:// prefix from input box. 2010-06-30 07:52:26 +00:00
feedback MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs 2010-06-30 20:42:11 +00:00
folder MDL-22764, added cancel button 2010-06-23 02:50:13 +00:00
forum MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:24:14 +00:00
glossary NOBUG Removed unused string 'searchconcept' 2010-07-01 03:30:50 +00:00
hotpot course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch. 2010-06-08 06:21:25 +00:00
imscp IMSCP MDL-21687 include completionlib.php 2010-06-23 23:27:18 +00:00
label MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
lesson MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs 2010-06-30 20:42:11 +00:00
page Completion MDL-21687 Resource, Page fail to include completion library (& die) 2010-06-24 10:17:24 +00:00
quiz MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
resource MDL-22338 Make general embedding larger, like PDFs 2010-07-01 08:12:16 +00:00
scorm SCORM MDL-18364 typo 2 - think it's finally right! 2010-06-28 01:06:40 +00:00
survey MDL-21695 Replaced surveys.html without AMOScript and removed a forgotten help file 2010-06-28 17:05:24 +00:00
url MDL-20509 - remove http:// prefix from input box. 2010-06-30 07:52:26 +00:00
wiki MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
workshop MDL-22276 polishing lang strings 2010-06-20 15:23:28 +00:00
index.html
README.txt Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
upgrade.txt more module upgrade notes 2010-04-13 21:42:19 +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

  pix/icon.gif: a 16x16 icon for the module

  db/install.xml: 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