![]() closes CNVS-27894 Includes fixes for: - GradingStandard (ruby) - GradeCalculator (js) - AssignmentGroupGradesComponent (js) for SRGB test plan: 1. Create a course 2. From course settings, add a grading scheme with D- having a lower boundary of 54.5% 3. Assign this grading scheme to the course 4. Create an assignment worth 100 points 5. Import a student 6. Grade this student's assignment at 54.5/100 exactly 7. The student's grade should be D- 8. From the Grades screen also click on Export to get a CSV with the grades. 9. The student's grade in the CSV should also be D- Change-Id: I7b01eaf83ef00cf77a3dbc1566b82f8992f141f2 Reviewed-on: https://gerrit.instructure.com/76037 Tested-by: Jenkins Reviewed-by: Jeremy Neander <jneander@instructure.com> QA-Review: KC Naegle <knaegle@instructure.com> Product-Review: Christi Wruck |
||
---|---|---|
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.babel.js | ||
webpack.production.config.babel.js | ||
webpack.test.config.babel.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.