Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I auto-grade one student only instead of re-auto-grade all the student #1858

Open
sagihaider opened this issue Jan 24, 2024 · 1 comment
Labels

Comments

@sagihaider
Copy link

One of the student submitted late. I want to auto-grade him individually and is there any way?
To grade only one student only I need to re-auto-grade all the student. Any solution, please?

@lahwaacz
Copy link
Contributor

lahwaacz commented Feb 3, 2024

There is a way: you can run the collect, autograde, generate_feedback and release_feedback commands individually for a single student and assignment:

assignment="some-name"
student="student-id"
nbgrader collect --assignment=$assignment --student=$student --update
nbgrader autograde --assignment=$assignment --student=$student
nbgrader generate_feedback --assignment=$assignment --student=$student
nbgrader release_feedback --assignment=$assignment --student=$student

You can also autograde, generate_feedback and release_feedback from the "graphical" interface, but collecting an individual assignment is available only via command-line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants