You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructors should be able to view students' submissions before auto-grading effortlessly.
Actual behavior
The submissions are only displayed as html files after auto-graded.
Steps to reproduce the behavior
Currently, Assignments List uses @jupyterlab/docmanager to navigate to the assignment directory and open the notebook (here). Since submitted assignments are accessible in the /submitted directory, a similar approach can be adopted.
The student name column in the Manage Submissions section will contain a hyperlink to the processed submission if auto-graded beforehand only (specified here). It would be beneficial to have such a hyperlink pointing to the submission directory to view the raw file before auto-grading, as it might interest the instructors. This will address the need to navigate through the submission folders manually.
The text was updated successfully, but these errors were encountered:
Operating system
MacOS, Linux
nbgrader --version
0.8.4
jupyterhub --version
(if used with JupyterHub)4.0.0
jupyter notebook --version
6.5.4
Expected behavior
Instructors should be able to view students' submissions before auto-grading effortlessly.
Actual behavior
The submissions are only displayed as html files after auto-graded.
Steps to reproduce the behavior
Currently, Assignments List uses
@jupyterlab/docmanager
to navigate to the assignment directory and open the notebook (here). Since submitted assignments are accessible in the/submitted
directory, a similar approach can be adopted.The student name column in the Manage Submissions section will contain a hyperlink to the processed submission if auto-graded beforehand only (specified here). It would be beneficial to have such a hyperlink pointing to the submission directory to view the raw file before auto-grading, as it might interest the instructors. This will address the need to navigate through the submission folders manually.
The text was updated successfully, but these errors were encountered: