Merge pull request #34 from edx-solutions/master
Drag and Drop v2 - Review for release on edx.org
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/img/edit-view-items.png
0 → 100644
37.4 KB
doc/img/edit-view-zone-dropdown.png
0 → 100644
9.77 KB
doc/img/edit-view-zones.png
0 → 100644
52.5 KB
doc/img/edit-view.png
0 → 100644
27.5 KB
doc/img/student-view-finish.png
0 → 100644
59.6 KB
doc/img/student-view-start.png
0 → 100644
49.1 KB
drag_and_drop_v2/__init__.py
0 → 100644
drag_and_drop_v2/default_data.py
0 → 100644
drag_and_drop_v2/drag_and_drop_v2.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1.7 KB
212 Bytes
208 Bytes
335 Bytes
207 Bytes
262 Bytes
262 Bytes
332 Bytes
280 Bytes
6.76 KB
4.44 KB
6.83 KB
6.83 KB
4.44 KB
This diff is collapsed.
Click to expand it.
drag_and_drop_v2/public/img/triangle.png
0 → 100644
34.1 KB
drag_and_drop_v2/public/js/drag_and_drop.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
drag_and_drop_v2/public/themes/apros.css
0 → 100644
drag_and_drop_v2/utils.py
0 → 100644
install_test_deps.sh
0 → 100644
pylintrc
0 → 100644
requirements.txt
0 → 100644
run_tests.py
0 → 100755
setup.py
0 → 100644
tests/__init__.py
0 → 100644
tests/integration/__init__.py
0 → 100644
tests/integration/data/200x200.svg
0 → 100644
tests/integration/data/400x300.svg
0 → 100644
tests/integration/data/60x60.svg
0 → 100644
tests/integration/data/dnd-bg-square.svg
0 → 100644
tests/integration/data/dnd-bg-wide.svg
0 → 100644
tests/integration/data/old_version_data.json
0 → 100644
tests/integration/data/test_data.json
0 → 100644
tests/integration/data/test_data_a11y.json
0 → 100644
tests/integration/data/test_data_other.json
0 → 100644
tests/integration/data/test_html_data.json
0 → 100644
tests/integration/test_base.py
0 → 100644
tests/integration/test_custom_data_render.py
0 → 100644
tests/integration/test_interaction.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/integration/test_render.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/integration/test_sizing.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/integration/test_title_and_question.py
0 → 100644
tests/unit/__init__.py
0 → 100644
tests/unit/data/html/config_out.json
0 → 100644
tests/unit/data/html/data.json
0 → 100644
tests/unit/data/html/settings.json
0 → 100644
tests/unit/data/old/config_out.json
0 → 100644
tests/unit/data/old/data.json
0 → 100644
tests/unit/data/old/settings.json
0 → 100644
tests/unit/data/plain/config_out.json
0 → 100644
tests/unit/data/plain/data.json
0 → 100644
tests/unit/data/plain/settings.json
0 → 100644
tests/unit/test_advanced.py
0 → 100644
tests/unit/test_basics.py
0 → 100644
tests/utils.py
0 → 100644