42 Commits

Author SHA1 Message Date
thepurpleblob
cb04e0d664 Now picks up default $question object. Bug #4752 2006-02-13 15:48:48 +00:00
thepurpleblob
3861020201 Merged from STABLE 2005-09-16 09:46:59 +00:00
thepurpleblob
3c6c0e2522 Merged from STABLE 2005-09-16 09:32:00 +00:00
thepurpleblob
56a6ee0f75 Newlines in question text now supported by inserting \n. Works with
export and import.
2005-08-10 10:58:21 +00:00
thepurpleblob
c4f9996d64 Numerical questions now work with recent database changes. 2005-05-17 14:49:55 +00:00
thepurpleblob
875c308e6c Added an example of specifying questiontext text format 2005-05-16 12:38:21 +00:00
thepurpleblob
0f27fa6bda Now allows questiontext text format to be specified. 2005-05-16 12:35:46 +00:00
thepurpleblob
e7a27eeb87 fixed typo. 2005-05-10 10:31:41 +00:00
thepurpleblob
2e2183688a Export now works with objects generated in questiontype classes. 2005-05-09 10:24:18 +00:00
thepurpleblob
0b3c25f5d2 Checks for more than 10 answers where required. Fix for bug #3066 2005-05-03 16:20:34 +00:00
thepurpleblob
0458f07aaf GIFT export collapses multiple line questions to fit with the GIFT 'spec'. 2005-04-20 10:13:38 +00:00
thepurpleblob
0ae982231f Import/export changed so that available formats are automatically detected.
Classes now have discrete names and methods to identify import/export
capability added. Detecting function factored out into locallib.php
2005-04-20 09:08:25 +00:00
moodler
31a2b4f150 DOn't die with an error on an unsupported question type ... try to continue. 2005-04-01 12:13:45 +00:00
thepurpleblob
84a93f1c24 Added empty array into question object for multiplier field in numeric questions
Stops a bunch of warnings when quiz is imported
2005-01-24 15:45:20 +00:00
thepurpleblob
37df8c250c Fixed typo that has crept in. 2004-12-20 15:31:27 +00:00
thepurpleblob
0cc29b85c4 Fixed typo in escaping exported text. 2004-12-13 17:28:34 +00:00
thepurpleblob
77cfab9ba9 Now correctly escapes 'reserved' characters when exporting GIFT format. 2004-12-12 10:48:05 +00:00
thepurpleblob
3397020814 Bug in export of multichoice-multianswer questions fixed.
Thanks to Nguyen Tuan Anh for spotting this and providing the fix!
2004-12-09 16:18:23 +00:00
gustav_delius
d1290cec39 fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
moodler
fcb8e1a4eb Replacing the examples.txt that Howard deleted accidentally ;-) 2004-08-27 04:41:42 +00:00
moodler
2c6d8d1d60 Fixed some typos as per bug 1717 2004-08-17 05:25:05 +00:00
thepurpleblob
28e9d5d789 Whoops got rid of xml stuff - sorry my mistake 2004-08-06 15:06:17 +00:00
thepurpleblob
b2bf1d1d11 Copied from gift directory by mistake - removing 2004-08-06 14:52:56 +00:00
thepurpleblob
852a8212aa XML export kinda works now. 2004-08-06 14:31:30 +00:00
thepurpleblob
0890110fbc vaguely working version of xml export - much more work needed though 2004-08-06 13:03:33 +00:00
thepurpleblob
cbc83a240e Added 'right answer' feedback to true/false questions. 2004-07-07 09:15:33 +00:00
thepurpleblob
a9c3253689 Added stub for exporting Cloze questions - generates 'not supported' message. 2004-07-06 14:29:25 +00:00
thepurpleblob
1218d4702e Added remaining question types for export 2004-06-30 10:19:20 +00:00
thepurpleblob
a2db69caf7 Export classes added, not yet complete however 2004-06-29 09:26:51 +00:00
thepurpleblob
c2df1c2ec2 changed define to string assignment to prevent multiple defines notification
in true false questions added initialisation of both true and false feedback
  to kill notification in lib.php when question is stored
2004-06-18 08:41:16 +00:00
thetrinity
8ec4b43554 Added code for escaping control characters with backslash. 2004-02-27 09:03:30 +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
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
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