[Feature:TAGrading] Allow changing graders without tagrading#12066
[Feature:TAGrading] Allow changing graders without tagrading#12066
Conversation
…nGradeableAuto.twig and admin-gradeable-updates.js
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12066 +/- ##
=========================================
Coverage 21.69% 21.69%
Complexity 9587 9587
=========================================
Files 268 268
Lines 36593 36593
Branches 475 475
=========================================
Hits 7940 7940
Misses 28182 28182
Partials 471 471
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
JManion32
left a comment
There was a problem hiding this comment.
When a gradeable is created, the dropdown says the lowest privileged access user is instructor. However, it seems that the lowest privileged user is TA. In fact, after some testing, I was unable to make it so that a TA could not have grading access when selecting instructor in the dropdown.
I think the dropdown should start with the lowest privileged access user as TA, or at least automatically change to TA when the instructor clicks the button to open it to them.
Also, you mention that this PR will allow graders to view a submitted assignment in office hours, but wouldn't that only be for the sections they are a part of?
Just to confirm @JManion32 was that behavior not present on main or does my dropdown keep replicating existing buggy behavior? |
You're right, this is existing buggy behavior. |
JManion32
left a comment
There was a problem hiding this comment.
Dropdown for grading permissions is now duplicated between the Submissions/Autograding tab and the Grader Assignment tab. Selected permission level remains constant between the two.
Why is this Change Important & Necessary?
Currently when a assignment does not have manual grading there is no way for graders to be able to view submissions to help students during office hours.
What is the New Behavior?
There are now two select boxes to change the minimum group to grade an assignment, adding one in the "Submissions/Autograding" panel.

What steps should a reviewer take to reproduce or test the bug or new feature?
Automated Testing & Documentation
Other information