![]() This adds the ability to see the breakdown of grades for essay/file-upload question types. They are broken up as the top 27%, the bottom 27%, the middle 46%, and any ungraded answers, then displayed in table format. Refs CNVS-25737 Closes CNVS-26756 Test Plan: - Check that essay+file_upload question type tables look good - Buckets show themselves as "correct" if they contain a student score >= to the question points possible - Buckets can contain more students than 27% if the scores are identical (All 100% scores show up in top bucket/middle bucket even if 100% are 100% scores) - New answer tables are accessible like other tables - Buckets are explicitly ordered as top, middle, bottom, ungraded Change-Id: I62798938b9176de97df2e498a2f9b3b02a81086c Reviewed-on: https://gerrit.instructure.com/70907 Tested-by: Jenkins Reviewed-by: John Corrigan <jcorrigan@instructure.com> Reviewed-by: Davis McClellan <dmcclellan@instructure.com> QA-Review: Michael Hargiss <mhargiss@instructure.com> Product-Review: Jason Sparks <jsparks@instructure.com> |
||
---|---|---|
Gemfile.d | ||
app | ||
bin | ||
client_apps | ||
config | ||
db/migrate | ||
doc | ||
docker-compose | ||
frontend_build | ||
gems | ||
guard | ||
lib | ||
public | ||
script | ||
spec | ||
.bowerrc | ||
.dockerignore | ||
.fontcustom-manifest.json | ||
.gitignore | ||
.i18nignore | ||
.jshintrc | ||
.npmrc | ||
.rubocop.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
bower.json | ||
code_of_conduct.md | ||
config.ru | ||
docker-compose.yml | ||
gulpfile.babel.js | ||
issue_template.md | ||
karma.conf.js | ||
package.json | ||
webpack.config.js | ||
webpack.production.config.js | ||
webpack.test.config.js |
README.md
Canvas LMS
Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.
Please see our main wiki page for more information
Installation
Detailed instructions for installation and configuration of Canvas are provided on our wiki.