moodle/mod/quiz
2005-03-10 16:40:13 +00:00
..
db Versioning of questions: when editing questions the teacher is told about the quizzes in which the question is used and is asked whether to replace them with the new version or not. If there are already attempts at a question than the original version is always kept in the database for audit purposes. More details at http://moodle.org/mod/forum/discuss.php?d=16479 2005-03-03 15:17:45 +00:00
format Brian King's new QTI export capability - needs some testing yet. 2005-02-17 13:39:35 +00:00
pix Less fiddly looking icon 2003-08-02 05:05:09 +00:00
questiontypes Merged from MOODLE_14_STABLE: Postgres fix in quiz (added AS) 2005-03-08 20:46:58 +00:00
report Updating the overview screen "sort by question grade" hack to work with the 2005-03-10 16:40:13 +00:00
attempt.php Fixed timesincestart stuff, I think. bug 2466 2005-03-03 08:42:43 +00:00
attempt_close_js.php The teacher now can choose whether to see the advanced quiz 2005-01-02 07:15:19 +00:00
backuplib.php Now quiz_categories' parent and sortoreder is supported in backup. 2005-02-20 17:19:04 +00:00
category.php Fixes for bug 2591 - wrong strings being used 2005-03-03 06:24:44 +00:00
config.html Use new advancedsettings help file and title 2005-02-19 14:38:13 +00:00
defaults.php made appearance of quiz setup page look like the resource setup pages, see bug 2587. Also added the new variable quiz_questionsperpage properly. 2005-02-18 17:20:06 +00:00
edit.php small fix to the versioning code 2005-03-07 19:45:39 +00:00
export.php In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
format.php Now ignores random questions when exporting. 2005-03-03 11:51:07 +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 In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
imsattempt.php Fixed timesincestart stuff, I think. bug 2466 2005-03-03 08:42:43 +00:00
index.php Now decimalpoints is used to show grades 2005-02-14 19:41:52 +00:00
jsclock.php direct access to script forbidden SC#58, merged from MOODLE_14_STABLE 2005-01-29 14:18:45 +00:00
jstimer.php direct access to script forbidden SC#58, merged from MOODLE_14_STABLE 2005-01-29 14:18:45 +00:00
lib.php Added require_once for pagelib.php. 2005-02-28 04:23:52 +00:00
locallib.php called table column 'Action' consistently, fixing bug 2698 2005-03-08 09:31:20 +00:00
mod.html made appearance of quiz setup page look like the resource setup pages, see bug 2587. Also added the new variable quiz_questionsperpage properly. 2005-02-18 17:20:06 +00:00
multiple.php In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
pagelib.php Fix for bug 2669: 2005-03-02 22:35:09 +00:00
preview.php fixed notice in preview 2005-03-05 11:52:05 +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 Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +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 In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
restorelib.php Last string fix for bug 2591 2005-03-03 05:13:58 +00:00
review.php In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden". 2005-02-16 10:40:48 +00:00
timer.js Trying to fix Safari bug (NaN). 2004-06-03 12:45:38 +00:00
version.php Versioning of questions: when editing questions the teacher is told about the quizzes in which the question is used and is asked whether to replace them with the new version or not. If there are already attempts at a question than the original version is always kept in the database for audit purposes. More details at http://moodle.org/mod/forum/discuss.php?d=16479 2005-03-03 15:17:45 +00:00
view.php You know you are beyond hope of redemption when you make "API uniformity" changes. ;-) 2005-03-02 05:56:24 +00:00
view_js.php direct access to script forbidden SC#58, merged from MOODLE_14_STABLE 2005-01-29 14:18:45 +00:00