Alexander Kryklia
|
d231b9ed04
|
update docs
|
2013-01-21 15:56:37 +02:00 |
|
Alexander Kryklia
|
4215f4f923
|
add and update tests
|
2013-01-21 15:56:37 +02:00 |
|
Alexander Kryklia
|
de35d1e9e4
|
update docs
|
2013-01-21 15:56:37 +02:00 |
|
Valera Rozuvan
|
79f5e98dfc
|
Drag and Drop: refactoring + preparing for reuse of draggables.
|
2013-01-21 15:56:36 +02:00 |
|
Alexander Kryklia
|
e47f0e45f2
|
unorderly->unordered
|
2013-01-21 15:56:36 +02:00 |
|
Alexander Kryklia
|
099c79c881
|
update docs
|
2013-01-21 15:56:36 +02:00 |
|
Alexander Kryklia
|
a6f87dcfdc
|
updated docs
|
2013-01-21 15:56:36 +02:00 |
|
Alexander Kryklia
|
e017297d3f
|
fix
|
2013-01-21 15:56:36 +02:00 |
|
Alexander Kryklia
|
c8bbcacfef
|
labels reuse logic and tests
|
2013-01-21 15:56:36 +02:00 |
|
Valera Rozuvan
|
ead346ee5f
|
Refactoring. New feature: adding multiple draggables from one.
|
2013-01-21 15:56:36 +02:00 |
|
Alexander Kryklia
|
e2bbaf08b9
|
removed use_targets flag
|
2013-01-21 15:56:35 +02:00 |
|
Alexander Kryklia
|
0349e157b5
|
renamed graders to verifiers
|
2013-01-21 15:56:35 +02:00 |
|
Alexander Kryklia
|
63b79f76d7
|
added can_reuse
|
2013-01-21 15:56:35 +02:00 |
|
Valera Rozuvan
|
22014f7f58
|
New feature: Clicking on number for multiple icons on target will cycle all icons on target. Fixed bug with z-order ordering.
|
2013-01-21 15:56:35 +02:00 |
|
Alexander Kryklia
|
f157702548
|
fix
|
2013-01-21 15:56:35 +02:00 |
|
Alexander Kryklia
|
c2dec3fb9d
|
label bg color
|
2013-01-21 15:56:35 +02:00 |
|
Valera Rozuvan
|
6d7cfe08df
|
Slight UI modification.
|
2013-01-21 15:56:35 +02:00 |
|
Valera Rozuvan
|
15ffc1f64f
|
New feature: added ability to define custom label background color. Upated demo to use this feature. Needs to be turned on Python side.
|
2013-01-21 15:56:35 +02:00 |
|
Valera Rozuvan
|
f92c0bdceb
|
New feature: when the draggable is out of the slider container, if it has a label, the label will get a background. This way it is much easier to discern the label against the base image.
|
2013-01-21 15:56:34 +02:00 |
|
Alexander Kryklia
|
65fd71d06b
|
added documentation for rules
|
2013-01-21 15:56:34 +02:00 |
|
Valera Rozuvan
|
cd6e220ead
|
Fixed annoying bug whre if you dragged any part of the base image or other parts of the Drag and Drop problem, then the browser would start highlighting the elements.
|
2013-01-21 15:56:34 +02:00 |
|
Alexander Kryklia
|
b540ca492a
|
removed old flag use_targets
|
2013-01-21 15:56:34 +02:00 |
|
Valera Rozuvan
|
b7b25369e0
|
Added mouse event handlers to container of draggable. Now it is easier to initiate a dragging operation.
|
2013-01-21 15:56:34 +02:00 |
|
Alexander Kryklia
|
5c58881222
|
tests for drag and drop
|
2013-01-21 15:56:34 +02:00 |
|
Alexander Kryklia
|
01e4bdb831
|
added test for populate
|
2013-01-21 15:56:34 +02:00 |
|
Alexander Kryklia
|
e66e4040b1
|
replaced ordereddict with dict
|
2013-01-21 15:56:33 +02:00 |
|
Alexander Kryklia
|
87c58be742
|
removed course folder var from mako template
|
2013-01-21 15:56:33 +02:00 |
|
Alexander Kryklia
|
933f94a514
|
comment fix
|
2013-01-21 15:56:33 +02:00 |
|
Alexander Kryklia
|
4c23860e0f
|
updated inputtype test without course_id ransferring
|
2013-01-21 15:56:33 +02:00 |
|
Alexander Kryklia
|
f02621876d
|
removed course id
|
2013-01-21 15:56:33 +02:00 |
|
Valera Rozuvan
|
d531746236
|
Removed reliance on imageDir config setting. Now we expect the correct path to tbe set in XML.
|
2013-01-21 15:56:33 +02:00 |
|
Valera Rozuvan
|
533a1693b3
|
Updated XML example in docs for Drag and Drop.
|
2013-01-21 15:56:33 +02:00 |
|
Valera Rozuvan
|
a9e7890d6b
|
Added correct handling of invalid (missing) base images. Now error is reported, and the damage is reduced to a minimum.
|
2013-01-21 15:56:32 +02:00 |
|
Valera Rozuvan
|
9817253850
|
Fixed problem with smaller and larger base images. Refactoring. Cleaning of code.
|
2013-01-21 15:56:32 +02:00 |
|
Alexander Kryklia
|
ad0a7d308c
|
tests and test plan
|
2013-01-21 15:56:32 +02:00 |
|
Alexander Kryklia
|
e21048206a
|
comments and refactoring
|
2013-01-21 15:56:32 +02:00 |
|
Alexander Kryklia
|
bdcf94dd40
|
comments and pepification
|
2013-01-21 15:56:32 +02:00 |
|
Alexander Kryklia
|
d9d093099d
|
fixed dirname
|
2013-01-21 15:56:32 +02:00 |
|
Alexander Kryklia
|
b7be040222
|
updated case when no rule is processed
|
2013-01-21 15:56:32 +02:00 |
|
Alexander Kryklia
|
aaf54c562e
|
fix in location id for course
|
2013-01-21 15:56:31 +02:00 |
|
Valera Rozuvan
|
f283df9022
|
Cleaning up code.
|
2013-01-21 15:56:31 +02:00 |
|
Alexander Kryklia
|
1afaec6f61
|
update in tests
|
2013-01-21 15:56:31 +02:00 |
|
Alexander Kryklia
|
6aaad83abc
|
finished interface change
|
2013-01-21 15:56:31 +02:00 |
|
Alexander Kryklia
|
17f11cef07
|
added comments
|
2013-01-21 15:56:31 +02:00 |
|
Valera Rozuvan
|
efdc4c7b7c
|
Updated tests for new XML format.
|
2013-01-21 15:56:31 +02:00 |
|
Alexander Kryklia
|
16ecdadfc6
|
changed interface
|
2013-01-21 15:56:31 +02:00 |
|
Alexander Kryklia
|
3151378768
|
removed denied and allowed rule
|
2013-01-21 15:56:31 +02:00 |
|
Alexander Kryklia
|
75ff3aaaa0
|
docs and denied rule refactores
|
2013-01-21 15:56:30 +02:00 |
|
Valera Rozuvan
|
ab95193252
|
Bugfixing.
|
2013-01-21 15:56:30 +02:00 |
|
Valera Rozuvan
|
17b01071d0
|
Fixed bug.
|
2013-01-21 15:56:30 +02:00 |
|