The jQuery quiz builder I wrote for The Coursewa.re Project.
Download the latest file from src
directory.
For usage and examples check the index.html
file.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Run and update the tests. See below how.
- Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Check spec
directory for Jasmine tests.
To run those, open spec/runner.html
in a browser or use Rake
$ bundle update
$ bundle exec rake
This library was extracted from the http://coursewa.re project.
MIT.