moodle/mod/quiz
2006-02-23 19:12:46 +00:00
..
db Some mysql versions appear not to be willing to convert an empty string into a float. So setting all empty fields to 0 first. 2006-02-22 19:12:29 +00:00
doc An explanation of the functions defined in questionlib.php 2005-07-16 14:16:59 +00:00
format encapsulate all functions within class; 2006-02-20 05:49:53 +00:00
lang/en Removed changes made earlier for ungraded essay questions. Will try to find an alternate method. 2006-02-16 00:30:50 +00:00
pix
questiontypes Experimenting with a new event type to accommodate teacher-marked questions. This is work in progress. 2006-02-23 19:12:46 +00:00
report Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
attempt.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
attempt_close_js.php Merging in from the MOODLE_15_QUIZREFACTOR branch. 2005-05-06 06:24:04 +00:00
backuplib.php Revert the fix to $status because it turns out that for example backup_putid() returns false when called with an id that has already been added. 2006-02-19 21:46:36 +00:00
category.php Improvements to pagination. Linked to all actions now. 2006-02-23 16:05:05 +00:00
category_class.php Whoops - ranges for categories on each page were incorrect. Plus added 2006-02-23 16:55:13 +00:00
config.html New defaults, strings and help files for shuffle options 2006-02-18 21:07:39 +00:00
constants.php Experimenting with a new event type to accommodate teacher-marked questions. This is work in progress. 2006-02-23 19:12:46 +00:00
defaults.php Added new feature, the time enforced delay on attempting quizzes 2006-02-08 04:44:57 +00:00
edit.php Added the much-requested question reordering tool 2006-02-19 16:34:06 +00:00
editlib.php Keep the action icons in the category questions list from wrapping. Eventually this editing page needs to be styled properly with css. 2006-02-22 19:19:42 +00:00
export.php added forcedownload=1 to exported file download. 2006-02-20 16:42:01 +00:00
format.php Added initialisation method for question object. Permits setting of default 2006-02-13 14:46:26 +00:00
grading.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
icon.gif
import.php Fix for bug 4810 2006-02-20 21:10:13 +00:00
index.php Due date and start date are now optional, as requested in bug 867 and bug 3635 2005-07-07 17:16:56 +00:00
jsclock.php Merging in from the MOODLE_15_QUIZREFACTOR branch. 2005-05-06 06:24:04 +00:00
jstimer.php merged from 1.5 2005-10-22 15:46:30 +00:00
lib.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
locallib.php Applied fixes from bug 4319. Thanks to Jaroslav 2006-02-15 08:59:32 +00:00
mod.html New defaults, strings and help files for shuffle options 2006-02-18 21:07:39 +00:00
pagelib.php added pop up blocker checker 2005-11-09 02:17:26 +00:00
preview.php Put the default grade option onto question edit forms, see http://moodle.org/mod/forum/discuss.php?d=39371#181767 2006-02-11 21:07:08 +00:00
protect_js.php Added blank printing style (http://moodle.org/mod/forum/discuss.php?d=13071&parent=77710) 2004-12-16 11:54:45 +00:00
question.php Changing headers to decoupling the question editing page from the quiz module. 2006-02-17 17:15:17 +00:00
questionlib.php To determine whether a question has been graded we can now no longer look at wether the grade is the empty string because the grade is now always a number. Instead we use the $state->last_graded->event field. 2006-02-22 00:17:17 +00:00
quizfile.php Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
report.php Changed _variabl() functions to _param() functions. 2005-07-05 15:00:34 +00:00
restorelib.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
restorelibpre15.php Abstracted a bit of the restore procedure to allow for silent restoring. 2006-01-15 21:09:13 +00:00
review.php Removed changes made earlier for ungraded essay questions. Will try to find an alternate method. 2006-02-16 00:30:50 +00:00
reviewoptions.html Fixed alignment of form elements in IE 2006-01-30 21:09:48 +00:00
reviewquestion.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
styles.php started to build the CSS for the new quizzes. While working on it I will write all into styles.php. When finished I will put the CSS into the standard themes. The quiz part in the standard theme is deactivated. 2006-02-21 23:53:52 +00:00
tabs.php The import tab has to provide the course id. 2006-02-18 15:11:03 +00:00
timer.js merged from 1.5 2005-10-22 15:46:30 +00:00
version.php Some mysql versions appear not to be willing to convert an empty string into a float. So setting all empty fields to 0 first. 2006-02-22 19:12:29 +00:00
view.php Removed changes made earlier for ungraded essay questions. Will try to find an alternate method. 2006-02-16 00:30:50 +00:00
view_js.php Fixing javascript, see bug 4418 2006-02-13 11:23:47 +00:00