591 Commits

Author SHA1 Message Date
moodler
29d5d0b40c New modular plugin structure for quiz reports.
The code for reviewing an existing attempt is now separate
in review.php and now has a log entry of it's own.

The overview and regrade reports are now in separate subdirectories
under the "report" directory.  Each has a primary "report.php" file
which implements the report as a class.

These existing reports are very simple, but now more complex ones
can easily be written.  (I am about to do one).
2003-07-24 05:18:00 +00:00
moodler
67fab9b4df New entries 2003-07-23 07:03:04 +00:00
moodler
08b63144b8 Fixed missing string 2003-07-22 08:09:46 +00:00
moodler
23bca2c3eb Added a missing string 2003-07-22 05:32:59 +00:00
moodler
c05f2f763b Slightly more robust in case it can't find users. See bug 562. 2003-07-22 01:58:44 +00:00
moodler
3e09b6262a Added missing string nomessages 2003-07-21 14:58:07 +00:00
johncaptain
759660c9d9 Added question: Resource1 2003-07-21 13:22:12 +00:00
moodler
9ee379868a New strings for hiding courses 2003-07-21 07:43:04 +00:00
moodler
c3ba081792 Add a display of current users on the view page 2003-07-21 05:03:15 +00:00
moodler
d861debecc Make session link translatable 2003-07-21 04:20:01 +00:00
moodler
bdb4e5e23d Some rewording 2003-07-21 04:10:45 +00:00
moodler
22a4491ae9 Some new code related to the new reports - uploading for testing on
other server - still very early
2003-07-21 03:16:19 +00:00
moodler
693b57dfde Slight change to string 2003-07-20 14:19:16 +00:00
moodler
058811c1c7 Changes related to new popup capabilities for "Web Links".
TRANSLATORS PLEASE NOTE:  help/resource/resourcetype.html has changed slightly.
2003-07-20 14:07:37 +00:00
moodler
8fa367a9fe I'm about to start on some big jobs ... 2003-07-19 13:37:09 +00:00
moodler
7977cffdb0 Arbitrary moving of activities (aka cut and paste)
Some of this code was sent by Howard Miller, but I rewrote most of it
to make it shorter and to fit in better with current code.
2003-07-14 13:08:38 +00:00
moodler
29ee5550d3 Removing Chatarea completely from Moodle.
If anyone still wants it, I've made an archive here:

    http://moodle.org/download/modules/chatarea.zip
2003-07-13 14:03:20 +00:00
moodler
361f649d7a New question type: Numerical questions.
Mostly coded by Henrik Kaipe - I changed a few things on the way in.
2003-07-10 13:25:07 +00:00
moodler
b7602a115e Chat now prints something useful under recent activity 2003-07-10 04:46:03 +00:00
moodler
7d79236935 Simple beeping is now added ... users can now beep each other
and also beep everyone using "beep all"

There are no controls as yet to disable beeping on a per-user
basis but this would come next
2003-07-09 12:53:26 +00:00
moodler
a2e9f1c579 Add a notification when people have left 2003-07-09 04:27:23 +00:00
thepurpleblob
28683e6c3b Added support for mailto links 2003-07-08 09:10:22 +00:00
moodler
0927b54b4d Fixes for "wierd assignment error" - Bug #549, from Scott Elliott 2003-07-07 12:45:08 +00:00
moodler
1bcb0d8700 Strings 2003-07-07 09:46:00 +00:00
moodler
1515a89e2d Very early version of new chat module, made by Martin using ARSC as
an inspiration.

Works OK already on most newish browsers .. see mod/chat/README.txt for details.
2003-07-07 06:44:16 +00:00
moodler
5cbf2187ab Added Description question to overall list of question types 2003-07-06 04:02:53 +00:00
moodler
401c8de6c5 New question type called "Description". All it does is print some
text and/or an image, without requiring an answer.  Can be used
to provide text for a following group of questions, or to insert
a joke in the quiz etc ...

This code is based on code sent in by Ursula Raab.  Thanks!

See: http://moodle.org/mod/forum/discuss.php?d=508
2003-07-06 04:00:05 +00:00
moodler
221518e109 Added a missing string 2003-07-05 04:31:57 +00:00
moodler
163c84ef63 Made a small start on the coding guidelines 2003-07-04 13:24:10 +00:00
moodler
ea68853b7c Hungarian credits 2003-07-02 08:09:49 +00:00
moodler
fc093dfa9b Use top, not parent 2003-06-21 08:25:15 +00:00
moodler
a47240e69a Added targets for links 2003-06-21 08:24:14 +00:00
moodler
a545f04cbe Added some instructions for non-developers 2003-06-21 08:21:07 +00:00
moodler
475fe8d16c Removing old files 2003-06-21 02:52:03 +00:00
moodler
64a97704be Closed PHP tag 2003-06-20 02:54:33 +00:00
thepurpleblob
6d4952f3cf Added instructions for spell checker 2003-06-18 14:35:33 +00:00
moodler
b8bf90c53f Minor interim change to improve display of discussions on user page
because some of them are getting really long on moodle.org

Eventually this display will be completely different, with information
about all public data.
2003-06-15 07:11:11 +00:00
moodler
2c93da8ceb Some info about using crontab 2003-06-14 11:26:55 +00:00
moodler
496f77cce2 Rearranging to make it easier to read 2003-06-14 06:03:07 +00:00
moodler
95397c094a Added link for "Other" documentation 2003-06-14 05:48:57 +00:00
moodler
2cdcb45e84 Fixed some links 2003-06-14 05:47:47 +00:00
moodler
feb1b0b019 Some cleanups - translators may want to check these 2003-06-14 05:45:13 +00:00
moodler
7faca74755 Removed some PHP 2003-06-14 04:08:43 +00:00
moodler
95b500763a Added an index to all help files. :-) Manually maintained at the moment. :-( 2003-06-14 03:52:23 +00:00
moodler
2da8349712 Clarified AON format 2003-06-14 03:50:58 +00:00
moodler
829e2a6de9 Clearer idea of 1.1 2003-06-13 13:43:35 +00:00
johncaptain
bb7ca60b29 correction to loginsetting 2003-06-12 13:20:37 +00:00
johncaptain
532a6cac21 correction 2003-06-12 13:18:39 +00:00
johncaptain
32986803f4 Minor change to expression 2003-06-12 13:15:02 +00:00
johncaptain
3025985d01 fixed typo 2003-06-12 13:09:58 +00:00