-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we programatically determine which assignments count for slip days? #91
Comments
What about point value of the assignment? Idk why I just thought of this..... |
What do you mean? The points are included in the assignment response, as well as the graded points if the assignment is graded. |
The issue is if we can really codify the slip days assignment deductions...which actually isn't too hard. |
Oh I thought this was just about how can we tell if an assignment should be used for slip days. I was wondering if we could use the number of points that an assignment is worth to tell us this. Like for example all assignments worth more than X number of points are eligible for slip day calculations. |
I initially meant just as a way of fixing the slip day tracker, but yeah, the second thing would be great too. The first part just requires some fuzzy matching in the canvas LMS package, which will be useful anyway...I should do that soon. The second part is a more messy algorithm, but should be doable. |
Oh so like fully automating the end of year grading process. That would be cool. |
Yeah, I think everything we could do to make this simpler would be great. Like once we verify deductions we could automate updating scores and posting comments on bCourses. |
We can't use bCourses assignment groups. We probably can't do exact maching on assignment titles, since that's not consistent. We could search for text in the description, but that reveals too much to students?
Do we care if students know slip days aren't counted for certain things?
The text was updated successfully, but these errors were encountered: