moodle/mod
2021-01-26 22:44:11 +01:00
..
assign Merge branch 'MDL-66979-311-7' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE 2021-01-26 22:44:11 +01:00
assignment MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
book MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
chat MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
choice MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
data MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
feedback MDL-66979 mod_data: Improve behat chart data step 2021-01-22 14:52:17 +08:00
folder MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
forum MDL-66979 behat: Switch to generators 2021-01-22 14:52:18 +08:00
glossary MDL-57020 scales: Allow deletion of unused scales in forum 2021-01-21 09:16:46 +05:30
h5pactivity MDL-70528 h5pactivity: Fix block can't be added to h5pactivity page. 2021-01-26 15:44:26 +02:00
imscp MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
label MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
lesson MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
lti MDL-69202 Restore backup: add getter method for oldmoduleid 2021-01-16 10:36:33 +01:00
page MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
quiz MDL-70562 mod_quiz: "Edit quiz" and "Back to the course" button spacing 2021-01-15 11:59:26 +01:00
resource MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
scorm MDL-66979 scorm: Increase behat window size 2021-01-22 14:52:17 +08:00
survey MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
url MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
wiki MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
workshop MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:28:39 +01:00
index.html
README.txt
upgrade.txt MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02: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