gbateson
beef81db81
MDL-18883: fix setting of absolute urls for images in subfolders of course files
2009-04-17 01:50:11 +00:00
mudrd8mz
f847d9f546
MDL-18644 Both if and else end with return therefore another return afterwards is
...
obsolete. Also, "return true" at top of the function renders all the
following code useless
2009-03-23 09:47:45 +00:00
thepurpleblob
80fe7b9ef7
MDL-18555:
...
Adding better handling for unsupported question types.
2009-03-16 14:19:46 +00:00
thepurpleblob
7d8f12b630
MDL-18390:
...
Now looks up the questiontype name correctly.
2009-03-16 13:43:19 +00:00
thepurpleblob
4e334e2d89
MDL-18390 - now correctly looks up name of questiontype from language pack
2009-03-11 13:15:32 +00:00
thepurpleblob
a34725b3eb
MDL-18390
...
Corrected handling of unsupported question types and added new language file
to remove hard coded strings.
2009-03-04 10:25:23 +00:00
tjhunt
86bfbf6d5a
Aiken question import: MDL-18423 Greater robustness when parsing.
2009-03-03 05:12:06 +00:00
tjhunt
51d6e3d5b9
Add missing Id tags to all files under question, to help the unmerged files script.
2009-02-19 01:09:33 +00:00
thepurpleblob
db784f7936
MDL-17779
...
Add simple check that question at least has questiontext before allowing it.
2009-01-05 15:20:11 +00:00
thepurpleblob
d178d3a213
MDL-16570
...
Use CDATA sections for text where required. More readable and less error
prone.
2008-09-19 09:58:57 +00:00
thepurpleblob
ca1a880ffd
MDL-16198
...
Blackboard V6+ can now handle the .dat file directly as an option to the .zip file
Some changes needed to recover the original filename.
2008-08-28 13:43:25 +00:00
thepurpleblob
2f26b249c0
MDL-16252
...
Fixed some notices with essay questions when there is no feedback
2008-08-28 10:57:50 +00:00
thepurpleblob
a2055ae57f
MDL-16250
...
Added support for Essay type questions
2008-08-28 10:04:23 +00:00
tjhunt
37cd57495b
MDL-16056 - Aiken format should treat input as plain text, and so escape HTML special characters.
2008-08-15 03:13:39 +00:00
thepurpleblob
3da5676e18
MDL-15885
...
QTI fixes from Niall Barr
2008-08-04 10:07:54 +00:00
tjhunt
cdd3f7f3ea
MDL-14413 - Invalid function name - is_image_by_extentsion in QTI export
2008-07-15 09:18:38 +00:00
scyrma
4770b4b6b3
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually
2008-07-10 09:48:43 +00:00
thepurpleblob
4edbf22f28
MDL-15473
...
Fixed typo causing the image location to be ignored if the base_64 image is not included.
2008-07-07 11:51:57 +00:00
tjhunt
50f45baff1
MDL-14764 - Imported multichoice questions may have a blank answernumbering value, which results in an "ERR" prefix to all answers' text. Thanks to Nate H for the fix.
2008-05-27 13:42:28 +00:00
thepurpleblob
0393331c13
MDL-14406
...
Ensure 'length' field for description type questions is 0 and that
default for all questions is 0
2008-05-01 12:08:04 +00:00
joseph_rezeau
c07d5ff235
emoved mistakenly committed clozejr format
2008-04-06 17:46:55 +00:00
joseph_rezeau
62382645cb
closejr small hack to "pseudo-export" the questions inside a category into a new, unique cloze/multianswer question - by Joseph R?zeau
2008-04-06 17:14:27 +00:00
thepurpleblob
91fa457ea2
Added check for <text> fields that contain markup (an error!)
2008-02-12 11:55:33 +00:00
gbateson
369865830c
MDL-13048 fix undefined course id when importing a Hot Potatoes quiz into the Lesson module
2008-02-05 04:09:58 +00:00
gbateson
cfce2efbf3
fix for MDL-13174 : replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP 4
2008-01-31 07:26:08 +00:00
thepurpleblob
3ed692737c
MDL-12016:
...
Read xml structure correctly to get category path
2008-01-15 14:50:24 +00:00
toyomoyo
095c40469a
MDL-12346, lesson module GIFT import fails
2007-11-29 04:31:14 +00:00
tjhunt
5cf2c57a22
Minor whitespace fixups.
2007-11-02 16:19:54 +00:00
tjhunt
4a4b110509
MDL-11825 - Force penaltyfactor to 1 for truefalse questions on GIFT import, as is done on the editing form. Merged from MOODLE_18_STABLE.
2007-10-25 09:43:09 +00:00
thepurpleblob
290084cfdc
MDL-11769:
...
question name is properly truncated to less than 255 characters tom
stop PostGRES choking.
2007-10-15 13:50:16 +00:00
nicolasconnault
ca005e23f7
MDL-10905 iterating properly through readdir()
2007-10-15 05:42:20 +00:00
gbateson
8ee76d1ffe
where the correct responses on a JQuiz multiple choice question all have a score of 0%, the scores will be corrected to 100%
2007-10-15 00:59:03 +00:00
skodak
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00
thepurpleblob
6f8481ec0a
MDL-11425:
...
Process the text properly for the category path.
Merged from STABLE_18.
2007-10-09 10:16:01 +00:00
skodak
42626376f3
MDL-11442 removed last instances of global $course
2007-09-27 08:18:28 +00:00
tjhunt
4ab4dcb27a
MDL-10916 - Import and Export of Cloze question misses out "generalfeedback" column. Merged from MOODLE_17_STABLE.
2007-09-24 14:17:23 +00:00
thepurpleblob
ad2cd664d7
Typo!
...
Merged from STABLE_18
2007-09-18 12:30:19 +00:00
pichetp
7ba1111637
Correcting a little error: datesetitem = array(); instead of datasetitem = array();
...
line +-550 $question->dataset[$datasetname]->datasetitem = array();
2007-09-07 02:38:02 +00:00
thepurpleblob
13e88db4a2
MDL-10819:
...
GIFT now exports grade fractions for numeric questions
Merged from STABLE_18
2007-08-20 10:36:30 +00:00
thepurpleblob
d510ec64b6
MDL-10902:
...
Whoops! Overwrote question object. Variable name changed
Thanks to Adriane Boyd for spotting that one.
Merged from STABLE_18
2007-08-18 09:33:45 +00:00
thepurpleblob
4433fff5a8
Moved check for plugin import/export to the start rather than the end
...
Merged from STABLE_18
2007-08-17 09:47:51 +00:00
thepurpleblob
228b6f6b1d
MDL-10785:
...
empty() changed to !isset()
Merged from STABLE_18
2007-08-10 07:17:46 +00:00
jamiesensei
271e6decda
merging MOODLE_19_QUESTIONS with HEAD
2007-08-09 21:51:09 +00:00
thepurpleblob
64de04fb09
Added hooks to qtype import/export
2007-08-09 14:12:12 +00:00
thepurpleblob
392238d626
Was not checking error return from plugin export properly
2007-08-08 15:23:11 +00:00
thepurpleblob
a41e328736
MDL-6367:
...
First shot at import/export support in plugins.
2007-08-08 10:45:09 +00:00
thepurpleblob
c56abad900
MDL-10680:
...
subquestions/subanswers needed swapped for matching questions
Merged from STABLE_18
2007-08-01 13:44:35 +00:00
thepurpleblob
1b36a58597
MDL-10239:
...
Improper check for correct answer in true/false questions
2007-07-26 15:08:16 +00:00
thepurpleblob
e8825e724b
MDL-10531:
...
GIFT now handles Essay and Description type questions. See help/docs.
Merged from STABLE_18
2007-07-21 07:39:22 +00:00
thepurpleblob
e53ff7f60a
MDL-10380:
...
Check for randeredmatch plugin done using array_key_exists() for PHP4
compatibility
MDL-10317:
Question name is now the question ID, rather than the question text.
2007-07-13 08:36:14 +00:00