C2W3_Assignment Grading error - Malformed feedback

SOLVED - PUT ANSWERS FOR ALL CELLS BEFORE SUBMITTING, EVEN IF SOME OF THE ANSWERS ARE WRONG.

There was an error grading one or more parts of your submission. Please review the messages below for suggestions.

Exercise 1

Filename: Exercise 1

0/10Score: 0 of 10

Grading failed

We encountered the following warnings when grading this part:

  • Grader error: Malformed feedback. Please visit the Discussion forum to see if your peers are experiencing similar errors. If the error isn’t resolved in 24 hours, please reach out to Coursera through our Help Center.

Same issue here, any solution?

I was able to resolve this issue after attempting all the cells. I was stuck at the second last cell, so I tried submitting the notebook by not attempting it, thinking I would get a passing grade even if the last 2 cells are not run.

I read through the TFX documentation and after 6-7 attempts got the cell code working correctly. Then when I submitted the notebook, the automatic grader graded the submission.

Make sure you attempt all the cells before submitting. Good luck!

I am also facing the same issue. I have tried all solutions available here. Please help me

Hi Gopal! Please check your inbox. Thanks!

Same issue, but unfortunately this didnt work for me. How can we solve this grading error, I feel frustrated

Hi Wanda! Have you tried all the suggestions in this pinned thread?

Please let me know. Thanks!

Comment this last line in the last cell:

# Display the results
display_artifacts(store, parent_artifacts, base_dir) # <-- comment this line

There is a bug in that method that tries to use the property id instead of artifact_id in the list of parent_artifacts. This creates an error which fails the whole submission grader. Someone at Coursera needs to go update the code in the util library and change the property name.

This will give you 110/120 points, but at least you will complete the assignment.

1 Like

Same issue here, any solution?