moodle/mod
2022-04-14 13:35:11 +06:00
..
assign Merge branch 'MDL-74064-master' of https://github.com/HuongNV13/moodle 2022-04-14 13:35:11 +06:00
assignment MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
bigbluebuttonbn MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
book MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
chat MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
choice MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
data MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
feedback MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
folder MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
forum MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
glossary MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
h5pactivity MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
imscp MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
label MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
lesson MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
lti MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
page MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
quiz Merge branch 'MDL-74471-master' of https://github.com/junpataleta/moodle 2022-04-13 14:59:21 +06:00
resource MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
scorm MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
survey MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
url MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
wiki MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
workshop MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
index.html
README.txt
upgrade.txt MDL-74235 output: Fall back to icon and support monologo 2022-04-07 12:56:13 +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