tjhunt
|
e51efd7ea7
|
MDL-6462 - Cloze (multianswer) question special character issues. Merged from MOODLE_16_STABLE.
|
2007-03-15 12:59:10 +00:00 |
|
skodak
|
b4c46a8b0f
|
MDL-8913 use proper returned reference assignment for forms elements (PHP4 trouble); merged from MOODLE_18_STABLE
|
2007-03-15 12:42:39 +00:00 |
|
tjhunt
|
277e551b88
|
Oops, reverting. Eloy had already fixed it.
|
2007-03-14 21:10:55 +00:00 |
|
tjhunt
|
2099d05dec
|
MDL-8232 - can't use = on TEXT colums with MSSQL - was breaking numerical question type upgrade.
|
2007-03-14 21:07:37 +00:00 |
|
thepurpleblob
|
3bf7621121
|
Fixed true/false bug due to new 'correctanswer' field.
|
2007-03-14 15:16:20 +00:00 |
|
thepurpleblob
|
532344b2cc
|
Fixed some hardcoded strings in GIFT format.
|
2007-03-14 14:09:57 +00:00 |
|
thepurpleblob
|
4089729b66
|
Use $this->error for only error report
|
2007-03-14 13:14:37 +00:00 |
|
thepurpleblob
|
f37015613c
|
MDL-8898
Improvements to error handling in question bank import/export.
|
2007-03-14 13:03:57 +00:00 |
|
tjhunt
|
0c6b4d2e81
|
Entity decoding only done the right number of times on import, not once too often.
Also, fix a notice and and Eclipse warning.
|
2007-03-13 16:27:24 +00:00 |
|
tjhunt
|
5b0dc681ad
|
Use the right string processing when outputting question text on import/export.
|
2007-03-13 16:24:13 +00:00 |
|
tjhunt
|
70ed76670e
|
Use the right string processing functions when outputting question names.
|
2007-03-13 16:20:41 +00:00 |
|
thepurpleblob
|
55c548682f
|
MDL-8857
Make numerical and essay question formats more consistent.
|
2007-03-12 16:32:52 +00:00 |
|
pichetp
|
92e2ed8f16
|
merge from 18_STABLE
|
2007-03-10 10:31:49 +00:00 |
|
tjhunt
|
5dba65907b
|
MDL-8177 - Random questions selected deleted questions. Merged from MOODLE_18_STABLE.
|
2007-03-10 00:34:05 +00:00 |
|
pichetp
|
fde0ef3922
|
merging from 18 STABLE
|
2007-03-09 05:50:55 +00:00 |
|
pichetp
|
46551466d8
|
modifs MDL-5650
|
2007-03-09 05:28:40 +00:00 |
|
toyomoyo
|
377314aee5
|
forgot to check this in
|
2007-03-09 02:59:52 +00:00 |
|
pichetp
|
38a2212c8f
|
merge from 18 STABLE MDL-8809
|
2007-03-08 07:10:12 +00:00 |
|
pichetp
|
a7b696ef38
|
merge from 18 STABLE MDL-8809
|
2007-03-08 07:02:53 +00:00 |
|
pichetp
|
fd0973ccaa
|
merging form 18 STABLE MDL-8809
|
2007-03-08 06:57:33 +00:00 |
|
pichetp
|
f6232d583e
|
merge from 18-STABLE MDL-8809
|
2007-03-08 06:53:36 +00:00 |
|
pichetp
|
0f22fa4157
|
merge from 18 (adding null) MDL-8806
|
2007-03-07 19:44:55 +00:00 |
|
pichetp
|
f0ee68f738
|
first modifications MDL-5650
|
2007-03-07 16:31:58 +00:00 |
|
tjhunt
|
08eef20df4
|
MDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE.
|
2007-03-06 18:00:23 +00:00 |
|
tjhunt
|
b030a630c0
|
MDL-8764 - In menus, show question categories from this course first, then published categories from other courses. Merged from MOODLE_18_STABLE.
|
2007-03-05 18:05:51 +00:00 |
|
pichetp
|
30917ac041
|
merge from 18-STABLE MDL-8389
|
2007-03-05 08:14:40 +00:00 |
|
pichetp
|
fe881becb2
|
merge from 18_STABLE MDL-8475
|
2007-03-03 04:43:50 +00:00 |
|
pichetp
|
2e7bdb5193
|
merging from 18_STABLE MDL-8588
|
2007-03-03 03:36:08 +00:00 |
|
pichetp
|
dcd4192a99
|
grading correctly small numbers MDL-8478 merge from 18_STABLE
|
2007-03-02 20:45:12 +00:00 |
|
pichetp
|
0cb014979d
|
merged from 18_STABLE MDL-8552
|
2007-03-02 14:09:07 +00:00 |
|
toyomoyo
|
a917db623e
|
adding backward compatitiblity for question restores
|
2007-03-02 08:04:05 +00:00 |
|
toyomoyo
|
5bff81aba6
|
replacing fieldsets with divs in small forms
|
2007-03-02 02:16:27 +00:00 |
|
toyomoyo
|
602b17e715
|
merged fixing indenting
|
2007-03-02 01:59:19 +00:00 |
|
tjhunt
|
3ed998f343
|
MDL-6773 - eliminate duplicate code for getting a list of question categories. Merged from MOODLE_18_STABLE.
|
2007-03-01 09:45:53 +00:00 |
|
jamiesensei
|
120e5cbf4c
|
fiexs MDL-8659 : Impossible to create Cloze type question in Moodle 1.8 beta
|
2007-03-01 07:45:22 +00:00 |
|
tjhunt
|
a24a414f24
|
When restoring numerical questions, don't create duplicate unit definitions. Merged from MOODLE_18_STABLE.
|
2007-02-28 17:18:28 +00:00 |
|
tjhunt
|
51e89d95f7
|
Improve validation code to match the recent improvements in shortanswer validation.
Also do some validation on the units entered to stop duplicate units being defined.
Merged from MOODLE_18_STABLE.
|
2007-02-28 17:17:40 +00:00 |
|
tjhunt
|
2cb16d8f9b
|
Minor improvement to validation code. Merged from MOODLE_18_STABLE.
|
2007-02-28 17:15:45 +00:00 |
|
tjhunt
|
3023608c83
|
Bug with editing essay questions.
|
2007-02-28 15:21:35 +00:00 |
|
moodler
|
6ba65fa08d
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +00:00 |
|
toyomoyo
|
9836d9c811
|
merged fix for MDL-8688, question pics should default to ''
|
2007-02-28 06:16:31 +00:00 |
|
tjhunt
|
846e754525
|
MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph Rézeau. Merged from MOODLE_18_STABLE.
|
2007-02-27 16:20:40 +00:00 |
|
tjhunt
|
5eb266d8aa
|
Improve quiz editing screen layout a little bit based on a usability suggestion in the forums.
Also, fix uppercase tag names in the tab row CSS, which did not work at DEVELOPER debug level.
Merged from MOODLE_18_STABLE.
|
2007-02-27 14:01:46 +00:00 |
|
thepurpleblob
|
7939a4a0cb
|
MDL-8563
$question->answer was swapped for $question->correctanswer in questiontype
for some reason! Compensated for in format type.
|
2007-02-21 14:20:46 +00:00 |
|
tjhunt
|
624cbc9c26
|
MDL-4793 - Option to show question text in the question bank.
Also, fix layout problems on the quiz editing screen.
Merged from MOODLE_18_STABLE.
|
2007-02-20 01:48:09 +00:00 |
|
tjhunt
|
b28e2577d7
|
MDL-8145 - Add more options to the add random questions dropdown.
|
2007-02-19 04:24:14 +00:00 |
|
moodler
|
e827a0fbeb
|
Merged inheritance fix from stable
|
2007-02-18 06:14:15 +00:00 |
|
moodler
|
0bf93fcbce
|
Merged fix from stable for typoCVS: ----------------------------------------------------------------------
|
2007-02-18 05:52:46 +00:00 |
|
vyshane
|
c7a990842f
|
Merged from 1.8.
|
2007-02-15 06:15:24 +00:00 |
|
thepurpleblob
|
dacc89ea1d
|
MDL-8347
I couldn't see anything wrong, so I have bodged it I suppose by changing the table layout slightly. This seems to be a problem reported around the net, but nobody has a definite solution.
|
2007-02-07 13:01:39 +00:00 |
|