Go to file
Bracken Mosbacker 58c5ab27a7 don't include muted assignments in cached grade calculations
Test Plan:
 * Have canvas and delayed jobs running
 * Create a course with some assignments
 * Give scores to some students
 * Before muting an assignment download the CSV and make sure it's same as UI
 * Mute an assignment
 * Download CSV again and the final/current scores should be different than UI
 * In gradebook UI remove grades from muted assignment (so it's as if they weren't graded)
 * The UI grades should now be the same as the CSV grades

closes #6578

Change-Id: I5774ecb899318278a02e1bc12caaa9d02fa3dac0
Reviewed-on: https://gerrit.instructure.com/7379
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2012-02-16 14:18:06 -07:00
app don't include muted assignments in cached grade calculations 2012-02-16 14:18:06 -07:00
config don't default test environment to build assets 2012-02-09 13:31:44 -07:00
db/migrate don't include muted assignments in cached grade calculations 2012-02-16 14:18:06 -07:00
doc add link to api terms of service page 2011-12-30 12:16:58 -07:00
guard getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07:00
lib don't include muted assignments in cached grade calculations 2012-02-16 14:18:06 -07:00
node_modules AMD Conversion 2012-02-06 16:41:40 -07:00
public edit/delete mult enroll on course settings page; fixes #6996 2012-02-16 14:17:55 -07:00
script use parallel_tests-instructure and remove custom loggers 2012-01-30 11:14:50 -07:00
spec don't include muted assignments in cached grade calculations 2012-02-16 14:18:06 -07:00
vendor/plugins handle zero point multiple choice questions in qti 2012-02-09 13:01:07 -07:00
.gitignore handle having a ton of assignments in gradebook2 2012-02-10 11:12:44 -07:00
.jshintrc add a rake canvas:check_syntax task to check for js errors 2011-04-20 08:07:30 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile upgrading selenium webdriver to version 2.19 2012-02-10 15:46:43 -07:00
Guardfile getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile enable parallelization of selenium tests 2011-09-26 15:45:35 -06:00
config.ru add a rackup file to work with any rack-compatible server 2011-09-27 08:52:47 -06:00
package.json AMD Conversion 2012-02-06 16:41:40 -07:00

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.