moodle/mod
tjhunt 7d4dfc481e quiz: MDL-19145 Safe Exam Browser integration.
This is a better alternative to 'secure' mode.

It needs to be enabled by the administrator.
2009-09-30 10:57:57 +00:00
..
assignment MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
chat mod-chat MDL-19804 Added PAGE->set_url calls and removed deprecated functions 2009-09-23 07:08:43 +00:00
choice mod-choice MDL-19805 Added PAGE->set_url calls and removed deprecated functions 2009-09-23 06:34:39 +00:00
data MDL-20369 fixed restoring of default sort 2009-09-28 16:45:46 +00:00
feedback MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
folder mod-folder MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 06:16:35 +00:00
forum MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
glossary MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
hotpot MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
imscp mod-label MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 07:51:37 +00:00
label mod-label MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 07:51:37 +00:00
lesson mod-lesson MDL-19812 Added set_url calls, replaced deprecated functions 2009-09-24 09:03:16 +00:00
page MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
quiz quiz: MDL-19145 Safe Exam Browser integration. 2009-09-30 10:57:57 +00:00
resource MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
scorm MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
survey mod-scorm MDL-19816 Added set_url calls, replaced deprecated functions 2009-09-24 08:36:06 +00:00
url MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
wiki mod-wiki MDL-19817 Added set_url calls, replaced deprecated functions 2009-09-24 08:58:36 +00:00
index.html
README.txt fixed obsolete readme info 2009-07-09 20:02:27 +00:00
upgrade.txt MDL-16089 added resoruce related upgrade notes 2009-08-17 08:21:40 +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

  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