moodle/mod
mjollnir_ 0c49258b99 mod/quiz/view No-longer display final grade when quiz settings forbid it.
Changed view.php so that it checked if there were any attempts with
concealed grades before printing the student's overall score.
Credit: Peter Bulmer <peter.bulmer@catalyst.net.nz>
Merged from MOODLE_16_STABLE
2006-05-15 21:52:18 +00:00
..
assignment Fixed: Bug #5164 - Assignment email lacks student name 2006-05-03 08:19:53 +00:00
chat fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848; merged from MOODLE_16_STABLE 2006-05-15 21:36:46 +00:00
choice Fixed inserts for log_display. 2006-04-24 08:38:03 +00:00
data merged fix for 5465 2006-05-15 02:03:03 +00:00
exercise Fixed inserts for log_display table 2006-04-24 08:11:35 +00:00
forum fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848; merged from MOODLE_16_STABLE 2006-05-15 21:36:46 +00:00
glossary glossary print view is now valid XHTML. 2006-05-07 10:49:28 +00:00
hotpot COnverted from DOS format 2006-05-02 06:00:35 +00:00
journal bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
label Fixed log_display inserts. 2006-04-24 08:28:21 +00:00
lams Fixed call to required_param() 2006-04-05 07:46:52 +00:00
lesson [BugFix] Bug 5505 - function lesson_print_tree now checks for teacher editing priv before printing editing icons. Had to change arguments for this function as well which is the edit in view.php. 2006-05-15 19:14:22 +00:00
quiz mod/quiz/view No-longer display final grade when quiz settings forbid it. 2006-05-15 21:52:18 +00:00
resource XHTML validation. Bug 5332. 2006-05-03 18:22:21 +00:00
scorm Fixed inserts for log_display. 2006-04-24 09:05:08 +00:00
survey bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
wiki bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
workshop Fixed inserts for log_display. 2006-04-24 09:05:08 +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