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

Navigation to ungraded submissions directory in ManageSubmissions #1911

Open
AlirezaT99 opened this issue Aug 5, 2024 · 0 comments
Open

Comments

@AlirezaT99
Copy link
Contributor

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.

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

No branches or pull requests

1 participant