pichetp
5e0da4b5ee
MDL-11867 setting real null when response is null in calculated question merged from
...
head
2007-11-01 00:36:04 +00:00
pichetp
439e93b27f
solving MDL-7496 for calculated merged from head
2007-10-31 02:44:34 +00:00
pichetp
5234b78232
solving MDL-7496 for calculated merge from head
2007-10-31 02:34:33 +00:00
tjhunt
06ff2489ae
Fix notice.
2007-10-30 17:52:43 +00:00
tjhunt
f312622c4e
MDL-11825 - Force penaltyfactor to 1 for truefalse questions on GIFT import, as is done on the editing form.
2007-10-25 09:42:19 +00:00
tjhunt
dc99997eac
MDL-11708 - Zero answers are not allowed in Matching questions - sometimes I hate PHP.
2007-10-22 16:56:24 +00:00
tjhunt
32a6bb301e
MDL-11824 - Literal asterisk (\*) in shortanswer question not handled correctly by get_correct_responses + Unit tests.
2007-10-22 15:36:50 +00:00
thepurpleblob
01c48affff
MDL-11769:
...
question name is properly truncated to less than 255 characters tom
stop PostGRES choking.
2007-10-15 13:48:48 +00:00
nicolasconnault
f60ecf6045
MDL-10905 iterating properly through readdir()
2007-10-15 05:42:36 +00:00
gbateson
4ad794c524
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:55:51 +00:00
iarenaza
e0f57f0d56
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-10 21:09:18 +00:00
tjhunt
bc93860e9f
MDL-11703 - escaped *'s in shortanswer answers were not matching properly.
2007-10-10 15:26:22 +00:00
thepurpleblob
1bb56f97c5
MDL-11425:
...
Process the text properly for the category path.
2007-10-09 10:08:36 +00:00
pichetp
26b131922b
checking that there remain $oldwrappedids before deleting them lines 87-..
...
add if(is_array($oldwrappedids) && count($oldwrappedids)){
2007-10-06 21:06:21 +00:00
pichetp
f67882c305
missing global $CFG ; line 577
...
function save_dataset_items($question, $fromform){
global $CFG;
2007-10-06 19:10:28 +00:00
tjhunt
048373691e
MDL-10843 - Backporting lang string search changes from HEAD, so question type plugins can have their help file inside their lang folder.
2007-10-03 14:01:08 +00:00
tjhunt
4e557706d3
MDL-5327 - When making up a default question name from the question text, strip any HTML tags.
2007-09-27 06:53:59 +00:00
tjhunt
df4847fc1b
Get rid of duplicate $Id$ tags.
2007-09-26 10:23:10 +00:00
tjhunt
b424feb1cd
MDL-10916 - Import and Export of Cloze question misses out "generalfeedback" column. Merged from MOODLE_17_STABLE.
2007-09-24 14:17:18 +00:00
tjhunt
c6b4a16884
MDL-11316 - Extra slashes appearing in the correct answer of shortanswer questions when they contain a slash.
2007-09-21 18:28:31 +00:00
tjhunt
f5446711d2
MDL-9952 - Cant escape # by using \ in a Cloze question.
2007-09-21 16:17:53 +00:00
tjhunt
aac5f17176
XHTML Strict in question state history table.
2007-09-20 15:09:45 +00:00
tjhunt
af8288c0e6
MDL-10671 - Content on question import and export pages sitting on the left side.
2007-09-19 17:57:52 +00:00
tjhunt
0920afeddc
MDL-10824 - spaces in javascript URLs are not strictly valid.
2007-09-19 17:44:37 +00:00
thepurpleblob
cf71b80e65
Typo!
2007-09-18 12:29:06 +00:00
tjhunt
dc1a8255ba
MDL-11317 - Slashes displayed in incorrect responses for short answer questions. Fix by adding stripslashes in the appropriate place.
2007-09-18 12:15:10 +00:00
tjhunt
edd33b96b3
MDL-11310 - Multichoice edititing form should have space for 5 answers by default
2007-09-17 14:39:37 +00:00
thepurpleblob
fc1981bb71
Forgot to take out duplicate question count check.
2007-09-17 10:59:32 +00:00
thepurpleblob
3404e92ced
MDL-11279:
...
Code was not properly checking for empty category.
Check moved to right place and proper print_error() function called as appropriate
2007-09-17 10:54:22 +00:00
tjhunt
9bee6187e4
MDL-11271 - The closing bracket "}" can't be used in cloze question type. Now, you can excape a closing } with a backslash. Do feedback, as well as answer.
2007-09-14 09:42:40 +00:00
tjhunt
4764cb3ee8
MDL-11271 - The closing bracket "}" can't be used in cloze question type. Now, you can excape a closing } with a backslash.
2007-09-14 09:34:40 +00:00
tjhunt
7d0ffb0fe6
MDL-11231 - Missing "correct" tick in Close question with answer '0'.
2007-09-13 10:46:39 +00:00
pichetp
5d72dbbe9d
Correcting a little error: datesetitem = array(); instead of datasetitem = array();
...
line +-550 $question->dataset[$datasetname]->datasetitem = array();
2007-09-07 02:42:37 +00:00
nicolasconnault
bc1d20eea9
MDL-9005 Fixed this and another multilang issue (module name in preview didn't filter multilang tags either).
2007-08-28 13:22:02 +00:00
jamiesensei
53f6ee19bd
adding code for check for rqp questions and also small update to code for checking for random questions that fixes a small issue with the display of the error message.
2007-08-22 05:35:43 +00:00
Martin Langhoff
f5c39e0b23
cvsimport fixups
2007-08-29 13:13:58 +12:00
thepurpleblob
b05c975e30
MDL-10819:
...
GIFT now exports grade fractions for numeric questions
2007-08-20 10:34:20 +00:00
thepurpleblob
908a8949b3
MDL-10689:
...
No questions imported if "stop on error" selected and there are invalid grades.
2007-08-20 10:05:40 +00:00
thepurpleblob
dc4495783d
MDL-10902:
...
Whoops! Overwrote question object. Variable name changed
Thanks to Adriane Boyd for spotting that one.
2007-08-18 09:32:09 +00:00
thepurpleblob
75ca3e0d01
Moved check for plugin import/export to the start rather than the end
2007-08-17 09:46:51 +00:00
tjhunt
1c5d61d928
MDL-10799 - Question types do not accurately determine whether their state has changed or not.
2007-08-10 15:21:16 +00:00
tjhunt
b766a48f3f
MDL-10786 - Short Answer questions will not allow 0 as the sole answer
2007-08-10 10:48:27 +00:00
thepurpleblob
581ca3d354
MDL-10785:
...
empty() changed to !isset()
2007-08-10 07:16:36 +00:00
thepurpleblob
bfbe9c52c1
Added hooks to qtype import/export
2007-08-09 14:11:08 +00:00
thepurpleblob
82cb7fe78c
MDL-6367:
...
Backporting quiz import/export for plugins
2007-08-09 08:43:23 +00:00
tjhunt
809651502d
MDL-10737 - Increase size of short answer text entry box
2007-08-07 12:39:33 +00:00
tjhunt
5573a51843
MDL-10709 - Shortanswer resonses should be trimmed before being saved in the database.
2007-08-03 14:26:33 +00:00
thepurpleblob
f4c0f3d062
MDL-10680:
...
subquestions/subanswers needed swapped for matching questions
2007-08-01 13:43:29 +00:00
tjhunt
1e6eb9da35
MDL-10663 - fix stupid typo on the stable branch. Somebody shoot me!
2007-07-31 09:38:52 +00:00
tjhunt
66f8778519
MDL-10661 - another bloody invisiblefieldset bug.
2007-07-30 22:14:16 +00:00