moodle/mod/quiz
2008-09-22 09:20:13 +00:00
..
db MDL-16505 - Removing qtype_datasetdependent questiontype - finish off the database upgrade, after Pierre's previous work. 2008-09-17 05:24:29 +00:00
report MDL-16527 "responses report : use question_get_feedback_class and question_get_feedback_image from questionlib.php instead of custom styles" should not style response or add feedback image if the response is not yet graded. 2008-09-22 09:20:13 +00:00
simpletest MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class. 2008-09-16 12:19:43 +00:00
accessrules.php MDL-3633 Don't show the attempt number column on the quiz view page if the quiz only allows one attempt. 2008-09-04 09:22:37 +00:00
attempt.php MDL-12391 Prevent browser autocomplete in the quiz. Acutally, there was already code trying to do that, but it was not working. Fix it in HEAD only, because it is not a big deal, and so much has changed, it is not an easy back-port. 2008-09-19 04:54:49 +00:00
attemptlib.php Clean up code in a couple of places by using my print_js_call function. 2008-09-19 04:53:03 +00:00
backuplib.php MDL-16058 - Remove obsolete quiz_question_versions table. 2008-08-15 08:23:09 +00:00
comment.php MDL-16334 Convert mod/quiz/comment.php to use attemptlib.php - final part of the work on the quiz navigtion, I hope. 2008-09-18 07:39:10 +00:00
edit.php MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system. 2008-08-26 01:05:01 +00:00
editlib.php MDL-6353 Also make the repagination UI better by making it always visible, and convert the show/hide page breaks and reordering tool check boxes to be buttons. 2008-08-22 02:46:54 +00:00
grade.php "MDL-14129, fix print_error" 2008-06-10 06:27:38 +00:00
icon.gif Skeleton version of the quiz module. It won't break an installation, 2002-10-04 02:59:05 +00:00
index.php "MDL-14129, fix print_error" 2008-06-10 06:27:38 +00:00
lib.php Improve comment. 2008-09-11 10:37:50 +00:00
locallib.php MDL-7308 "Check all the DB columns used to store grades, and make sure they all use a consistent type." Since quiz->sumgrades is now string "0.00000" (quiz->sumgrades) no longer evaluates as false. Changing to (quiz->sumgrades != 0) 2008-09-08 10:35:14 +00:00
mod_form.php MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system. 2008-08-26 01:05:01 +00:00
pagelib.php MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
processattempt.php MDL-16263 Flagging questions during a quiz attempt. Submit all and finish was nuking flag states. Fix that. 2008-09-03 09:37:20 +00:00
quiz.js MDL-12391 Prevent browser autocomplete in the quiz. Acutally, there was already code trying to do that, but it was not working. Fix it in HEAD only, because it is not a big deal, and so much has changed, it is not an easy back-port. 2008-09-19 04:54:49 +00:00
report.php MDL-15384 'change name of quiz report classes to "quiz_{reportname}_report"' easy to do, changed class name of all reports and changed the code in report.php which instantiates the correct class. 2008-06-24 08:59:29 +00:00
restorelib.php MDL-16058 - Remove obsolete quiz_question_versions table. 2008-08-15 08:23:09 +00:00
restorelibpre15.php MDL-16058 - Remove obsolete quiz_question_versions table. 2008-08-15 08:23:09 +00:00
review.php Remove unnecessary div. 2008-09-04 04:53:28 +00:00
reviewquestion.php MDL-16334 Convert mod/quiz/comment.php to use attemptlib.php - final part of the work on the quiz navigtion, I hope. 2008-09-18 07:39:10 +00:00
settingslib.php MDL-16564 Make admin settings work better with the cnfig_plugins table. 2008-09-18 09:55:04 +00:00
settingstree.php MDL-16564 Make admin settings work better with the cnfig_plugins table. 2008-09-18 09:55:04 +00:00
startattempt.php MDL-15541 - add a comment about where this code originated. 2008-07-15 16:31:22 +00:00
styles.php MDL-16447 move quiz-specific pictures out of theme/standard/pix/ 2008-09-11 07:34:51 +00:00
summary.php MDL-16263 - next bit. Flags on the quiz summary page. 2008-08-29 11:40:58 +00:00
tabs.php Whitespace cleanup. 2008-07-29 11:53:31 +00:00
version.php MDL-16200 question/type/datasetdependent/ missing version.php. This was a mistake made when fixing MDL-6095. 2008-08-26 01:09:23 +00:00
view.php MDL-3633 Further refinement. 2008-09-04 09:27:19 +00:00