moodle/mod/quiz
jamiesensei 720be6f2c3 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
2008-05-26 11:39:51 +00:00
..
db Strip some trailing whitespace. 2008-03-07 12:35:10 +00:00
pix
report MDL-5241 "When manually grading, identity questions by their number within the quiz as well as by question name" 2008-05-26 11:39:51 +00:00
simpletest MDL-13806 - Refactor all the code that implements the rules for whether students can attempt the quiz now into some classes. 2008-03-07 12:33:07 +00:00
accessrules.php MDL-13806 - supplimental - bug fixes to the previous commit. 2008-03-25 19:40:42 +00:00
attempt.php Eliminate direct references to $_REQUEST and $_POST in the quiz code. 2008-04-23 14:49:22 +00:00
backuplib.php Strip some trailing whitespace. 2008-03-07 12:35:10 +00:00
comment.php MDL-14835 - Grade not checked against valid range when manua grading 2008-05-15 16:02:12 +00:00
config.html Strip some trailing whitespace. 2008-03-07 12:35:10 +00:00
defaults.php Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
edit.php Eliminate direct references to $_REQUEST and $_POST in the quiz code. 2008-04-23 14:49:22 +00:00
editlib.php MDL-14399 Merged RTL fixes from 1.9 2008-04-17 08:50:56 +00:00
grade.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
icon.gif
index.php Tidy up whitespace. 2008-04-23 10:54:51 +00:00
jstimer.php MDL-8682: Pressing enter when answering a short answer question can submit the wrong one. To fix this, I have disabled the enter key unless the keyboard focus is on a submit button (or inside a text box or HTML editor). 2007-09-26 18:15:31 +00:00
lib.php Inconsistency between quiz attempt->id and attempt.uniqueid 2008-05-21 11:10:06 +00:00
locallib.php Improve PHPdocs on a function. 2008-04-23 14:31:21 +00:00
mod_form.php MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
pagelib.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
protect_js.php Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
quiz.js MDL-8682 - yet another followup. The javascript still was not quite right. you cannot rely on the case of element.nodeName. 2008-04-17 13:07:36 +00:00
quizfile.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
report.php MDL-13678 "Change default number of rows per page on quiz reports" Made a new constant to say how many attempts / questions to list per page by default. 2008-05-01 07:08:28 +00:00
restorelib.php Ensure links of the form /mod/quiz/view.php?q=332 are backed up and restored correctly. 2007-12-21 15:38:36 +00:00
restorelibpre15.php Minor whitespace fixup. 2007-11-07 15:41:20 +00:00
review.php MDL-14857 - Clean up summary table generation code at the top of the quiz review page - This is basically a merge of improvements we made at the OU. 2008-05-15 15:32:43 +00:00
reviewoptions.html MDL-10656 - Way to control when Overall feedback is displayed, independantly of the other sorts of feedback. Also, improve the layout of those settings on the quiz editing form. 2007-07-30 10:05:11 +00:00
reviewquestion.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
tabs.php MDL-14363 - Fix a broken redirect from mod/quiz/ attempt.php to edit.php when the quiz has not questions. 2008-04-22 15:19:50 +00:00
version.php Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
view.php MDL-14857 - Clean up summary table generation code at the top of the quiz review page - This is basically a merge of improvements we made at the OU. 2008-05-15 15:32:43 +00:00