800b871162
fixes CNVS-24633 test plan: 1. Statistics - answer an anonymous survey as a student - as a teacher go to the quiz statistics page and expand the questions - ensure that none of the questions have the student's name on them 2. Submissions - answer an anonymous survey as a student - as a teacher go to: /courses/:course_id/assignment/:assignment_id/submissions/:student_id - should get "This student's responses are hidden because this assignment is anonymous." message Change-Id: I94e08d0ad1293240ac9722a94d3365ed53ca5f7d Reviewed-on: https://gerrit.instructure.com/67629 Tested-by: Jenkins Reviewed-by: Ryan Taylor <rtaylor@instructure.com> QA-Review: Michael Hargiss <mhargiss@instructure.com> Product-Review: Jason Sparks <jsparks@instructure.com> |
||
---|---|---|
.. | ||
apps | ||
config/requirejs | ||
doc | ||
script | ||
tasks | ||
vendor | ||
www | ||
.gitignore | ||
.jshintignore | ||
.stylishcolors | ||
Gruntfile.js | ||
README.md | ||
npm-shrinkwrap.json | ||
package.json |
README.md
canvas-quizzes
A collection of quiz mini-apps for Canvas, the LMS by Instructure.
See the development guide to get started.
Dependencies
- React
- lodash / underscore
- RSVP
- 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.