374 Commits

Author SHA1 Message Date
kaipe
e097165541 Fixed a single/double quote issue (again) 2003-12-31 19:22:38 +00:00
moodler
89b8d337da Fixed some single/double quote issues 2003-12-30 07:28:43 +00:00
moodler
d751243549 Bodgy HTML converted to nice clean XHTML fragments.
Thanks to Jonathan Moore and all his work!
2003-12-30 07:04:04 +00:00
moodler
0ce4aa1a8a Some preliminary code to allow wildcards in short answers.
Based on code sent by Thomas Robb
2003-12-29 09:40:23 +00:00
moodler
3fcc331fee Better info about quizzes 2003-12-29 09:28:14 +00:00
moodler
3334a25495 Edit button on quiz reports 2003-12-29 09:24:16 +00:00
trobb
2003e4464c Null data caused errors so placed an IF statement around SWITCH
at line 920
2003-12-26 03:50:27 +00:00
trobb
9fb9dac127 Possible division by 0 fixed with if branch line 132 2003-12-23 13:41:27 +00:00
moodler
0787779dad Latest version from Paul Shew 2003-12-22 15:09:25 +00:00
trobb
83d8e36f15 Bug in percentage calculation for on-screen display fixed 2003-12-21 13:56:24 +00:00
moodler
1a5a3ccf24 Removed old versions of quiz format plugins 2003-12-17 15:32:45 +00:00
moodler
2860b7a5f2 More accurate info on link to reports 2003-12-17 13:49:51 +00:00
moodler
3fb839a1e4 A small fix for showing pictures in randomly-selected questions 2003-12-17 13:35:49 +00:00
moodler
a6478fdc0d Improved overview, now allows deleting and shows more info.
Thanks very much for Thomas Robb for submitting the original
modification with the new functionality ... I ended up doing a
lot of cleaning up and reworking of it but it wouldn't have been
done without Thom's work.
2003-12-17 13:04:47 +00:00
trobb
99cb3dc887 Percentages displayed as numbers rather than strings in Excel 2003-12-17 13:02:49 +00:00
trobb
c95d3c0fad *** empty log message *** 2003-12-17 08:57:36 +00:00
moodler
6675f0141d Improved description of interim final grade 2003-12-13 02:30:20 +00:00
moodler
835389b818 Name of final grade column makes more sense now 2003-12-13 02:09:00 +00:00
moodler
d39e56ede3 Put docs here temporarily until the format settles down 2003-12-12 07:50:11 +00:00
moodler
43bf9fc2d7 Reworking of the plug-in format for import/export files.
Each format is now in it's own subdirectory, which allows the
format to have as many files as it likes.  The formats are now
detected automatically (no need to edit lib.php anymore) and
the parent class is now in mod/quiz/format.php

Lastly, I added Paul Shew's new GIFT format.
2003-12-12 07:35:55 +00:00
trobb
544c4b9aa3 *** empty log message *** 2003-12-11 23:53:46 +00:00
kaipe
1e085edc43 The Quizzes page is given an "Edit questions" button that links to a possibility to edit questions without opening a quiz. 2003-12-10 20:03:59 +00:00
moodler
2657d7cb46 Fix to allow quiz import to deal with Macintosh OS files (from Paul Shew) 2003-12-09 02:00:48 +00:00
moodler
79edc7f972 Allow A. B. C. in addition to A) B) C) 2003-12-01 12:21:49 +00:00
moodler
0315927955 New format called "Aiken format" by Thomas Robb (and Art Lader)
to allow import of questions like this:

Every seriously injured person is likely to go into
A) shock.
B) infection.
C) hemorrhage.
D) respiratory pain.
ANSWER: A
2003-12-01 06:37:14 +00:00
moodler
e6073312c2 Different format on headers for text downloads to improve performance on
more browsers
2003-11-27 14:52:22 +00:00
trobb
e8a5be2853 *** empty log message *** 2003-11-26 22:21:17 +00:00
moodler
706cf31ee1 Use "grade" string from the main language pack 2003-11-26 01:37:20 +00:00
trobb
bbc8a2ade5 *** empty log message *** 2003-11-25 23:41:08 +00:00
trobb
036162ea9a *** empty log message *** 2003-11-25 12:35:43 +00:00
moodler
06e9893001 Use main translation for grade 2003-11-22 02:43:48 +00:00
moodler
c0542d081d Use main translation for "grades" 2003-11-22 02:42:38 +00:00
trobb
6b36aa9396 *** empty log message *** 2003-11-21 22:22:50 +00:00
trobb
c4cfddf4d1 *** empty log message *** 2003-11-21 21:35:45 +00:00
trobb
21e98e21c9 *** empty log message *** 2003-11-21 14:08:28 +00:00
kaipe
7c9c2a8da6 Made it possble to give negative grades for single multichoice answers in a question with embedded answers, as suggested by Koen Roggemans. The total score of the whole question must still be greater than or equeal to zero. 2003-11-20 19:39:08 +00:00
kaipe
b63519ebda Added simplified aliases for answer types, as proposed by Thomas Robb. It is now possible to use these aliases:
SHORTANSWER = SA = MW ;
NUMERICAL = NM ;
MULTICHOICE = MC
2003-11-20 18:39:25 +00:00
moodler
565e970ee2 New report from Thomas Robb - provides detailed statistics. Needs some work. 2003-11-20 16:02:13 +00:00
moodler
0a8d8da96a Show standard reports first 2003-11-20 16:01:21 +00:00
moodler
513c636d94 Fixed authentication a little 2003-11-20 11:23:45 +00:00
moodler
45376a51a9 Don't have the Javascript dialog on submitting an attempt if the quiz
doesn't have a grade.
2003-11-15 03:31:37 +00:00
moodler
4340a83ae8 Added some bug-fixing code from Eloy Lafuente that fixes a quiz problem.
What happens is that adding random questions used to set the timestamps
of these questions to the same value.  This is fine in normal operation,
but it stuffs up the backup of that course, overwriting the question.
When the course is restored, the missing questions cause quizzes to
have lots of red notices like "Question not found".

Anyhow, this patch should safely fix older installations that may have
these duplicate questions lying around.

THANKS ELOY!
2003-11-11 16:13:57 +00:00
kaipe
fe98ea90f9 The new quizfile.php makes it possible to view associated file material on quizes, such as images, even for questions belonging to a category on a different course. lib.php is updated accordingly... 2003-11-02 21:36:25 +00:00
kaipe
004c02e05c An improvement asked for by koen roggemans:
Especially for multianswer questions it is often desirable to have the grade of the question in a quiz larger than the earlier maximum of 10 points.
The new function quiz_gradesmenu_options($defaultgrade) makes quiz question list grade selector drop-down have the maximum grade option set to the highest value between 10 and the defaultgrade of the question.
2003-10-31 21:27:43 +00:00
moodler
cb4f77069d Use unique stamps when creating multiple questions ... 2003-10-28 09:50:23 +00:00
moodler
7829b7d98b Fixed background colours in quix editing page body-> cellcontent2 2003-10-25 02:38:47 +00:00
moodler
16a1917250 Fix bug in NUMERICAL questions where feedback was only shown if the
question was correct
2003-10-23 15:40:17 +00:00
jungwirr
ce594a239c fixed import of shortanswer questions to get rid of blank answers 2003-10-15 16:38:46 +00:00
jungwirr
108ef20260 took out some debugging messages. 2003-10-15 15:49:01 +00:00
moodler
857e0dfdd5 Added new import format - Course Test Manager - from Russell Jungwirth.
All I've done is clean up the source code - I've not tested it at all.
2003-10-15 08:53:51 +00:00