google-code-export / edcodeorg

Automatically exported from code.google.com/p/edcodeorg
1 stars 1 forks source link

Grading assignments with more than ~100 submissions leads to server error #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The nondescript server error occurs when there are a large number of 
submissions (> 100). The issue is that when "Grades" is created, it starts out 
with the default 100 rows. So long as there are enough rows existing in Grades, 
there is no problem. But when you try to insert some data in say, row 120, 
you'll get an error.

To resolve, I will add the necessary number of rows to the Grades sheet upon 
creation.

Original issue reported on code.google.com by d...@edcode.org on 1 Mar 2012 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by d...@edcode.org on 1 Mar 2012 at 11:15

GoogleCodeExporter commented 9 years ago
Fixed with r5

Original comment by d...@edcode.org on 1 Mar 2012 at 11:30