A collection of quiz mini-apps for Canvas, the LMS by Instructure.
See the development guide to get started.
- React
- lodash / underscore
- RSVP
- d3
Each app has its own suite. You can run all suites using grunt test. If you want to run the suite for a single app, write down its name. For example: grunt test:events.
If you want to filter specs that are run within a suite, use --filter="test_file_name.js". See grunt-contrib-jasmine for a complete reference.
Released under the AGPLv3 license, like Canvas.