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?
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.