36 Commits

Author SHA1 Message Date
moodler
fcf5aebf0f Fix for incorrect order of question numbers when downloading detailed
results as Excel spreadsheet. Merged from STABLE. (SE)
2005-10-28 03:54:33 +00:00
patrickslee
2f5fe55234 Fixed dis-ordered displaying for quiz overview report when no soring is specified (Merged from MOODLE_15_STABLE) 2005-10-28 02:22:34 +00:00
gustav_delius
dbc72c9959 Fix for bug 3995 2005-09-17 13:09:43 +00:00
gustav_delius
3db6659d2d fix for bug 3953 provided by Jean-Michel 2005-08-26 08:00:19 +00:00
gustav_delius
970d0fe02c Improvements contributed by Jean-Michel Vedrine, see http://moodle.org/mod/forum/post.php?reply=130818.
- you can change # of attempts per page displayed on screen
- you can download results to Excel/text file, including detailed grades if you check this option.
2005-07-22 09:43:23 +00:00
gustav_delius
d115d8c736 I have introduced the new field $attempt->uniqueid, see http://mantis.york.ac.uk/moodle/mod/forum/discuss.php?d=852#3380 2005-07-02 18:14:51 +00:00
defacer
491cc6d617 Merging from STABLE:
Fixing all Tidy warnings in this page. This has to be A Good Thing.
2005-06-04 17:53:36 +00:00
gustav_delius
7bbe08a267 Merged from stable 2005-06-04 09:58:35 +00:00
gustav_delius
ee1fb969c8 Merging in from the MOODLE_15_QUIZREFACTOR branch.
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
gustav_delius
4f063738c6 Julian has fixed "Attempted on" and "Time taken" display and removed a javascript error. 2005-03-31 20:01:04 +00:00
defacer
c2bf38fd9b Fix for bug 2793: Unfinished quiz attempts no longer shown in the overview table. 2005-03-26 13:41:00 +00:00
defacer
8d6c341045 Obsolete. 2005-03-18 14:38:46 +00:00
defacer
ab6d7869ca Use global code in javascript-static.php instead of utility.js 2005-03-18 14:38:08 +00:00
defacer
88b917d614 Fixing behavior of (de)select all commands and some issues with non-JS-enabled clients. 2005-03-18 14:23:45 +00:00
defacer
bc5750fa6d IE doesn't display anything after a script include tag that closes with />.
Please close all your script tags like <script></script> or else.

Disgusting.
2005-03-11 03:29:41 +00:00
defacer
239d185a75 Updating the overview screen "sort by question grade" hack to work with the
multiple sort column suppport.
2005-03-10 16:40:13 +00:00
defacer
526a130e50 Checking in the code for the "improvements to the quiz results overview page"
project, commissioned by the University of York. Enjoy!
2005-03-08 18:49:00 +00:00
stronk7
e37da3a536 Now decimalpoints is used to show grades
(I had to modify quiz_get_best_grade() slighty)
2005-02-14 19:41:52 +00:00
moodler
7c6c30ed2b Changes for XHTML and accessibility compliance 2004-11-11 12:07:08 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
d1290cec39 fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
gustav_delius
a9ef4a630a closed <input /> <br /> <hr /> 2004-09-12 14:41:49 +00:00
moodler
d7c40ba3c9 Use the same rounding for highest grade as other scores bug 1707 2004-08-17 05:47:49 +00:00
moodler
ffdd209ad2 Use fullname() functions for quiz reports 2004-05-18 13:31:37 +00:00
moodler
fc8bc7e516 Fixed some newly-introduced bugs caused by recent function name change 2004-03-16 14:02:30 +00:00
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
moodler
7d18a73462 Make it easier to click on attempts 2004-01-14 03:25:46 +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
moodler
835389b818 Name of final grade column makes more sense now 2003-12-13 02:09:00 +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
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