Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/courseware/quiz-builder
The Courseware jQuery Quiz Builder
https://github.com/courseware/quiz-builder
Last synced: about 2 months ago
JSON representation
The Courseware jQuery Quiz Builder
- Host: GitHub
- URL: https://github.com/courseware/quiz-builder
- Owner: Courseware
- License: mit
- Created: 2013-10-27T16:21:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-02T15:17:59.000Z (about 11 years ago)
- Last Synced: 2024-08-10T14:05:37.227Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Courseware Quiz Builder
The jQuery quiz builder I wrote for The Coursewa.re Project.
[![Build Status](https://travis-ci.org/Courseware/quiz-builder.png?branch=master)](https://travis-ci.org/Courseware/quiz-builder)
## 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`
```bash
$ bundle update
$ bundle exec rake
```## Credits
This library was extracted from the [http://coursewa.re](Coursewa.re) project.
## License
MIT.