poltawski
071d36c917
MDL-6386 - Regression from MDL-6462, lost stripslashes in CLOZE question,
...
thanks to Joseph Joseph Rézeau for his attention to this issue
Backported from MOODLE_18_STABLE
2007-03-17 22:57:06 +00:00
tjhunt
97feab527e
MDL-6462 - Cloze (multianswer) question special character issues. Merged from MOODLE_16_STABLE.
2007-03-15 12:59:20 +00:00
tjhunt
3696a3723e
Oops, reverting. Eloy had already fixed it.
2007-03-14 21:10:59 +00:00
tjhunt
8fa821d514
MDL-8232 - can't use = on TEXT colums with MSSQL - was breaking numerical question type upgrade.
2007-03-14 21:08:23 +00:00
thepurpleblob
87c39bf549
Fixed true/false bug due to new 'correctanswer' field.
2007-03-14 15:15:27 +00:00
tjhunt
cd4469af52
Entity decoding only done the right number of times on import, not once too often.
...
Also, fix a notice and and Eclipse warning.
Backported from HEAD.
2007-03-13 16:27:52 +00:00
tjhunt
01d0a4f289
Use the right string processing when outputting question text on import/export. Backported from HEAD
2007-03-13 16:24:36 +00:00
tjhunt
8f8f6e7c92
Use the right string processing functions when outputting question names. Backported from HEAD
2007-03-13 16:21:07 +00:00
thepurpleblob
af17ae8a1b
MDL-8857
...
Make numerical and essay question formats more consistent.
2007-03-12 16:29:45 +00:00
tjhunt
4b1f48e2ae
MDL-8177 - Random questions selected deleted questions. Backported from MOODLE_18_STABLE.
2007-03-10 00:34:35 +00:00
pichetp
5530732c16
merge from 18 merged
2007-03-09 06:02:16 +00:00
tjhunt
837588a772
MDL-8349 - responses not being filtered in history display. Backported from MOODLE_18_STABLE.
2007-03-06 18:00:39 +00:00
pichetp
bf18b2aa09
ggrading small numbers MDL-8478 merge from 18_STABLE
2007-03-02 21:14:48 +00:00
moodler
1ac2df9163
adding backward compatibility for question restore
2007-03-02 08:01:47 +00:00
moodler
4876f94726
should be manualcomment
2007-03-02 05:20:39 +00:00
moodler
c5c47d0c43
fix for MDL-8491, feed back for essay questions not backed up
2007-03-02 04:51:31 +00:00
tjhunt
85a430d5be
MDL-8145 - Add more options to the add random questions dropdown.
2007-02-19 04:24:09 +00:00
vyshane
7df5ccc871
Fix for MDL-8072 - 'In the "Quiz" activity with the "Adaptive Mode" on, the "Multiple Choice" a message informing the student was penalized with the Penalty Factor is displayed when the answer given by the student is correct.'
2007-02-15 06:05:01 +00:00
thepurpleblob
0115262560
MDL-8349
Some of the overidden methods had got out of sync with parent class.
2007-02-07 11:34:53 +00:00
thepurpleblob
7c944b7cbe
MDL-8450
Added support for including question categories in a quiz export.
Also a bit of format tidy up and fix a misshandled sesskey.
2007-02-07 10:27:13 +00:00
gbateson
e8dc4c6cb1
omit empty answers from JQuiz import
2007-02-03 00:35:54 +00:00
thepurpleblob
877d109b01
MDL-8342
PHP5 migration thing causing string offset fatal error when data not present in XML file. Added some checks.
2007-01-30 15:12:49 +00:00
thepurpleblob
4a08d3bac9
Output was missing utf8 meta tag.
2007-01-30 13:54:43 +00:00
stronk7
14da408e08
Adding two helper functions and modify upgrade to
...
work properly under MSSQL and Oracle. MDL-8303
2007-01-26 20:44:57 +00:00
stronk7
7c018f428c
Changing some stripslashes() to stripslashes_safe() because it
...
was causing some real backslashes to be lost in some qtypes. MDL-8217
2007-01-22 23:13:47 +00:00
tjhunt
f470cf47b7
Fix multiple-choice multiple-answer grading code.
2007-01-16 17:50:18 +00:00
thepurpleblob
e43202e7a3
MDL-8100, defaultgrade not imported.
Question obect initialisation and value import wrong way round - whoops!
2007-01-16 12:10:40 +00:00
thepurpleblob
e70d37080c
MDL-8130 Number of improvements to check name length and improve HTML Entity handling. Thanks to Paul Ortman.
2007-01-16 11:19:49 +00:00
gbateson
0cf15fb3e6
prevent backslashes being inserted before #-sign in HTML entities by converting html-entities to UTF-8 when importing from Hot Potatoes quizzes into Moodle 's standard Quiz module
2007-01-07 12:37:37 +00:00
thepurpleblob
d367b64be3
MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209
the default for shuffleanswers is now set to the configured value.
2007-01-05 11:55:01 +00:00
thepurpleblob
862dd9d01a
MDL-7913
Improved category detection (again) to extract all characters.
2007-01-05 10:33:05 +00:00
tjhunt
f3f60456ff
MDL-7975 - Make import and export of truefalse questions more reliable. Merged from MOODLE_16_STABLE.
2006-12-18 18:06:56 +00:00
tjhunt
e0e1d29889
MDL-7972 - improve GIFT import export for truefalse questions.
...
Also clean up whitespace in question/format/gift/format.php - Merged from MOODLE_16_STABLE.
MDL-7928 - Numerical question type should use * for the match anything answer - GIFT format part.
2006-12-18 16:38:02 +00:00
tjhunt
62a29aa8e0
MDL-7928 - Numerical question type should use * for the match anything answer.
2006-12-15 18:30:14 +00:00
tjhunt
b2681766d7
MDL-7925 - description question types were being created with defaultgrade = 1. It should be zero, so fix the bug, and reset any wrong ones in the database.
2006-12-15 15:41:32 +00:00
tjhunt
6b66913982
Correct comment punctuation.
2006-12-14 11:45:28 +00:00
tjhunt
3c4e7ea962
MDL-7602 - Multianswer question type only works with invalid HTML.
2006-12-12 08:58:25 +00:00
tjhunt
3d83f4255a
MDL-7896 - error from random question type in adaptive mode. Merged from MOODLE_16_STABLE.
2006-12-11 23:46:01 +00:00
tjhunt
d2ae521e17
MDL-7804 - Essay questions do not backup properly. Merged from MOODLE_16_STABLE.
2006-12-05 18:47:12 +00:00
tjhunt
11f0eb9979
Add $level parameters to each backup method. Merged from MOODLE_16_STABLE.
2006-12-05 18:14:32 +00:00
tjhunt
257343b354
MDL-7719 - Essay question feedback box too small.
2006-12-04 16:21:31 +00:00
thepurpleblob
c23b03b50c
Improved regexp for category switch
2006-12-01 16:04:46 +00:00
thepurpleblob
02cac21426
Question category can now be specified in Moodle XML format.
2006-11-29 14:26:47 +00:00
thepurpleblob
ee031ca12d
Added ability to specify destination category within GIFT file.
...
MDL-4163
2006-11-29 13:33:44 +00:00
thepurpleblob
2332c5b8da
Fixed a notice. Tidied up format class call a bit. Added provision
...
for categories to be specified within import files - MDL-4163.
2006-11-29 13:30:41 +00:00
tjhunt
3b117ede45
MDL-7720 - non-unicode-safe case-insensitive string comparison in shortanswer question type.
2006-11-28 18:43:44 +00:00
tjhunt
af5f09db42
Put back spaces in code that Martin Dougiamass stripped out of the lang strings without thinking about the consequences.
2006-11-28 18:38:59 +00:00
thepurpleblob
1060c5998e
Fix for MDL-7703 - scope problem sorted by moving all functions inside the class
...
Also fixed a bunch of notices
2006-11-28 15:13:25 +00:00
thepurpleblob
9f5d13105d
Examview 'SA' type questions now supported. Maps to Essay questions
2006-11-28 11:49:58 +00:00
thepurpleblob
777816e6c7
Fixed typo and a notice when question type is not supported.
2006-11-28 09:25:52 +00:00