]> git.mjollnir.org Git - moodle.git/commit
mod/quiz/review quiz options loaded once per pageload, not once per qn.
authormjollnir_ <mjollnir_>
Tue, 18 Apr 2006 22:47:56 +0000 (22:47 +0000)
committermjollnir_ <mjollnir_>
Tue, 18 Apr 2006 22:47:56 +0000 (22:47 +0000)
commit9f7f01db04cc9b33486466591dcd7720eef6e48d
treedabd063f04cf001160780bc3e23a41a4b9c27917
parentd13ef2fbdcd0e22749598d65f3b1c88965a2798f
mod/quiz/review quiz options loaded once per pageload, not once per qn.
Moved loading of quiz review options from loop iterating over each qn to be
displayed, to the top of the pageload.  Should give efficency gains
on quizes with long pages, as well as making the options available
earlier in the process.
Credit: Peter Bulmer peterbulmer@catalyst.net.nz
mod/quiz/review.php