scottquach/Canvas-Assignments-Transfer-For-Todoist

Not gradeable "assignments"

Closed this issue · 1 comments

Some teachers in my classes have created 0 point unsubmittable assignments, which of course sync every time because they're not completed. Sometimes these even have a "due date" listed on them, even though you can't do anything.

I've tried to get the teacher to fix these, but sometimes they're not interested/unable/too busy/etc to do so.

After investigation, these all have a "grading_type" of "not_graded" - I think it would make sense to ignore any assignment with a grading_type of "not_graded" - has anyone else seen or run into this?

I fixed this on my fork, ignoring "not_graded" and "none" if a variable to ignore them is set.