moodle/mod/quiz
moodler 1b5910c4a5 Trying a different tack for recent_activity since the old way was
still producing too much data and overflowing PHP memory on busier
sites (eg moodle.org).

Now, there are more database queries, which is unfortunate, but the
data is much more specific, and no sorting needs to be done, so
this is a performance boost.

I don't know how these will cancel out ... my guess is that very
small sites may be very slightly slower on the course page, but
that large sites will be much faster.

Let's see.
2003-04-26 15:08:34 +00:00
..
db Removed two `'s 2003-04-18 21:05:12 +00:00
format New "create multiple questions" wizard. 2003-04-10 17:55:57 +00:00
pix New icons 2003-04-10 13:04:20 +00:00
attempt.php Improvements for shuffleorder in collections of random questions 2003-04-16 13:25:03 +00:00
category.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
edit.php Questions now have a defaultgrade column (which defaults to 1) 2003-03-03 17:43:13 +00:00
icon.gif Skeleton version of the quiz module. It won't break an installation, 2002-10-04 02:59:05 +00:00
import.php Importing improved to include pre and post-processing. 2003-04-10 13:12:40 +00:00
index.php Changed to show the hidden quizzes dimmed (bug #364) 2003-04-24 18:19:23 +00:00
lib.php Trying a different tack for recent_activity since the old way was 2003-04-26 15:08:34 +00:00
match.html New template for Match questions 2003-03-30 16:48:34 +00:00
mod.html More logical position for shuffle options 2003-04-09 14:27:58 +00:00
multichoice.html First version of code to implement new "Random Matching" type 2003-02-24 10:37:56 +00:00
multiple.php Add category to random question names 2003-04-15 13:14:33 +00:00
question.php New "create multiple questions" wizard. 2003-04-10 17:55:57 +00:00
random.html First implementation of completely random questions. 2003-04-09 06:32:51 +00:00
randomsamatch.html Renamed randommatch.html -> randomsamatch.html 2003-03-30 16:51:24 +00:00
report.php After doing a quiz that has been shuffled, present the feedback in the 2003-04-16 13:10:48 +00:00
shortanswer.html First version of code to implement new "Random Matching" type 2003-02-24 10:37:56 +00:00
truefalse.html First version of code to implement new "Random Matching" type 2003-02-24 10:37:56 +00:00
version.php New quiz switches to 2003-04-09 13:57:08 +00:00
view.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00