]> git.mjollnir.org Git - moodle.git/commit
MDL-5241 "When manually grading, identity questions by their number within the quiz...
authorjamiesensei <jamiesensei>
Mon, 26 May 2008 11:39:51 +0000 (11:39 +0000)
committerjamiesensei <jamiesensei>
Mon, 26 May 2008 11:39:51 +0000 (11:39 +0000)
commit720be6f2c3bdf5b075336e42643dbd6f4da5290e
tree88901236b3109c64b939f9d3a69f6c6fe4aa3270
parent5b0af8c5e31ecc7bc708576c71611b7339c532ac
MDL-5241 "When manually grading, identity questions by their number within the quiz as well as by question name"

Also added a drop down box to select question to mark instead of the viewquestions table. The drop down box is available at the top of every page, but only if there is more than one manually gradeable question in the quiz. If there is only one question it is automatically selected for marking.

Also added a new constant QUESTION_EVENTS_GRADED during a general refactoring of UI code in grading report and some improvements to efficiency of SQL in report.

Merged from Moodle 1.9 branch
lang/en_utf8/quiz_grading.php
lib/questionlib.php
mod/quiz/report/grading/report.php
mod/quiz/report/reportlib.php
question/type/questiontype.php