moodle/mod/quiz
2006-02-16 10:20:27 +00:00
..
db Applied fixes from bug 4319. Thanks to Jaroslav 2006-02-15 08:59:32 +00:00
doc An explanation of the functions defined in questionlib.php 2005-07-16 14:16:59 +00:00
format Format now uses defaultquestion() method. Bug #4752 2006-02-14 09:53:37 +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 Less fiddly looking icon 2003-08-02 05:05:09 +00:00
questiontypes Update the stamp each time a question is edited. This is the outcome of a long Skype discussion with Eloy on 15/02/06. A planned improvement for the future is to set the stamp to a md5 hash of the questiondata to ensure that identical questions will have identical stamps. Currently it is possible to obtain some duplication during question restore if between backup and restore the teacher clicks on the Save button on the editing page without acutally making any changes. Admittedly not a very likely scenario and hence the current system is good enough for now. 2006-02-16 10:20:27 +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 Now contains code to also backup those categories needed by random questions that recurse into child categories. 2006-02-15 22:30:54 +00:00
category.php Fixed bug leading to warnings 2006-02-15 22:18:49 +00:00
config.html Added new feature: time delay between quiz attempts 2006-02-14 05:12:24 +00:00
constants.php Moved constants into constants.php so that they can be loaded where needed. 2005-07-06 06:44:18 +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 a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings 2006-02-09 13:57:22 +00:00
editlib.php Removed unnecessary code: questions are only deleted if they have no attempts. 2006-02-15 08:13:14 +00:00
export.php Added a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings 2006-02-09 13:57:22 +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 Skeleton version of the quiz module. It won't break an installation, 2002-10-04 02:59:05 +00:00
import.php Added a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings 2006-02-09 13:57:22 +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 Fixed submit buttons 2006-02-14 18:21:06 +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 Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
questionlib.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +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 Nicer presentation of quiz questions (merged from stable) 2006-01-06 07:26:25 +00:00
tabs.php Added a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings 2006-02-09 13:57:22 +00:00
timer.js merged from 1.5 2005-10-22 15:46:30 +00:00
version.php Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +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