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

Customizable student ID in nbgrader submit #1098

Merged
merged 1 commit into from
May 30, 2019

Conversation

nthiery
Copy link
Contributor

@nthiery nthiery commented May 30, 2019

This implements nbgrader submit ps1 --student a4.jane.doo

Some use cases:

  • handling groups of students: helping the instructors access just the students of their group by adding a common prefix
  • submissions directly from a jupyterhub, where all students share the same jovian login; in general infrastructures where all students share the same login
  • a posteriori submissions by the instructor (e.g. because they are collected by some other mean)

This implements `nbgrader submit ps1 --student a4.jane.doo`
@jhamrick jhamrick added this to the 0.6.0 milestone May 30, 2019
Copy link
Member

@jhamrick jhamrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

As discussed, this will make #1097 worse, but @nthiery will add a check in nbgrader fetch that checks whether the submitting UID and the student id are the same or not, and throw an error if there is a mismatch (with an option to suppress the error in custom setups).

@nthiery
Copy link
Contributor Author

nthiery commented May 30, 2019

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants