gustav_delius
3db6659d2d
fix for bug 3953 provided by Jean-Michel
2005-08-26 08:00:19 +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
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
39395fd60b
merged from stable
2005-06-12 09:57:13 +00:00
ecastrolt
d8247a98d6
*** empty log message ***
2005-06-06 18:14:12 +00:00
gustav_delius
fc44ee0de8
Merged from stable
2005-06-05 20:51:15 +00:00
gustav_delius
e132d90e02
merged Enrique's correction from stable
2005-06-04 22:14:08 +00:00
ecastrolt
9f701b4c5e
*** empty log message ***
2005-06-04 21:14:57 +00:00
defacer
491cc6d617
Merging from STABLE:
...
Fixing all Tidy warnings in this page. This has to be A Good Thing.
2005-06-04 17:53:36 +00:00
gustav_delius
7bbe08a267
Merged from stable
2005-06-04 09:58:35 +00:00
ecastrolt
083fc55c3e
*** empty log message ***
2005-05-29 23:53:50 +00:00
gustav_delius
a472ce5960
New version of item analysis from Enrique
2005-05-23 07:25:33 +00:00
gustav_delius
1ddb7f4efc
Printing of header moved into plugins themselves to allow them to provide export functionality which does not want a header printed. Thanks to Enrique for doing this.
2005-05-20 08:52:33 +00:00
gustav_delius
43f14820fd
Updated version of item analysis report from Enrique
2005-05-18 19:52:21 +00:00
gustav_delius
1b6fe5003a
Removed some notices, some polishing.
...
No need to load all users and then remove teachers, can simply load all students.
2005-05-15 19:37:37 +00:00
gustav_delius
0fc5939983
item analysis report contributed by Enrique Castro
2005-05-15 14:40:38 +00:00
gustav_delius
1105b32da0
Use round() instead of format_float() to limit decimal points to a MAXIMUM of $quiz->decimalpoints. format_float() always displays EXACTLY that number of digits after the decimal point which is not really desirable.
2005-05-07 13:48:25 +00:00
gustav_delius
ee1fb969c8
Merging in from the MOODLE_15_QUIZREFACTOR branch.
...
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
stronk7
b681000402
Now quiz->name supports filterall.
2005-04-03 00:19:11 +00:00
gustav_delius
4f063738c6
Julian has fixed "Attempted on" and "Time taken" display and removed a javascript error.
2005-03-31 20:01:04 +00:00
defacer
c2bf38fd9b
Fix for bug 2793: Unfinished quiz attempts no longer shown in the overview table.
2005-03-26 13:41:00 +00:00
defacer
8d6c341045
Obsolete.
2005-03-18 14:38:46 +00:00
defacer
ab6d7869ca
Use global code in javascript-static.php instead of utility.js
2005-03-18 14:38:08 +00:00
defacer
88b917d614
Fixing behavior of (de)select all commands and some issues with non-JS-enabled clients.
2005-03-18 14:23:45 +00:00
defacer
bc5750fa6d
IE doesn't display anything after a script include tag that closes with />.
...
Please close all your script tags like <script></script> or else.
Disgusting.
2005-03-11 03:29:41 +00:00
defacer
239d185a75
Updating the overview screen "sort by question grade" hack to work with the
...
multiple sort column suppport.
2005-03-10 16:40:13 +00:00
defacer
526a130e50
Checking in the code for the "improvements to the quiz results overview page"
...
project, commissioned by the University of York. Enjoy!
2005-03-08 18:49:00 +00:00
stronk7
e37da3a536
Now decimalpoints is used to show grades
...
(I had to modify quiz_get_best_grade() slighty)
2005-02-14 19:41:52 +00:00
skodak
db24312891
cleaned download filename SC#69, merged from MOODLE_12_STABLE
2005-01-29 15:16:32 +00:00
moodler
ba9231f5ff
Merged bug 2363 fix from stable
2005-01-11 11:14:15 +00:00
moodler
7c6c30ed2b
Changes for XHTML and accessibility compliance
2004-11-11 12:07:08 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
d1290cec39
fixed capitalization and quoting of attribute values
2004-09-12 17:34:35 +00:00
gustav_delius
a9ef4a630a
closed <input /> <br /> <hr />
2004-09-12 14:41:49 +00:00
gustav_delius
ecf0cf9ac4
fixed bug 1252. But this page could do with a lot more work.
2004-08-22 19:58:54 +00:00
moodler
d7c40ba3c9
Use the same rounding for highest grade as other scores bug 1707
2004-08-17 05:47:49 +00:00
julmis
3a088d689c
Quiztimer stuff added
...
- Skip regrading if attempt is overdued
2004-07-27 02:03:19 +00:00
moodler
8966a11131
Quiz refactoring is now merged into the main development code!
...
I've done some basic testing using existing quizzes trying as
much as I could think of, and it all worked well!
Well done, Henrik! Great job!
Still, this should be regarded as unstable at least until more
people have had a try. Please test this thing solidly on new
and old quizzes.
2004-07-21 13:01:08 +00:00
moodler
7613890851
BRANCH MERGE
...
These are the changes from MOODLE_13_STABLE, merged into trunk
The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point
The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
moodler
ffdd209ad2
Use fullname() functions for quiz reports
2004-05-18 13:31:37 +00:00
moodler
35ebf5c09b
Fix for the way question texts were displayed bug 1381
2004-05-13 08:46:25 +00:00
moodler
1cd06b9b9c
Fixed the text file too
2004-04-17 03:28:29 +00:00
moodler
7001130bac
Fixed possible prblems with Excel names bug 1243
2004-04-17 03:24:42 +00:00
moodler
fc8bc7e516
Fixed some newly-introduced bugs caused by recent function name change
2004-03-16 14:02:30 +00:00
moodler
15ba837b5b
Don't enter loop with no data ... bug 1053
2004-03-09 15:39:55 +00:00
moodler
424aef6aef
Use the new short way of setting up groups
2004-02-15 07:18:07 +00:00