Trigger autograding for a single submission
See original GitHub issueIt’d be useful to be able to run autograding for a single (or just a few) backups.
One approach is to create a new route & a form with parent class being the existing autograding form.
Potential route:
/admin/course/assignments/2/autograde/single?ids=ax72b,bx73a
Things to look at/change:
server/templates/staff/grading/*.html
server/forms.py
server/controllers/admin.py
(Search for autograding)
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Submission is not graded when uploaded; requires manual ...
Dear Developers, I installed one-click, setup a homework, and can trigger grading manually via the admin interface.
Read more >Simple autograding with GitHub Classroom + GitHub Actions ...
The students can submit their code to the grading system as many times as they want. The system automatically returns the grading results...
Read more >Autograding programming assignments with nbgrader - Dr. B
There are two ways to autograde submissions: From the formgrader extension: You can autograde individual submissions from the formgrader ...
Read more >nbgrader autograde - Read the Docs
This takes one argument for the assignment id, and then (by default) autogrades assignments from the following directory structure: submitted/*/{assignment_id}/* ...
Read more >Assignments overview says "No tests have been run"
Thank you in advance! 3 Likes. Github Classroom Autograding. Automated tests aren't running and how to start them ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll try doing this!
Rather than copying submission IDs, another way would be to have a button on the grading view that will run the autograder. Perhaps limit this button to >= staff only, so it won’t interfere with composition grading.