Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
We are struggling to find a good practice for students who move into the district during the year. When a new student is entered into our SIS and then auto-enrolled in all of their Canvas courses, the student is assigned all of the work that was previously assigned in the course and this work auto flags as missing since it is all past due.
Our current practice is to ask each teacher to exempt all of the past assignments in order to avoid confusion for the student and prevent the student's grade from being impact by the missing work for classes with a late work policy turned on. As the year progresses, this is becoming a lengthy process for teachers who have to go in an exempt 30+ assignments for the student even when using the shortcut of typing "Ex" in gradebook. Does anyone have a better way to efficiently manage new students moving into a course and exempting them from work that was assigned when they were not a part of the class?
There are 2 ways that are more efficient:
Instead of typing EX manually, the trainer can export the grade book to a spreadsheet, enter EX results for all new students then import it again (https://community.canvaslms.com/t5/Instructor-Guide/How-do-I-import-grades-in-the-Gradebook/ta-p/807)
This is more advance as you will need to write a script (E.g. easiest is VBA through Excel). With a spreadsheet, you can enter a list of all new students, then use the API to iterate through each of them to look for past due assessments (https://canvas.instructure.com/doc/api/users.html#method.users.missing_submissions) then post an EX result to those assessments (https://canvas.instructure.com/doc/api/submissions.html#method.submissions_api.update)
In my district, each of the terms locks after about a week after the conclusion of that term, so we only have to worry about the current term.
What can be done is to determine the student's transfer grade (or minimum grade if no transfer) and enter that grade in the gradebook for all of the 'missed' assignments in the current term. You may have to calculate the grade if your assignments are not some nice easy multiple of 10 points each.
Type a grade, hit the right arrow key, and repeat....
The replies to the original question are just not a smooth way to do this. Canvas should really get on this issue. Students move around. Make start dates for individual students!!!
To participate in the Instructure Community, you need to sign up or log in:
Sign In
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.