3243 Commits

Author SHA1 Message Date
moodler
779e79f438 Better string for teacher reports 2003-07-24 06:21:21 +00:00
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
350a05c4cf Fixed a missing translation string 2003-07-24 04:55:15 +00:00
moodler
0ed00b3b7f Change default logs to be "today's logs" 2003-07-24 02:29:59 +00:00
moodler
582de679a2 Some improved popup windows / links for user pictures 2003-07-24 02:25:23 +00:00
moodler
cee5ff1d04 Better layout of gathering quiz results, which mkes it easier for developers
at the cost of perhaps a little efficiency ... some more testing on this i
should be done.   Thanks to Henrick Kaipe for this.
2003-07-24 02:04:22 +00:00
moodler
7e4a64888b When displaying a user's logs for the current day, make the graph
display ALL courses (ie to match the logs printed below).
2003-07-24 01:54:06 +00:00
mits
45a71412ae New translation added. 2003-07-23 14:26:30 +00:00
moodler
699ea457f9 Slight improvement for implementing styles ... since nested styles
don't seem to work as advertised
2003-07-23 14:03:01 +00:00
moodler
c28a94c0ac A missing style 2003-07-23 13:35:24 +00:00
moodler
67fab9b4df New entries 2003-07-23 07:03:04 +00:00
moodler
fbc9d26e2d New language: Greek! 2003-07-23 06:35:43 +00:00
moodler
7618a8eb92 More debugging/checking on get_record_sql 2003-07-23 06:30:26 +00:00
moodler
4d7a373539 Added some additional error checking of get_record_sql when in debug mode 2003-07-23 04:33:40 +00:00
moodler
a4a4b858a3 Slight fix when adding log 2003-07-23 01:44:35 +00:00
thepurpleblob
464712ec77 Yet more minor problems fixed for hyperlink/mailto: conversion
difficulties
2003-07-22 10:11:12 +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
003175124d Fixed a typo 2003-07-22 02:00:44 +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
stronk7
3960a44b62 Reviewing an attempt now works fine with NUMERICAL and SHORTANSWERS
containing the "," character. Bug #561 closed.
2003-07-21 17:25:59 +00:00
moodler
35d01c7f31 When using the "manual" method, I've disabled the external method of
changing passwords, and enabled the internal "change password" button
just like "email" and "none".

Thanks to Danilo Massa for pointing out the inconsistency.
2003-07-21 15:20:58 +00:00
moodler
3e09b6262a Added missing string nomessages 2003-07-21 14:58:07 +00:00
moodler
dd0bd5088c Increase the size of the field to store sequences in course_sections 2003-07-21 14:28:04 +00:00
johncaptain
759660c9d9 Added question: Resource1 2003-07-21 13:22:12 +00:00
compuproggy
a47765b654 *** empty log message *** 2003-07-21 09:18:22 +00:00
moodler
1efa27fdbb Close loophole for invisible courses by re-enrolment 2003-07-21 07:50:59 +00:00
moodler
9ee379868a New strings for hiding courses 2003-07-21 07:43:04 +00:00
moodler
d4f2e3fb55 Backup the new course->visible field 2003-07-21 07:35:58 +00:00
moodler
a6d82c3f49 New course parameter "visible" which makes the course available to
students.  Defaults to 1 (on).  Teacher can control this from settings page.
2003-07-21 07:31:01 +00:00
moodler
319ea04166 Better formatting on IE 2003-07-21 05:31:23 +00:00
moodler
bd5c05ffa6 Spacers look funny on IE 2003-07-21 05:13:08 +00:00
moodler
1ec3c09b6b Was cropping first/last message - fixed now 2003-07-21 05:08:46 +00:00
moodler
b5477371e3 Put link at the top 2003-07-21 05:05:25 +00:00
moodler
c3ba081792 Add a display of current users on the view page 2003-07-21 05:03:15 +00:00
moodler
d4df9200b6 Moved print_headline() to weblib.php 2003-07-21 04:53:55 +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
a669b1f5f9 Ah! Now we're getting somewhere - chat reports look quite nice now! 2003-07-21 04:08:32 +00:00
moodler
9df9138a77 A bit more usable now 2003-07-21 03:37:53 +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
cea5796545 Only show "recent activity" for chats in the current course. 2003-07-21 01:35:28 +00:00
moodler
f78ae3c432 Fixed translation 2003-07-21 00:59:21 +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
23b8ce894a Added target again for non-Javascript users (I'd taken it out while testing) 2003-07-20 14:02:00 +00:00
moodler
93faa0c4e8 Give each popup a resource a unique window 2003-07-20 13:58:01 +00:00
moodler
3ee3e01a03 Popup windows now work on side links too 2003-07-20 13:56:27 +00:00
moodler
86aa7ccfdf New feature - "Web link" resources can now specify a popup window
fullscreen is currently the only feature left out of this .. I had
trouble getting it to work consistently so I've left it out as being
more troubles than it's worth.
2003-07-20 13:53:31 +00:00
moodler
d769d2ee51 Rebuild course cache using the function for it. 2003-07-20 07:56:51 +00:00