An open API service indexing awesome lists of open source software.

https://github.com/amireh/canvas_quiz_statistics

A quiz statistics mini-app for Canvas, the LMS by Instructure.
https://github.com/amireh/canvas_quiz_statistics

Last synced: 4 months ago
JSON representation

A quiz statistics mini-app for Canvas, the LMS by Instructure.

Awesome Lists containing this project

README

        

# canvas-quiz-statistics

A quiz statistics mini-app for Canvas, the LMS by Instructure.

See the [development guide](https://github.com/amireh/canvas_quiz_statistics/wiki/Development-Guide) to get started.

## Dependencies

1. React
2. lodash / underscore
3. RSVP
4. d3

**Note on lodash**

Here's a list of the lodash methods that are currently used by CQS:

* _.compact
* _.extend
* _.findWhere
* _.map
* _.merge

You can generate this list by running `grunt report:lodash_methods`.

## License

Released under the AGPLv3 license, like [Canvas](http://github.com/instructure/canvas-lms).