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
moodler
768f85c43d
Excel reports now use the new libraray ... code by Russell Jungwirth - thanks!
2003-09-30 13:18:09 +00:00
moodler
d061d88381
MOved quiz_get_participants from the bottom to the standard functions area
2003-09-28 14:57:16 +00:00
les_kopari
ff74d85283
Initial add for Oracle.
2003-09-25 02:11:31 +00:00
moodler
0a660b03e0
Fixed a NASTY little bug that sometimes occurred when
...
re-grading quizzes with random questions in them.
(everyone got set to zero)
2003-09-22 16:03:30 +00:00
les_kopari
96c1e116e6
Oracle tables, etc converted from mysql, plus test transactions.
2003-09-13 08:05:21 +00:00
moodler
145cb8f9ab
More short tags
2003-09-11 13:21:56 +00:00
moodler
8748278c60
FIxed widths properly
2003-09-10 14:06:07 +00:00
moodler
d8d7a2d107
Fixed some typos when defining tables
2003-09-10 14:00:18 +00:00
moodler
081bf74fb1
All grades are hidden now when zero grade is chosen ... even the marks.
...
This mode is only really useful when feedback is turned on.
2003-09-10 08:22:16 +00:00
moodler
ed1daaa9d7
Quiz grades can be set to zero.
...
If so, then grades are not shown to students, nor is a column added to
the gradebook (although they are still stored and calculated internally)
2003-09-10 05:02:39 +00:00
moodler
c559bcf6f0
Fixed some PHP short_tags
2003-09-09 12:34:51 +00:00
stronk7
eb452548f5
Included quiz_get_participants() function.
2003-09-07 21:56:46 +00:00
moodler
a4634d830d
TITLEs have all tags stripped ...
...
Downloads have a row of percentages
2003-09-04 15:52:56 +00:00
moodler
8bd35f870c
Fixed commas
2003-08-31 05:57:17 +00:00
moodler
39ced832ac
Questions were being created here without a stamp
2003-08-29 01:14:38 +00:00
moodler
25b6ff9d3b
Default quiz category must have a stamp
2003-08-28 17:07:24 +00:00
stronk7
ce3ec518ea
Take out two debugs !!
2003-08-28 00:50:51 +00:00
stronk7
202ba3902e
Now STAMP fiel is supported in backup & restore.
...
If it exists in backup-file used, else, old search-by-name is used.
When inserting new categories, stamp is filled it it doesn't exist.
Updated version to 1.1 Beta +++ !!
2003-08-27 17:09:01 +00:00
moodler
23b4848794
Quiz categories now also have a unique stamp in them.
...
This is to make it easier when restoring backups,
especially when the questions are in a published
category from another course that still exists.
2003-08-27 12:53:21 +00:00
stronk7
461da6bdb6
Now existing categories are used only if their publish
...
field is set to yes. Else, a new "local" category is created.
Added some lines of code to mantain old compatibility when detecting
existing questions (do it by name if the stamp is not found) and insert
the stamp too !!
Please, test.
2003-08-27 00:40:14 +00:00
moodler
a1b2bec873
Remove half-finished oracle files
2003-08-26 07:09:14 +00:00
moodler
138def3ead
Maxlength fields
2003-08-25 17:57:39 +00:00
moodler
eb94392c4b
Sometimes there are no answers, so check existence first
2003-08-25 02:52:19 +00:00
moodler
5884d4e2fd
Fixed some array indices
2003-08-25 02:48:09 +00:00
moodler
8826c67031
New questions created via GUI or imported are now given a unique
...
stamp, and a default version of 1.
When questions are updated, the version number is incremented.
2003-08-23 15:26:10 +00:00
stronk7
1923285635
Now stamp and version are fully supported in backup/restore.
...
The process look for category, stamp and version to calculate
when to create a question or use a existing one.
This avoid duplicates in RANDOM and RANDOMSAMATCH qtypes.
2003-08-23 15:21:58 +00:00