[Bugfix:TAGrading] Show autograding stats before TAGrading#12085
[Bugfix:TAGrading] Show autograding stats before TAGrading#12085
Conversation
… histogram generation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #12085 +/- ##
=========================================
Coverage 21.69% 21.69%
+ Complexity 9587 9585 -2
=========================================
Files 268 268
Lines 36593 36591 -2
Branches 475 475
=========================================
Hits 7940 7940
+ Misses 28182 28180 -2
Partials 471 471
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…ectronicGraderController
Rkoester47
left a comment
There was a problem hiding this comment.
I signed in as student on the main branch, uploaded a submission to tutorial 01, and then signed in as instructor on the main branch. As expected, there was no auto grading histogram available for this submission, presumably because there was no TA grading yet.
Then, I repeated the above steps on the autograded-only-stats branch and the issue appears to be resolved. After submitting to tutorial 01 as student, I was able to see the auto grading histogram when signed in as the instructor, even though there was still no TA grading.
The changes to the code are efficient and do appear to have resolved the issue as far as my testing shows.
Why is this Change Important & Necessary?
Currently if a gradeable has autograding but no tagrading or autograding with unfinished tagrading, student that do not have tagrading data will not be included in autograding statistics.
What is the New Behavior?
Any student with autograding outside of the null section will be included in autograding statistics.
What steps should a reviewer take to reproduce or test the bug or new feature?
Automated Testing & Documentation
Other information