Merge pull request #1 from open-craft/initial-implementation
Initial implementation
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
activetable/__init__.py
0 → 100644
activetable/activetable.py
0 → 100644
activetable/cells.py
0 → 100644
activetable/parsers.py
0 → 100644
activetable/public/img/correct-icon.png
0 → 100644
224 Bytes
activetable/public/img/incorrect-icon.png
0 → 100644
257 Bytes
activetable/public/img/unanswered-icon.png
0 → 100644
212 Bytes
activetable/static/js/src/activetable.js
0 → 100644
activetable/templates/css/activetable.css
0 → 100644
activetable/templates/html/activetable.html
0 → 100644
pylintrc
0 → 100644
requirements.txt
0 → 100644
run_tests.py
0 → 100755
setup.py
0 → 100644
test-requirements.txt
0 → 100644
tests/__init__.py
0 → 100644
tests/integration/__init__.py
0 → 100644
tests/integration/test_activetable.py
0 → 100644
tests/integration/xml/basic.xml
0 → 100644
tests/integration/xml/max_attempts.xml
0 → 100644
tests/unit/__init__.py
0 → 100644
tests/unit/test_activetable.py
0 → 100644
tests/unit/test_cells.py
0 → 100644
tests/unit/test_parsers.py
0 → 100644