Jamie Pratt
450ecdea9d
MDL-47494 ddmarker: NOBUG added code to reposition drags every 500ms
2011-11-10 12:41:23 +07:00
Jamie Pratt
054c1ce49a
MDL-47494 ddmarker: NOBUG changed code for positioning drag items
...
Now it does not delete all drag items each time and reclone them. It repositions
existing items and deletes and creates new drag items as needed.
2011-11-10 12:35:40 +07:00
Eloy Lafuente (stronk7)
9fc402e47d
Merge branch 'MDL-28426' of git://github.com/timhunt/moodle
2011-11-10 01:32:01 +01:00
Eloy Lafuente (stronk7)
3c37f0adbc
Merge branch 'MDL-30158-master' of git://github.com/ankitagarwal/moodle
2011-11-10 00:22:13 +01:00
Aparup Banerjee
92f6c2eb7f
Merge branch 'MDL-30021' of git://github.com/timhunt/moodle
2011-11-09 12:19:20 +08:00
Aparup Banerjee
097ba12ba0
Merge branch 'MDL-29058' of git://github.com/timhunt/moodle
2011-11-09 11:29:45 +08:00
Colin Chambers
e3ab75de2b
MDL-30185 reduce height of true/false question type fields
2011-11-08 16:18:07 +00:00
Aparup Banerjee
98901d3ea9
Merge branch 'MDL-29739' of git://github.com/timhunt/moodle
2011-11-08 20:34:41 +08:00
Aparup Banerjee
3c905de59d
Merge branch 'MDL-29970' of git://github.com/timhunt/moodle
2011-11-08 16:48:59 +08:00
Jamie Pratt
3865a58874
MDL-47494 ddmarker: NOBUG use CSS to move target center to point at 0,0 of dragitem div
...
changed from calculating difference being drag item xy and target center xy
which was error prone.
2011-11-08 14:42:23 +07:00
Jamie Pratt
6409471538
MDL-47494 ddmarker: NOBUG rewrote code to save target center xy in hidden input tags
...
also bases position of drags on contents of hidden inputs ie. on target center
xy.
2011-11-08 12:59:04 +07:00
Tim Hunt
4a84c94bec
MDL-30135 question formats: trans_format/get_format should be public.
...
They need to be used by third-party qtype developers.
2011-11-07 11:31:27 +00:00
Ankit Kumar Agarwal
9e07e9a782
MDL-30158 Questions Cleaning up blackboard/format.php
2011-11-07 11:11:04 +05:30
Tim Hunt
0491945d58
MDL-47494 gapselect: Fix file-permissions.
2011-11-04 16:15:03 +00:00
Tim Hunt
a8bc7c608d
MDL-47494 ddwtos: Whitespace and file permission fixes.
2011-11-04 15:34:24 +00:00
Tim Hunt
c56c771f9e
MDL-47494 ddimageortext: Tweak lang strings and fix file permissions.
2011-11-04 14:20:00 +00:00
Jamie Pratt
b5cdc3e7a7
MDL-47494 ddimageortext: NOBUG adding some drop shadow to drags
2011-11-04 17:49:38 +07:00
Jamie Pratt
44e47bd9a3
MDL-47494 ddmarker: NOBUG added drop shadow on marker text being dragged
2011-11-04 17:23:58 +07:00
Jamie Pratt
10cbf24afd
MDL-47494 ddmarker: NOBUG added js functionality for 'infinite' drags.
2011-11-04 17:06:51 +07:00
Jamie Pratt
bf2892c4fd
MDL-47494 ddmarker: NOBUG oops. Just committing crosshairs.gif now
2011-11-04 10:16:25 +07:00
Jamie Pratt
477179666f
MDL-47494 ddmarker: NOBUG dragging and dropping of non infinite choices is now working.
2011-11-03 19:47:54 +07:00
Tim Hunt
de529cd253
MDL-30021 qtype numerical better showunits default when coming from 1.9
...
This applies to:
1. Upgrade from 1.9,
2. Import of questions exported from 1.9, and
3. Restore of courses backed-up from 1.9.
It also applies to the calculated question type.
2011-11-03 11:27:41 +00:00
Tim Hunt
78fc17ebdf
MDL-29058 question export: include files from hints & combined feedback.
2011-11-03 11:27:39 +00:00
Tim Hunt
fe5f412104
MDL-29739 question import used a bad default for text formats.
...
The new logic is that the questiontext defaults to HTML if the format is
not specified, then all other fields default to the same format of the
question text.
However, good practice is that the XML file should specify the format
for each bit of text content.
This code is not 100% backwards-compatible, since some methods have new
arguments, however for question types that have not been updated, it
will just generate a PHP Warning, which is, I think, and OK way to let
qtype developers know that they need to update their question types.
2011-11-03 11:27:37 +00:00
Charles Fulton
8f725ade78
MDL-29970 question preview: Fill correct only if qtype supports it
2011-11-03 11:27:09 +00:00
Tim Hunt
bbc8c32174
MDL-28426 qtype base export_to_xml does not write format.
...
Fix based on Roger Moore's patch.
2011-11-03 11:24:29 +00:00
Jamie Pratt
b1330fe887
MDL-47494 ddmarker: NOBUG some style improvements
2011-11-03 17:54:40 +07:00
Jamie Pratt
a98db2a929
MDL-47494 ddmarker: NOBUG js for question renderer - cloning drags and storing drop coords
2011-11-03 16:22:56 +07:00
Jamie Pratt
5e0be900ae
MDL-47494 ddimageortext: Merge branch 'master' into MOODLE_21_STABLE
2011-11-03 16:21:29 +07:00
Jamie Pratt
2a1ec7554c
MDL-47494 ddimageortext: NOBUG allow sub classes to add class names to hidden input fields
2011-11-03 16:19:52 +07:00
Jamie Pratt
e5c0a2c442
MDL-47494 ddwtos: OU-2004 Fixed the initial positioning of 'infinite' choices
2011-11-02 18:39:22 +07:00
Jamie Pratt
e354ce47c2
MDL-47494 ddmarker: NOBUG adding target icon to drag items and some improvements to styles
2011-11-02 15:56:46 +07:00
Jamie Pratt
f8d20b1f18
MDL-47494 ddimageortext: Merge branch 'master' into MOODLE_21_STABLE
2011-11-02 13:53:07 +07:00
Jamie Pratt
5429a22009
MDL-47494 ddimageortext: NOBUG have url generation code work in other question types that extend this
2011-11-02 13:51:05 +07:00
Jamie Pratt
ddbea1ae6b
MDL-47494 ddmarker: NOBUG have renderer output correct html and fix file access to bgimage
2011-11-02 13:49:54 +07:00
Eloy Lafuente (stronk7)
5fbf87c802
Merge branch 'MDL-29879' of git://github.com/timhunt/moodle
2011-11-01 20:12:45 +01:00
Tim Hunt
78f8261f6e
MDL-29879 qbehaviour missing. Fix bad lang string.
2011-11-01 10:37:48 +00:00
Aparup Banerjee
203683e415
Merge branch 'MDL-29983' of git://github.com/timhunt/moodle
2011-11-01 13:23:03 +08:00
Jamie Pratt
c77b71bc1b
MDL-47494 ddimageortext: Merge branch 'master' into MOODLE_21_STABLE
...
Conflicts:
edit_ddimageortext_form.php
2011-10-31 18:55:08 +07:00
Jamie Pratt
6aad8ee353
MDL-47494 ddimageortext: NOBUG fixed disabling of select options when the background image is not loaded
2011-10-31 17:38:28 +07:00
Jamie Pratt
eab829f388
MDL-47494 ddimageortext: NOBUG removing unnecessary reference to obsolete head_code method
2011-10-31 16:20:21 +07:00
Jamie Pratt
d164d09315
MDL-47494 ddimageortext: NOBUG removing unnecessary form input event responder that was causing errors
2011-10-31 16:19:04 +07:00
Jamie Pratt
b34bc99705
MDL-47494 ddmarker: NOBUG moved colours out of css style sheet and into js
...
Need to be able to assign a colour to the fill of shapes displayed and this
cannot be done with css.
2011-10-31 16:14:52 +07:00
Jamie Pratt
def5ae8de4
MDL-47494 ddmarker: NOBUG further styling adjustments
2011-10-31 12:31:07 +07:00
Jamie Pratt
3c023b916f
MDL-47494 ddmarker: NOBUG some styling of marker text spans
2011-10-31 12:24:37 +07:00
Jamie Pratt
4b549f07a5
MDL-47494 ddmarker: NOBUG centering marker text.
2011-10-29 12:33:49 +07:00
Jamie Pratt
64b3d6e833
MDL-47494 ddmarker: NOBUG further developments
2011-10-29 12:19:21 +07:00
Jamie Pratt
b2e57f524b
MDL-47494 ddimageortext: NOBUG not using yui3-cssfonts or yui3-csssrest but forgot to remove class names
2011-10-29 12:07:50 +07:00
Tim Hunt
d68f4d8b9f
MDL-29983 fix question_type::local_name
2011-10-28 13:38:33 +01:00
Petr Skoda
2dc54611f2
MDL-29921 remove unmaintained qti_two export question type
...
It can be easily included in official distribution again if somebody fixes it because there are no stored data, capabilities or versions. This will finally allow us to drop the outdate Smarty library form distribution package.
2011-10-28 10:32:24 +02:00