moodle/mod
2007-09-19 15:52:27 +00:00
..
assignment Now assignment_submissions->data1 & data2 are nullable. MDL-11268 2007-09-18 22:20:13 +00:00
chat mod/chat: chat_update_chat_times() smarter 2007-09-19 07:21:09 +00:00
choice MDL-10888: groupings - mod/choice - updated to support groupings 2007-08-27 21:52:35 +00:00
data Adding Id to file 2007-09-17 22:10:22 +00:00
exercise MDL-10383 - deprecated get_groups(), user_group() and ismember() 2007-08-15 20:21:01 +00:00
forum MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
glossary MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
hotpot MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
journal MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
label cvsimport fixups 2007-07-07 14:18:30 +12:00
lams MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
lesson MDL-10888: groupings - mod/lesson - updated to support groupings 2007-08-27 23:05:42 +00:00
quiz MDL-10972 - The lang string 'fullname', which is normally used for course fullnames, was being used for a person's full name in some quiz reports. This dual usage is not translatable into all languages. Merged from MOODLE_18_STABLE. 2007-09-19 15:52:27 +00:00
resource Global change in the way to calculate widths and heights to 2007-09-03 23:25:35 +00:00
scorm MDL-10888: - groupings - mod/scorm - updated to support groupings 2007-08-28 02:54:37 +00:00
survey MDL-10888: groupings - mod/survey - updated to use groupings 2007-08-28 00:12:01 +00:00
wiki Don't try to use YUI when AJAX is not enabled 2007-09-03 06:15:58 +00:00
workshop MDL-10888: groupings - mod/workshop - add grouping support 2007-09-06 01:35:37 +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