Commit graph

1622 commits

Author SHA1 Message Date
thepurpleblob
468aedfe47 Fixed bug introduced by _variable to _param change - default export
file name was not being generated due to isset rather than empty check.
2005-08-10 09:56:03 +00:00
gustav_delius
36fb738b2a fix for bug 3822 provided by razzor 2005-07-27 17:22:21 +00:00
gustav_delius
49347eacc5 Fix for question numbering provided by razzor, bug 3807 2005-07-25 14:19:21 +00:00
gustav_delius
59c9337e00 Merged from STABLE (only changed whitespace) 2005-07-23 09:34:39 +00:00
gustav_delius
6afbc42c4e Merged from STABLE 2005-07-23 09:31:07 +00:00
gustav_delius
376b8cd217 The fixes for the item analysis plug-in that were assembled by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27553 2005-07-23 09:12:42 +00:00
gustav_delius
c24aca42c5 Resetting the timout counter to avoid the timeouts reported at http://moodle.org/mod/forum/discuss.php?d=24790#129431 2005-07-22 20:42:16 +00:00
gustav_delius
80ed3fe6b0 New report plug-in contributed by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27730 2005-07-22 11:41:12 +00:00
gustav_delius
970d0fe02c Improvements contributed by Jean-Michel Vedrine, see http://moodle.org/mod/forum/post.php?reply=130818.
- you can change # of attempts per page displayed on screen
- you can download results to Excel/text file, including detailed grades if you check this option.
2005-07-22 09:43:23 +00:00
thepurpleblob
00b3edfdfb merged from STABLE 2005-07-21 09:26:34 +00:00
thepurpleblob
e3931ca8d0 merged from STABLE 2005-07-20 08:02:56 +00:00
thepurpleblob
591533836e merged from STABLE
Fixed bug #3755
2005-07-19 08:01:27 +00:00
mindforge
fac0f9e936 An explanation of the functions defined in questionlib.php 2005-07-16 14:16:59 +00:00
mindforge
f1a73ae8b5 Added some $options options. 2005-07-16 14:10:24 +00:00
mindforge
2015f84104 Merged from STABLE. 2005-07-16 11:20:40 +00:00
mindforge
771c98385c Runtime objects documentation complete. 2005-07-16 09:45:11 +00:00
mindforge
abdc04a1be Response storage documentation completed. 2005-07-16 09:43:49 +00:00
mindforge
535f470186 Missed a $quiz... 2005-07-14 16:37:12 +00:00
mindforge
80f8d28a83 Merged from 1.5 2005-07-14 16:35:08 +00:00
mindforge
98dfb4372c Merged from MOODLE_15_STABLE. 2005-07-14 12:02:33 +00:00
gustav_delius
286a5c6e36 Fixed a table comment 2005-07-14 09:42:10 +00:00
gustav_delius
937b63b09a Merged from STABLE. 2005-07-14 09:29:35 +00:00
gustav_delius
6869085a5e Forgot to convert a $quiz to $cmoptions. Fixes bug 3749 2005-07-14 07:00:35 +00:00
gustav_delius
ea79f5ba09 Fixed bug reported in http://moodle.org/mod/forum/discuss.php?d=27344 2005-07-13 17:37:20 +00:00
moodler
f5e1319ec3 Merged SC139 from stable 2005-07-12 08:00:51 +00:00
gustav_delius
35bcb92150 fixed typo, see bug 3687 2005-07-08 00:21:02 +00:00
gustav_delius
9bc2d82a46 Merging from STABLE 2005-07-07 18:34:12 +00:00
gustav_delius
bb52d44c6a Due date and start date are now optional, as requested in bug 867 and bug 3635 2005-07-07 17:16:56 +00:00
gustav_delius
27d132c0f7 Fixed bug 3687 2005-07-07 14:57:28 +00:00
gustav_delius
2b46608c3a Merged from STABLE, satsifying bug 3696 2005-07-07 14:41:15 +00:00
gustav_delius
3f13a635ab Merged fix for bug 3707 from STABLE 2005-07-07 14:22:06 +00:00
mindforge
638267ab81 Updated terminology.html and included the contents of eventtypes.html therein. Therefore eventtypes.html is no longer needed and is removed. 2005-07-06 15:30:13 +00:00
stronk7
bb7e09a453 Latest changes merged from MOODLE_15_STABLE
Moving the MERGED tag for the whole quiz directory
as talked with Gustav...
2005-07-06 09:05:17 +00:00
gustav_delius
39e3c1f1c3 Merged from STABLE 2005-07-06 07:53:17 +00:00
gustav_delius
7d0fdfd794 Moved constants into constants.php so that they can be loaded where needed. 2005-07-06 06:44:18 +00:00
defacer
e623c7f740 Merging from STABLE:
Fix for bug 3616:

layout-table wasn't closed correctly for teachers and guests.
2005-07-06 00:36:36 +00:00
mindforge
2dde39c1c2 Update to attempt.html, minor modifications to databasetables.html 2005-07-05 16:35:09 +00:00
thepurpleblob
5a90586d36 Changed _variabl() functions to _param() functions. 2005-07-05 15:00:34 +00:00
thepurpleblob
218dc7532b data_submitted() replaced with appropriate _param() style functions,
HTML output tidied up and sesskey checking added.
2005-07-05 10:53:22 +00:00
thepurpleblob
c33fe7e79a Changed _variable() to _param throughout. Improved look of output HTML
and added sesskey checking.
2005-07-05 10:35:32 +00:00
gustav_delius
a08e9552fa More steps towards the separation of questions from the quiz module. 2005-07-03 09:53:02 +00:00
gustav_delius
d115d8c736 I have introduced the new field $attempt->uniqueid, see http://mantis.york.ac.uk/moodle/mod/forum/discuss.php?d=852#3380 2005-07-02 18:14:51 +00:00
gustav_delius
ad7e7ba882 Two name changes:
1) in all module-indpendent code the variable $quiz has been renamed to $cmoptions (it holds the options set by the course module which does not necessarily have to be a quiz, it could be a lesson for example).
2) quiz_restore_question_sessions() has the simpler name quiz_get_states
Also got rid of the quizfile.php in favour of file.php
2005-07-02 16:07:05 +00:00
gustav_delius
0d156caaae I have started on the re-organisation to allow other modules to use the questiontypes.
Moved all code that is not specific to the quiz module out of locallib.php into questionlib.php.
The default questiontype class is now defined in quiz/questiontypes/questiontype.php.
See http://mantis.york.ac.uk/moodle/mod/forum/discuss.php?d=852
2005-07-02 11:42:42 +00:00
gustav_delius
be795125dd small changes to documentation 2005-07-02 11:38:42 +00:00
gustav_delius
85f066ab0d fixed the classification of tables into static and runtime in the documentation 2005-07-02 08:51:06 +00:00
gustav_delius
f17d13f5cc Some minor changes to the quiz module documentation. 2005-07-01 21:00:52 +00:00
mindforge
d5711371ce Added attempt.php documentation, unfinished. 2005-06-30 15:41:25 +00:00
michaelpenne
7bae3f486c Found 4 mdl_ in some sql statements. Changed it from mdl_ to $CFG->prefix 2005-06-29 23:56:07 +00:00
mindforge
94c6290094 Database documentation finished. 2005-06-29 09:47:44 +00:00