I am facing some technical issue with my assignment grading. It even shows that all the test cases for Exercise3 failed, wherein the output result is none. When I tried to check the given test cases by myself, I was able to see the same expected result.
Moreover it shows this error message “An unexpected error occurred. Please try again later“
I have attached 2 screenshots:
1.) Assignment window
2.) VS code window whereI have tried to compare the results of the first test case, for the same code.
The first theory is that this is a problem with the state of the notebook. The grader is not seeing the same file that you are. The first thing to try is to do a “Save” (click the little floppy disk icon) and then try the “Submit” again.
If that doesn’t work, then my recommendation would be to download a copy of your notebook and then do a browser refresh. My fear would be that after the refresh, you may see a “clean” notebook without your changes. Please try the above two things and let us know what happens.
“Unexpected error” means there is a problem with your notebook that makes the grader fail. So it isn’t even getting to test your code. That’s why yuou get zero points for everything.
Like Paul mentioned, I suspect you have modified the notebook in some way that makes the grader unhappy.
I recommend you delete your notebook, get a fresh copy, and start over.
Be extremely careful that you only make the changes to the notebook that are discussed in the instructions. Don’t modify anything else. Don’t add cells, don’t delete cells, and don’t change the notebook name.
Do not work on the notebook in any other platform and then try to submit it for grading. This can insert extra metadata that the grader doesn’t expect.
Your results using VSCode have no value. That’s not the platform the course uses.
Hi, I actually missed out filling some answers that’s why I faced that issue. I was using my local machine for solving (on VS code). Now it is resolved and graded.