/quiz-builder

The Courseware jQuery Quiz Builder

Primary LanguageJavaScriptMIT LicenseMIT

The Courseware Quiz Builder

The jQuery quiz builder I wrote for The Coursewa.re Project.

Build Status

Installation

Download the latest file from src directory.

Usage

For usage and examples check the index.html file.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Run and update the tests. See below how.
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Tests

Check spec directory for Jasmine tests.

To run those, open spec/runner.html in a browser or use Rake

$ bundle update
$ bundle exec rake

Credits

This library was extracted from the http://coursewa.re project.

License

MIT.