Go to file
Jon Jensen 742b5597de show turnitin info for file upload submissions, fixes #6029
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>
2012-02-29 19:36:11 -07:00
app show turnitin info for file upload submissions, fixes #6029 2012-02-29 19:36:11 -07:00
config make zip file processing asynchronous 2012-02-29 14:04:53 -07:00
db/migrate make zip file processing asynchronous 2012-02-29 14:04:53 -07:00
doc removing typos in doc/api/sis_csv refs #6684 2012-02-24 16:21:54 -07:00
guard getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07:00
lib don't exec in js:build rake task 2012-02-29 16:13:50 -07:00
node_modules AMD Conversion 2012-02-06 16:41:40 -07:00
public make zip file processing asynchronous 2012-02-29 14:04:53 -07:00
script use parallel_tests-instructure and remove custom loggers 2012-01-30 11:14:50 -07:00
spec show turnitin info for file upload submissions, fixes #6029 2012-02-29 19:36:11 -07:00
vendor/plugins treat short answer questions with no answers as essay questions 2012-02-29 13:26:56 -07:00
.gitignore automatically maintain plugin symlinks 2012-02-28 16:23:47 -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 pin rbx-require-relative to 0.0.5 temporarily 2012-02-24 15:04:55 -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.