Issue with Grading in "C1M2_Assignment" of AI Python for Beginners

Hi everyone,
I’m experiencing an issue with the grade feedback for all the exercises in the “C1M2_Assignment” of Module 2 in the “AI Python for Beginners” course. Even though I’ve completed all the exercises correctly and passed all tests, I’m receiving the same error message for each one: “There was a problem compiling the code from your notebook, please check that you saved before submitting. Details: ‘title’.” As a result, my grade is showing as 0 for all exercises, despite the correct answers being provided.

Has anyone else encountered this issue, or does anyone know how to resolve it?

Thank you very much!

I’ll move this thread to the forum area for that course.
Then a mentor for the course will be more easily able to find it.

Thank you very much!!

Try restarting your kernel and running the cells again. Since you’ve fixed it.

based on the grader output, the changes you did seem to have not been saved. so before you submit make sure to save your work and then submit. Also as @lukmanaj mentioned when you restart your kernel, clear out your kernel output first and restart the kernel, run each cell again and then submit. if your codes are correct your issue should resolve.

1 Like

Thank you, this solved my issue!

1 Like