thetrinity
8ec4b43554
Added code for escaping control characters with backslash.
2004-02-27 09:03:30 +00:00
moodler
bd9dd91015
Latest files from Denis
2004-01-14 16:56:39 +00:00
thetrinity
a9981ba619
Implemented Matching Questions.
2004-01-13 14:32:18 +00:00
thetrinity
f70567fee5
Fixed typo and minor polishing.
2004-01-12 03:54:24 +00:00
moodler
e9f289635d
Added strings for WebCT Import format
2004-01-11 02:50:41 +00:00
moodler
998ebd420a
WebCT Import format!! (untested)
...
Contribution from Denis Rebaud!
2004-01-11 02:43:16 +00:00
thetrinity
7692b869ef
Converted to UNIX file type.
2004-01-10 09:50:14 +00:00
thetrinity
9249e3ab4e
Fixed typo
2004-01-10 09:39:28 +00:00
thetrinity
87e6dacbdf
examples.txt added
2004-01-10 03:39:14 +00:00
thetrinity
4300aa4c58
Integrated Multiple Answers and inline comments options. Made examples.txt. Documentation now moved.
2004-01-10 03:35:11 +00:00
thetrinity
24c70149ad
Changed to UNIX file type and removed tabs for documentation. o U
2004-01-06 02:19:11 +00:00
thetrinity
d0f86d1654
Brings documentation up to date with rev.1.2 of gift/format.php
2004-01-06 01:49:32 +00:00
moodler
0787779dad
Latest version from Paul Shew
2003-12-22 15:09:25 +00:00
moodler
1a5a3ccf24
Removed old versions of quiz format plugins
2003-12-17 15:32:45 +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
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
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