![]() turnitin data wouldn't show up for file upload submissions in the gradebook if there were over 100 assignments/students/submissions (that's the threshold where we do ajax requests instead of just dumping json on the page). fixed the json to be consistent. test plan: 1. enable turnitin (or fake up some data) 2. do a file upload submission as a student 3. as the teacher, go into the gradebook 4. confirm that the turnitin icon shows up 5. add 100 students or assignments to the course (this will pass the threshold) 6. ensure the icon still shows in the gradebook Change-Id: I164895b261e876dab7fb4a007c617552ae31de34 Reviewed-on: https://gerrit.instructure.com/9013 Tested-by: Hudson <hudson@instructure.com> Reviewed-by: Brian Palmer <brianp@instructure.com> |
||
---|---|---|
app | ||
config | ||
db/migrate | ||
doc | ||
guard | ||
lib | ||
node_modules | ||
public | ||
script | ||
spec | ||
vendor/plugins | ||
.gitignore | ||
.jshintrc | ||
COPYRIGHT | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
config.ru | ||
package.json |
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.