You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When faculty enter overrides, each override counts against the allowed count for each exam.
However, if overrides are entered and then all of them are deleted, the total number of remaining overrides still reflects the number of overrides that were already entered. This can cause issues because when a group of overrides is entered and a mistake is made, the course staff often have to request additional overrides because they no longer have enough overrides, even if they delete the overrides that had an error. It would be nice to see the number of overrides reflect how many are active in the system instead of only reflecting the number in total that have been entered.
The text was updated successfully, but these errors were encountered:
I think the naive way of implementing this would be easily abused, which I why I suspect things work the way they currently do. A course staff member could give an override to student A, wait for them to make a reservation and take an exam, then delete the override and give it to student B, and repeat.
The correct way to do this would probably be to have some notion of if an override has been "used" (that is, a student has made a reservation with it), and if an override is deleted without having been used, it would add back to the number of "available" overrides. Does this sound like what you want?
I think that solution setup sounds good. My goal would be that if course staff make a mistake, they would be able to delete and enter new overrides without having to take the additional step of requesting additional overrides from the CBTF.
When faculty enter overrides, each override counts against the allowed count for each exam.
However, if overrides are entered and then all of them are deleted, the total number of remaining overrides still reflects the number of overrides that were already entered. This can cause issues because when a group of overrides is entered and a mistake is made, the course staff often have to request additional overrides because they no longer have enough overrides, even if they delete the overrides that had an error. It would be nice to see the number of overrides reflect how many are active in the system instead of only reflecting the number in total that have been entered.
The text was updated successfully, but these errors were encountered: