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.
- Host: GitHub
- URL: https://github.com/amireh/canvas_quiz_statistics
- Owner: amireh
- License: agpl-3.0
- Created: 2014-08-06T06:00:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T08:01:29.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T14:51:56.676Z (5 months ago)
- Language: JavaScript
- Size: 684 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* _.mergeYou can generate this list by running `grunt report:lodash_methods`.
## License
Released under the AGPLv3 license, like [Canvas](http://github.com/instructure/canvas-lms).