I have done all required and passed all the test but i didn't get any marks for that.(Assignment 2)

When creating a post, please add:

  • Module # must be added in the tags option of the post. (ex: Module-1)
  • Link to the classroom item you are referring to:
  • Description (include relevant info but please do not post solution code or your entire notebook)

Module-2

I have done all required and passed all the test but i didn’t get any marks
for that.

1 Like

Have you submitted it to the grader in the top right corner? If yes does it give any error?

Hi @Yogesh_Kannan_S,

After looking at your notebook, indeed you are passing all the tests, but for exercise 5, your code cell is running into an error (even though later you pass the test). Passing the tests is not all, you have to make sure your notebook is not running into errors anywhere. Otherwise it will also give an error to the grader as you have seen.

The reason that the cell gives an error is because you introduced an extra bit of code in it and added get_llm_response(prompt). This is neither required nor is part of the instructions of that exercise.

The instructions of the assignments clearly mention to not add extra code and only implement the code which you have been asked to.

Remove that and you shall see you pass all the tests.

Best,
Mubsi

1 Like