moodle/mod
2008-05-27 10:16:25 +00:00
..
assignment "MDL-14129, fix print_error call" 2008-05-22 07:20:45 +00:00
chat MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
choice MDL-15015: Choice limited answers don't work with group mode 2008-05-27 10:16:25 +00:00
data [MDL-14788] Don't store empty number fields as 0 2008-05-27 07:43:14 +00:00
exercise MDL-10662, I found these bugs when I was working on MDL-14068 2008-04-04 04:32:29 +00:00
feedback mistake in writing on update the multichoice-items 2008-05-27 05:00:58 +00:00
forum "MDL-14129, fix print_error" 2008-05-27 04:45:01 +00:00
glossary MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
hotpot MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
journal MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
label MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
lams MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
lesson 4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863 2008-05-22 00:09:59 +00:00
quiz MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" added call to function and fixed centering of notice on overview and grading report by adding a clear:left to stop the centering being affected by the groups menu. 2008-05-26 14:26:24 +00:00
resource MDL-14865 Merged from 1.9 (Don't pass CFG to get_string) 2008-05-16 07:11:20 +00:00
scorm MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off! 2008-05-21 16:19:00 +00:00
survey MDL-14978 removed obsoleted get_course_users() 2008-05-25 14:27:33 +00:00
wiki MDL-14978 removed obsoleted get_course_students() 2008-05-25 11:06:23 +00:00
workshop MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
index.html
README.txt

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