Your Community is getting an upgrade!
Read about our partnership with Higher Logic and how we will build the next generation of the Instructure Community.
So my institution - 55k students, 8k teachers, and 136k parents have just started using Grading Periods. So far so good until we just moved from one grading period to another. We learned the hard way that the grade book for the concluding grading period locks. Why is this? In K12, teachers need a few days between the end of the grading period to when report cards come out to add assignments, make modifications, etc. To have them lock really doesn't make sense. So if I leave the grading period open, then the assignment for the next grading period are not aligned correctly. When this was first discovered, we had hundreds of emails from angry teachers as to why they could not edit grades in their grade book. There is also the case of students with special needs, or for other reasons need grades to be entered well after the close. We have found that speedgrader is a work around, but that is really too complicated to explain to 8k teachers. Canvas, please remove the grading period locks as they really don't make much sense, especially in K12. Thanks.
Other related issues with grading periods that need to be fixed:
Solved! Go to Solution.
Hi @joseph_allen ,
I understand your frustration with the locking grading periods. There is a work around for this, if the teacher goes into their course settings, grading schemes and then grading periods, and edits for example the start of the grading period which defaults to 12:00am and changes it to 12:01am they now have edited the grading periods so it is theirs and they can edit grades in that grading period for as long as they need. I know this doesn't address your question as to why it locks in the first place, there are reasons that relate to schools who do want that feature for when their grades post to SIS and they want it to be locked, however, you can vote for this feature (Allow admins to control when grades lock in concluded grading periods) if you haven't already and follow it for any updates from product.
Regarding your other topics, many of them are in development and you should be able to expect soon:
I know this doesn't answer all of your questions, however, I hope this helps and provides some insight into what we are currently doing to resolve these concerns. Thanks for you patience and feedback.
Clint Kelson
Hi @joseph_allen ,
I understand your frustration with the locking grading periods. There is a work around for this, if the teacher goes into their course settings, grading schemes and then grading periods, and edits for example the start of the grading period which defaults to 12:00am and changes it to 12:01am they now have edited the grading periods so it is theirs and they can edit grades in that grading period for as long as they need. I know this doesn't address your question as to why it locks in the first place, there are reasons that relate to schools who do want that feature for when their grades post to SIS and they want it to be locked, however, you can vote for this feature (Allow admins to control when grades lock in concluded grading periods) if you haven't already and follow it for any updates from product.
Regarding your other topics, many of them are in development and you should be able to expect soon:
I know this doesn't answer all of your questions, however, I hope this helps and provides some insight into what we are currently doing to resolve these concerns. Thanks for you patience and feedback.
Clint Kelson
Hello Clint,
Thank you for the details. Your depth is great to hear and very helpful to report back to our staff.
I do have a couple of feedback items:
The coding team has been able to filter on Sections for Quizzes now, so having not only the Grading period selected (or All Grading Periods) in the Dropdown, but also the Section (or All Sections) is very important to Teaching staff. https://community.canvaslms.com/ideas/3042#comment-26409
For support staff like myself the Account Level/Sub-Account Level export by Term, then MGP (multi-filter) is critical: ... solution would be a multi-value lookup pair for the report dropdown (allowing me to choose the Term, then the Grading period).
Hi Clint,
Our campus uses multiple grading periods and we are now on the last day of Q3, going into Q4 tomorrow. At this later date in March, I had hoped that Instructure would have this resolved. The gradebook grid cells for Teachers go into cannot-edit mode:
, yet when I an account admin view the grid for past grading periods (Q2 for example) can edit them:
What in the permissions has to be changed to allow Teachers this access? Yes, they can go into speedgrader to make post quarter adds/changes (no slick-grid security there), but many teachers will have a chunk of grades to enter a few days after the gradebook term ends. In our case they will catch up this coming weekend and we require final grades for our term (Q3) to be completed by Monday, 5 days after the quarter ended.
Do you have an update you can share?
Hi Jason,
As I outlined above this can be done as a workaround while our gradebook team is working on fixing this issue, however, it wont be ready this school year. See below:
There is a work around for this, if the teacher goes into their course settings, grading schemes and then grading periods, and edits for example the start of the grading period which defaults to 12:00am and changes it to 12:01am they now have edited the grading periods so it is theirs and they can edit grades in that grading period for as long as they need.
Does that make sense how they can make that work?
This is great if done at the course level, but not for account level grading periods, that is where most schools like us set it to keep the system clean. I know this is stepping on the security settings of MGP for Teachers versus Admins as permissions goes, but the slick-grid security on MGP is affecting the Teachers. When the MGP quarter ends the code takes the grid cells to RO mode, why do that? We can control access to the course with end dates, so it doesn't seem appropriate to RO the cells for MGP this way.
Sent from my iPhone
Jason,
I did a quick test of a line of code and found that by adding
$(".slick-cell").removeClass("cannot_edit");
to the gradebook page, the cells become editable again. If you add that to your theme editor javascript file, it will allow your teachers to make their changes. This hopefully will get you through until a fix is made.
Disclaimer: I did not do extensive testing so I don't know if it has undesired effects anywhere else. You will want to load this on ONLY the gradebook page and run it through some thorough testing on your test environment before using it on your live site. This code is not supported by Instructure. Use at your own risk.
I was going to hunt for this tonight to see if I could find a solution. This is awesome and yes use at my own risk for sure. Many thanks and 3 thumbs up
Sent from my iPhone
Mike, so the effect is that the grades are editable indefinitely?
I second Jason, grading periods are administered at the district level, not the teacher level. Going back to another point, when a grading period completes, teachers are usually given a few days to enter grades and make adjustments. The work around I have been using is to artificially extend the grading period several days later than it really is, but that causes problems with teachers who want to give an assignment on day 1 of the next grading period. We have to come up with convoluted explanations of "don't create an assignment for the next grading period on day 1, make it for day 4, then we will retroactively close the grading period back to the real end date, etc...." Its not a good work around and it confuses people. Bottom line, the admin needs the capability to determine if and when the grades lock, there needs to be the ability end a grading period, while still giving teachers full editing access, and there needs to be more flexibility where grading periods can overlap and act much like 'terms' do today.
Here are two Canvas Feature Ideas related to Grading Periods that you might want to comment/vote on:
Hi Clint! Thanks for your meaningful response! I'm excited by the 11/21 date for these features and I really hope those hold firm.
I looked at the grades summary page in beta, and I just wanted to add that it might be nice to make the toggle include "all grading periods." In this picture below, the student can only toggle between the two grading periods we defined. Yet if he clicks into the accelerated chem class, it also adds the ability to toggle "all grading periods."
Just an insight. This work is awesome, however!
Thank you Canvas team
Hi @jschurrer
I can look further into this, however, I remember the thought behind not including "all grading periods" was because if the school was using grading periods, they didn't want their to be an "all grading periods" option since it wouldn't make sense to show the combination of the scores. I'll pass your feedback on.
Clint, I get that completely. However given that canvas doesn't have the ability to create a semester grade (yet), for some of our teachers that running total is also their semester grade. But this doesn't include the teachers who average Q1 and Q2 to get their semester grade.
Not an easy fix all the way around and this new development in beta is heads and shoulders better than the current iteration. My thanks again. I don't mean to be nit-picky.
Jim,
I was able to find out the following from our engineering team:
There will be a feature flag for those schools that have the Multiple Grading Periods feature enabled. It will be "Show 'All Grading Periods' Totals. So....for a school that DOES NOT want a student to see "All grading periods totals" they will not want that enabled and the student can only select from the grading periods. If you do ENABLE that feature then there will be an option to select "Show all grading Periods Totals". Does that make sense?
Perfect sense and perfectly workable. Thanks for being so quick on this!
Would that option also get referenced on the Grades Global Icon view by chance? Build once, reuse flag where needed
With you too on this Jim. For certain courses where we might not use MGP (not many in our school), having "All Grading Periods" is good. Clint, we are getting positive feedback on the dropdown and the default view of the current grading period.
Joe and Clint, I just posted a feature request regarding Due Date in the gradebook Header: and wanted to share and get feedback, as well as the related need to have the due date in the gradebook export. When Teachers would choose an export, it may be for reconciliation, to provide a final digital version for the end of the course/term, etc.... Having the due date in the export accomplishes multiple needs. Clint, can you share this with the gradebook export team as well?
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign InTo interact with Panda Bot, our automated chatbot, 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.