Description
Operating system
Ubuntu 22.04 LTS in docker
nbgrader --version
Python version 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
nbgrader version 0.8.4
jupyterhub --version
(if used with JupyterHub)
4.0.2
jupyter lab --version
3.6.5
Expected behavior
When a user submits a notebook, the submission should have a firstname lastname that makes sense, or none at all.
Actual behavior
Formgrader insists on creating displaying an additional column Student Name
, that contains a clickable link that goes to the studend id's submission, the value of this cell is always None, None
. It is unclear how the student can populate these values for it to be clearer to the instruc
tor.
Steps to reproduce the behavior
Use the deployment at this link, create a new assignement from the instructor view and release or release the quickstart one by accessing /services/course101 and logging in as instructor (same password and username). From the student view, (in a private tab, access localhost:8000 and login as student1 username and password), fetch problem set 1, modify it and submit it, then from the instructor1 view, collect and click on collected number. You'll see the None,None submissions view.