moodle/mod
moodler 3d4b223a85 NEW MODULE FROM MOODLE.COM - DATABASE !
Finally, we have an early version good enough for everyone to
start banging on to help us polish it up and find bugs.

Please take a look and file bugs in the bug tracker under "Database module".

We urgently need
    - new icons for existing field types
    - testing on PostgreSQL install


Coming soon (?):

    - Many more field types:  calculation, checkbox, relation, date, datetime,
                              time, email, group, list, user, number, richtext
      (Please let us know if you are interested in developing any of these)

    - A way to save and restore "presets", which are field/template sets

    - Backup/Restore support

    - Groups Support

    - RSS support

Many thanks to Yu for all the hard work under my whip.
2005-12-02 07:50:26 +00:00
..
assignment fix for bug 4067 2005-11-25 08:41:16 +00:00
chat A slight improvement for my last edit, which could trigger a small bug. 2005-10-25 01:55:21 +00:00
choice Removed check for student/teacher on submit and replaced with check for (not) 2005-09-20 09:22:06 +00:00
data NEW MODULE FROM MOODLE.COM - DATABASE ! 2005-12-02 07:50:26 +00:00
exercise BIG FEATURE - MULTIPLE GROUPS 2005-11-08 07:19:27 +00:00
forum Merged Hannes Gassert's code for podcasting support more or less without changes. 2005-12-02 07:07:44 +00:00
glossary Log actions must be strored to DB without & 2005-11-23 09:46:25 +00:00
hotpot JMatch: allow extra, unused RHS items 2005-11-25 23:01:15 +00:00
journal Initial checkin of stats (from processing the log table). 2005-09-01 04:14:31 +00:00
label Fixing misprint leading to fatal error 2005-10-17 07:59:47 +00:00
lams Correcting corrupted line endings 2005-11-19 11:08:51 +00:00
lesson XHTML fix 2005-11-23 22:31:52 +00:00
quiz Added extra CSS hooks to distinguish different correctness responses 2005-11-28 04:33:08 +00:00
resource Tidying ... 2005-11-08 05:14:52 +00:00
scorm Added multiple attempts support 2005-11-29 14:54:39 +00:00
survey Log actions must be strored to DB without & 2005-11-23 09:46:25 +00:00
wiki BIG FEATURE - MULTIPLE GROUPS 2005-11-08 07:19:27 +00:00
workshop Log actions must be strored to DB without & 2005-11-23 09:46:25 +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