64d687ec87
allow points in rubric criteria and ratings to have decimal values. in working with brian, we're operating under the following assumptions: - round to 2 decimal places - splitting always gives you a integer by default (you can change it yourself after) - if there's not room to split with an integer, repeat the low value test plan - create a new rubric - change a criterial value to something with a decimal point - try setting specific ratings with decimals - try to split between a large space (ie 10.5 and 0), should be 5 - try to split between a small space (ie 0.5 and 0), should be 0 closes #5355 Change-Id: I17e26fe18dda0847fa59dd40976e4d6f38851287 Reviewed-on: https://gerrit.instructure.com/7882 Reviewed-by: Brian Palmer <brianp@instructure.com> Tested-by: Brian Palmer <brianp@instructure.com> Reviewed-by: Ryan Florence <ryanf@instructure.com> |
||
---|---|---|
app | ||
config | ||
db/migrate | ||
doc | ||
guard | ||
lib | ||
public | ||
script | ||
spec | ||
test | ||
vendor/plugins | ||
.gitignore | ||
.jshintrc | ||
COPYRIGHT | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
config.ru |
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.