moodle/mod
2021-12-22 17:02:14 +00:00
..
assign MDL-72873 behat: Fix behat tests. 2021-12-16 17:25:17 +02:00
assignment Merge branch 'MDL-71619' of https://github.com/paulholden/moodle 2021-05-18 22:59:13 +02:00
bigbluebuttonbn Merge branch 'MDL-73199' of git://github.com/jfederico/moodle 2021-12-16 16:57:40 +00:00
book Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
chat Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
choice Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
data MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
feedback Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
folder Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
forum MDL-72413 forum: Use the common module for setting the header 2021-12-14 13:50:42 +02:00
glossary MDL-72413 glossary: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
h5pactivity Merge branch 'MDL-72413-master-dec13' of https://github.com/peterRd/moodle 2021-12-13 09:35:14 +02:00
imscp MDL-72413 imscp: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
label MDL-71691 core_behat: behat fixes for changed course design 2021-12-08 13:14:05 +01:00
lesson Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
lti Merge branch 'MDL-72413-master-dec13' of https://github.com/peterRd/moodle 2021-12-13 09:35:14 +02:00
page Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
quiz MDL-73418 Quiz: Continue the last attempt > Continue your attempt 2021-12-22 17:02:14 +00:00
resource Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
scorm MDL-72413 scorm: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
survey MDL-72095 survey: Resolve merge conflict properly. 2021-12-14 08:10:45 +02:00
url MDL-72413 url: Use the common module for setting the header 2021-12-13 09:49:35 +08:00
wiki Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
workshop MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
index.html
README.txt
upgrade.txt MDL-52206 completion: New criteria to handle behaviour between modules 2021-10-04 19:45:45 +08: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