Eloy Lafuente (stronk7)
2b4dcfdcbd
Merge branch 'MDL-28686-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-09-27 00:54:49 +02:00
Eloy Lafuente (stronk7)
0518140c31
Merge branch 'MDL-28202_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 22:28:47 +02:00
Eloy Lafuente (stronk7)
ba1afa0d95
Merge branch 'MDL-29528_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 21:44:49 +02:00
Tim Hunt
f8431a1933
MDL-29528 qtype multichoice and caclulated combined feedback format overwritten during upgrade.
2011-09-26 13:39:11 +01:00
Sam Hemelryk
d496829c61
Merge branch 'MDL-29484_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 13:55:27 +13:00
Tim Hunt
51fd4dd261
MDL-29493 questions should be createable with defaultmark a float.
2011-09-23 12:52:39 +01:00
Tim Hunt
dddcaf6b6b
MDL-29484 qformat xml tests failing.
2011-09-23 12:09:31 +01:00
Kyle Temkin
18d81bdb3c
MDL-28202 qtype_calculated fix edge case in the rounding code.
2011-09-22 12:14:44 +01:00
Eloy Lafuente (stronk7)
5af8bbf854
Merge branch 'MDL-28679_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-20 00:04:17 +02:00
Sam Hemelryk
955f15a71f
Merge branch 'MDL-29366_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-19 19:20:17 +12:00
Tim Hunt
08d1ba7106
MDL-28679 question response history displays states incorrectly.
2011-09-16 16:05:59 +01:00
Tim Hunt
e9197a3711
MDL-29366 qtype_essay import/export as Moodle XML loses files from graderinfo
2011-09-16 12:00:40 +01:00
Tim Hunt
25aa44ea97
MDL-28259 Individual answers Feedback not shown in Cloze questions
2011-09-16 11:59:02 +01:00
Eloy Lafuente (stronk7)
9c89f307f8
Merge branch 'MDL-29141_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 13:01:57 +02:00
Sam Hemelryk
ce4285c883
Merge branch 'MDL-28564_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 13:59:26 +12:00
Eloy Lafuente (stronk7)
6e582f1632
Merge branch 'MDL-29064_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 02:52:55 +02:00
Eloy Lafuente (stronk7)
1dd41f0eb1
Merge branch 'MDL-29062_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 02:40:08 +02:00
Tim Hunt
362d5c1ed1
MDL-29141 question bank show question text checkbox does not match state.
2011-08-26 17:01:52 +01:00
Henning Bostelmann
d5ae2ed112
MDL-28686 QE2 upgrade: recognize manually graded, deleted questions
2011-08-26 14:37:49 +01:00
Eloy Lafuente (stronk7)
97e4e3953a
MDL-28684 QE2 upgrade: fix undefined $a regression. Thanks Henning!
2011-08-25 15:54:41 +02:00
Eloy Lafuente (stronk7)
ddec658859
Merge branch 'MDL-28684_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 17:12:18 +02:00
Tim Hunt
e9f707d38a
MDL-28684 fix failing unit test - which means fix the acutal code.
...
Sorry for the noise.
2011-08-24 16:02:40 +01:00
Eloy Lafuente (stronk7)
b61fd419e8
Merge branch 'MDL-28979_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 01:56:06 +02:00
Tim Hunt
8c412f122c
MDL-28942 qtype multichoice, multi-response. Avoid computing the wrong random guess score.
...
It is effectively impossible to compute the right random guess score, so we should not compute anything, rather than computing a number that we know is wrong.
This patch also fixes a multianswer unit test error that was shown up by this fix.
2011-08-24 01:53:26 +02:00
Eloy Lafuente (stronk7)
7a4a1f14ca
Merge branch 'MDL-28975_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 01:45:23 +02:00
Eloy Lafuente (stronk7)
80fc30b7bd
MDL-28684 QE2 upgrade: whitespace fix
2011-08-23 22:53:26 +02:00
Eloy Lafuente (stronk7)
251037cefd
Merge branch 'MDL-28684b-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-08-23 22:53:11 +02:00
Eloy Lafuente (stronk7)
3d95259d7e
Merge branch 'MDL-28444-21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-23 22:48:06 +02:00
Tim Hunt
0570e81ecb
MDL-29062 qtype multianswer refers to old name for the question_delete_questions function.
2011-08-23 08:54:15 +01:00
Tim Hunt
5ce736caa8
MDL-29064 qtype multianswer, question text should be a required field.
2011-08-23 08:41:00 +01:00
Tim Hunt
6310adb3f4
MDL-28564 question type importing, improve Jamie's fix.
2011-08-22 23:32:48 +01:00
Jamie Pratt
80fa621c50
MDL-28564 "implement support for extra answer fields in question export and
...
import" implemented support for extra answer fields in questiontype base
export and import functions.
2011-08-22 23:32:47 +01:00
Tim Hunt
60854b669a
MDL-28241 editing multianswer questions broken since the fix for MDL-24594.
2011-08-22 22:36:37 +01:00
Tim Hunt
3d233b9dab
MDL-28444 unit test to verify the fix.
2011-08-20 13:18:05 +01:00
Henning Bostelmann
5c364504a6
MDL-28444 synchronized datasets: fix typo in get_variants_selection_seed()
2011-08-20 11:45:41 +01:00
Henning Bostelmann
ec5f40b1a9
MDL-28684 QE2 upgrade: recognize empty answer in multichoice questions
2011-08-19 10:33:55 +01:00
Tim Hunt
96bab3e01d
MDL-28979 qtype match: correct answer formatted badly.
2011-08-18 13:51:18 +01:00
Tim Hunt
0a20ddbe7d
MDL-28975 question engine, JavaScript error in IE.
2011-08-18 13:50:24 +01:00
Eloy Lafuente (stronk7)
ad307c7121
Merge branch 'MDL-28349_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 15:40:00 +02:00
Eloy Lafuente (stronk7)
c89c390759
Merge branch 'MDL-28652_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 00:29:23 +02:00
Eloy Lafuente (stronk7)
25bde46869
Merge branch 'MDL-28653_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 00:25:46 +02:00
Eloy Lafuente (stronk7)
88b340161b
Merge branch 'MDL-28655-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-08-17 00:07:44 +02:00
Tim Hunt
7f10fbbf5f
MDL-28349 error when GIFT-importing essay questions.
2011-08-15 16:18:03 +01:00
Tim Hunt
d3fd75d21d
MDL-28639 question import should set timemodified and modified by.
...
Thanks to Jean-Michel Vedrine for the fix.
2011-08-15 14:56:45 +01:00
Tim Hunt
8ad92a30f1
MDL-28438 Aiken question import broken since MDL-24594.
2011-08-15 14:47:16 +01:00
Eloy Lafuente (stronk7)
9271414522
Merge branch 'MDL-27631_21' of git://github.com/mkassaei/moodle into MOODLE_21_STABLE
2011-08-10 03:06:52 +02:00
Tim Hunt
dc4bff71a2
MDL-28653 question output. Add a class to the main div based on question state.
...
This makes it possible themes do cool things. For example change more of the display depending on whether the answer was correct or not.
2011-08-09 11:32:18 +01:00
Henning Bostelmann
fe34282df6
MDL-28655 qtype_calculated question engine upgrade: fix return value
2011-08-09 09:15:33 +01:00
Eloy Lafuente (stronk7)
6b4422a086
Merge branch 'MDL-28604_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-09 09:42:59 +02:00
Tim Hunt
65be66e4d4
MDL-28652 qtype calculated, bad display of placeholder names on the editing form.
2011-08-08 13:14:20 +01:00