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
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
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
selliott
52dd8d7dbf
selliott - Fixed mixup in feedback for true/false questions
2003-08-08 18:06:41 +00:00
kaipe
8b439f8c16
New question type - multianswer
2003-08-01 08:37:11 +00:00
moodler
48705c8d40
Latest fixes from Thomas Robb - thanks Thomas!
2003-07-29 04:18:01 +00:00
moodler
a6e5c89237
Changes to includes to make it more robust on different versions of PHP
...
while remaining secure
2003-06-12 12:00:15 +00:00
moodler
8c8a042559
Rmoved dot
2003-06-12 03:42:55 +00:00
moodler
34c84a186c
Extensions for grades and comments from Thomas Robb.
2003-06-12 03:01:56 +00:00
moodler
a5f25c0165
No need to shuffle the answers of multi-choice questions
2003-06-09 14:05:37 +00:00
moodler
be23a53ca9
Some fixes, after some testing
2003-05-21 06:10:43 +00:00
moodler
79da6d8717
Change to parsing to allow answers in any order - needs testing
2003-05-21 05:00:44 +00:00
moodler
f5fb84cee7
Small bug fixed where last question of a file wasn't detected if it
...
wasn't followed by a blank line
2003-05-07 05:46:01 +00:00
moodler
005103e0bc
Changed some function names, making room for export functions later
2003-05-03 04:31:49 +00:00
moodler
c6bcd06aba
Tidied up the quiz imports a bit, and added AON as a format choice
...
Also added Scott Elliott's Blackboard module!
2003-05-02 15:31:24 +00:00
moodler
c6eed09730
New "create multiple questions" wizard.
...
Improvements to the importing routine for AON
2003-04-10 17:55:57 +00:00
moodler
c05eca327c
Importing improved to include pre and post-processing.
...
Removal of Random Matching code from the generic case.
Implementing a particular custom import style aon.php
2003-04-10 13:12:40 +00:00
moodler
df103e8212
Questions now have a defaultgrade column (which defaults to 1)
...
... this grade is used as the default grade when adding questions
to a quiz.
At the moment it's just so that some imported questions can have
different defaults, but a field should be added to all question
editing pages.
2003-03-03 17:43:13 +00:00
moodler
95dbc030a8
First version of code to implement new "Random Matching" type
...
of questions. These use 2 or more short answer questions at
random to construct a questions where you have to match
answers to questions. Only lightly tested so far.
Quiz questions can now be edited with Richtext editor.
Sundry little fixes along the way.
2003-02-24 10:37:56 +00:00
moodler
a01b257195
Little changes
2003-02-17 18:13:41 +00:00
moodler
49220fa70c
Various quiz changes. Most importantly is the new framework for importing
...
quiz questions. Importing works but is still being tested.
2003-02-16 07:08:57 +00:00