edina / nbexchange

External exchange for nbgrader
Other
6 stars 2 forks source link

using the --student parameter on `collect` still collects work from all students #39

Closed agxs closed 3 years ago

agxs commented 3 years ago

When calling nbgrader collect --student <id> <assignment>, all students are incorrectly collected instead of just the specified one.

The URL generated to nbexchange by the plugin is: http://nbexchange:9000/services/nbexchange/collections?course_id=coursetest&assignment_id=course+test

As you can see the student id is not included.