moodle/mod
gustav_delius ee1fb969c8 Merging in from the MOODLE_15_QUIZREFACTOR branch.
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
..
assignment Shane and I fixed a few things: 2005-04-27 09:37:52 +00:00
attendance Rationalised get_user_info_from_db() and sundry other small bits into 2005-04-17 12:08:46 +00:00
chat Simply usertimezone(), baby! ;-) 2005-04-27 03:44:52 +00:00
choice Prettied up choice with some styles (could use work) 2005-05-05 18:34:20 +00:00
dialogue Standardise the intro box using an ID 2005-03-13 16:17:55 +00:00
exercise Replacing some HTTP_POST_VARS uses because it doesn't work always! 2005-04-02 17:45:29 +00:00
forum On the admin user page you select "forum posts" which becomes the active selection in the second row. This should be visualized in the tabs. Therefore I added the parameter "$activetwo" to the tabs functions to be able to set the class "activetwo" for the active tab in the second row. 2005-05-05 09:35:21 +00:00
glossary When we are printing a definition, avoiding concepts and 2005-04-27 16:04:52 +00:00
hotpot two changes to "hotpot_db_update_field_type" to correct bugs when updating PostgreSQL database 2005-05-04 11:19:45 +00:00
journal This clean_text() shouldn't be here. Primary I changed it 2005-04-29 10:35:16 +00:00
label Now label->name is working with filterall. 2005-04-06 15:20:33 +00:00
lesson tried to make editing a lesson look nicer. Added generalbox class to tables and used tabs for selecting question types 2005-05-03 23:30:40 +00:00
quiz Merging in from the MOODLE_15_QUIZREFACTOR branch. 2005-05-06 06:24:04 +00:00
resource Actually, better to do it for all of them (gap after summary) 2005-04-18 14:48:09 +00:00
scorm Disabled some alert messages 2005-05-04 10:05:32 +00:00
survey fixed typo 2005-04-16 14:13:17 +00:00
wiki Fix for the jumpy flickering HTML editor! 2005-05-04 10:45:39 +00:00
workshop Fixed a notice 2005-05-03 08:16:12 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt Removing the newmodule template from this directory and putting it 2004-02-12 06:41:17 +00:00

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