Pluto's Poetic Journey passed, but never graded and course stuck at 99%, now locked

I completed the poetic journey lab, all code items passed but it was stuck at 0% graded. I fished around here and double-checked the completion elements and didn’t see anything obviously related. All of the other course labs and quizzes passed. When I tried today to go back and check again I now have no access because it said my schedule has ended. I went through the toil of trying to complete the course but it appears stuck. Please advise. Coursera | Online Courses & Credentials From Top Educators. Join for Free | Coursera

Hi @RCP_Seer,

Could you share a screenshot of the “schedule ended” message?

From what I know, even if your schedule has ended, you can easily enrol into a new one and can still access the lab.

Best,
Mubsi

Just checked it this morning and I was able to at least return to the assignment. I checked again each step to ensure I followed the instructions. I reran the assignment and resubmitted. It’s back to the original issue for this specific module (module 3) programming assignment. It’s showing a red circle with exclamation point after completion rather than a green check circle. All of the prior and the final module programming assignments are showing green/check as expected after completion. I’ve also noticed that “My Submissions” next to the instructions tab for Module 3 shows all of my attempted submissions and each of the exercises are scored 0/10 and 0/50 in aggregate.

Hi @RCP_Seer,

I’m going to send you a direct message regarding this.

Hi @RCP_Seer .

After looking at your notebook, in your Ex 5, you left behind the line of code, calling the function:

save_to_file(poem)

Calling the function was not part of the exercise implementation, which is why the grading was failing. Remove it and you shall pass the grading.

For future, you can always expand on the grader’s output to see the failed message.

Which in this case was:

There was a problem compiling the code from your notebook, please check that you saved before submitting. Details: name 'poem' is not defined.

Best,
Mubsi

Mubsi it worked! Thank you!