36 Commits

Author SHA1 Message Date
moodler
424aef6aef Use the new short way of setting up groups 2004-02-15 07:18:07 +00:00
moodler
831b236f2c Group support for Quiz reports. :-)
... except detailed stats.
2004-02-14 16:52:55 +00:00
moodler
d98579dbc9 OK, much better. What was I thinking. :-) 2004-01-30 15:22:43 +00:00
moodler
819110a116 On second thoughts, added hours 2004-01-30 15:16:54 +00:00
moodler
d3128ddf0e Fixed date format 2004-01-30 15:16:04 +00:00
trobb
7b656c9707 Further problems with the percentage displays fixed 2004-01-18 09:52:52 +00:00
trobb
f287b42cee Error in percentage calculations for T/F items fixed (screen display only) 2004-01-18 08:55:18 +00:00
trobb
88ba0fed41 Report lines after a matching question in screen display and Excel fixed. 2004-01-17 10:27:01 +00:00
moodler
7d18a73462 Make it easier to click on attempts 2004-01-14 03:25:46 +00:00
trobb
2003e4464c Null data caused errors so placed an IF statement around SWITCH
at line 920
2003-12-26 03:50:27 +00:00
trobb
9fb9dac127 Possible division by 0 fixed with if branch line 132 2003-12-23 13:41:27 +00:00
trobb
83d8e36f15 Bug in percentage calculation for on-screen display fixed 2003-12-21 13:56:24 +00:00
moodler
a6478fdc0d Improved overview, now allows deleting and shows more info.
Thanks very much for Thomas Robb for submitting the original
modification with the new functionality ... I ended up doing a
lot of cleaning up and reworking of it but it wouldn't have been
done without Thom's work.
2003-12-17 13:04:47 +00:00
trobb
99cb3dc887 Percentages displayed as numbers rather than strings in Excel 2003-12-17 13:02:49 +00:00
trobb
c95d3c0fad *** empty log message *** 2003-12-17 08:57:36 +00:00
moodler
835389b818 Name of final grade column makes more sense now 2003-12-13 02:09:00 +00:00
trobb
544c4b9aa3 *** empty log message *** 2003-12-11 23:53:46 +00:00
moodler
e6073312c2 Different format on headers for text downloads to improve performance on
more browsers
2003-11-27 14:52:22 +00:00
trobb
e8a5be2853 *** empty log message *** 2003-11-26 22:21:17 +00:00
moodler
706cf31ee1 Use "grade" string from the main language pack 2003-11-26 01:37:20 +00:00
trobb
bbc8a2ade5 *** empty log message *** 2003-11-25 23:41:08 +00:00
trobb
036162ea9a *** empty log message *** 2003-11-25 12:35:43 +00:00
moodler
06e9893001 Use main translation for grade 2003-11-22 02:43:48 +00:00
trobb
6b36aa9396 *** empty log message *** 2003-11-21 22:22:50 +00:00
trobb
c4cfddf4d1 *** empty log message *** 2003-11-21 21:35:45 +00:00
trobb
21e98e21c9 *** empty log message *** 2003-11-21 14:08:28 +00:00
moodler
565e970ee2 New report from Thomas Robb - provides detailed statistics. Needs some work. 2003-11-20 16:02:13 +00:00
moodler
768f85c43d Excel reports now use the new libraray ... code by Russell Jungwirth - thanks! 2003-09-30 13:18:09 +00:00
moodler
8748278c60 FIxed widths properly 2003-09-10 14:06:07 +00:00
moodler
d8d7a2d107 Fixed some typos when defining tables 2003-09-10 14:00:18 +00:00
moodler
a4634d830d TITLEs have all tags stripped ...
Downloads have a row of percentages
2003-09-04 15:52:56 +00:00
moodler
3a04632eb7 Fixes for file names 2003-07-28 03:26:32 +00:00
moodler
8b0ef9b0cb Improvements to simplestat (more info in HTML display plus downloads XLS an TXT) 2003-07-28 02:04:58 +00:00
moodler
f9919efd87 Better averages when students are missing 2003-07-24 16:59:11 +00:00
moodler
c90f563e39 New simplestat report module.
This is very simple so far just to do some tests on larger datasets.

Soon it will have XLS and text download, as well as more question
information.
2003-07-24 16:43:24 +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