question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trigger autograding for a single submission

See original GitHub issue

It’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:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
eurieohcommented, Sep 27, 2016

I’ll try doing this!

0reactions
knraftocommented, Oct 15, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found