canvas-lms/client_apps/canvas_quizzes
Ryan Shaw f4e36a93d6 upgrade some NPM dependencies
Change-Id: If2a90959713e292a46c9d5e9c75c89a37f7316b6
Reviewed-on: https://gerrit.instructure.com/205007
Tested-by: Jenkins
Reviewed-by: Cameron Matheson <cameron@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
2019-08-20 18:30:44 +00:00
..
apps fix(CorrectAnswerDonut) Replace donut chart with text 2019-08-19 16:57:10 +00:00
config/requirejs Remove broken symlink 2018-02-16 17:12:08 +00:00
doc Remove add-module-exports babel plugin & use esModules 2019-05-03 22:49:58 +00:00
script get jquery and jquery.cookie from npm, not vendor 2017-05-08 20:47:23 +00:00
tasks Comment out failing test for canvas_quizzes package 2019-04-09 22:35:58 +00:00
vendor Remove broken symlink 2018-02-16 17:12:08 +00:00
www Remove broken symlink 2018-02-16 17:12:08 +00:00
.gitignore QLA - Table view / answer matrix 2014-12-19 22:11:56 +00:00
.jshintignore UI for quiz submission logs 2014-12-15 19:51:52 +00:00
.stylishcolors UI for quiz submission logs 2014-12-15 19:51:52 +00:00
Gruntfile.js da licença part 52 2017-05-01 21:08:35 +00:00
README.md UI for quiz submission logs 2014-12-15 19:51:52 +00:00
package.json upgrade some NPM dependencies 2019-08-20 18:30:44 +00:00

README.md

canvas-quizzes

A collection of quiz mini-apps for Canvas, the LMS by Instructure.

See the development guide to get started.

Dependencies

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

Running tests

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.

License

Released under the AGPLv3 license, like Canvas.