Hi Team,
I am facing grading issue in C4W2 assignment. I was able to pass all the unit test within the code. But when I submit for grading then I am not able to get points for not even 1 exercise.
I have attached the screenshot of the same.
Hi Team,
I am facing grading issue in C4W2 assignment. I was able to pass all the unit test within the code. But when I submit for grading then I am not able to get points for not even 1 exercise.
I have attached the screenshot of the same.
my suspect would be, you might be using global variable instead of local variable(arguments)
that grader output message has been given in general to all the grade cell but i suppose in one of your grade cell you might be mixing the recall function. review again, you should be able to crack it.
if not then send screenshot of the grade cell by personal DM.
Hi Deepti,
Even if there’s any case of the same, it should atleast give me a score in the 1st exercise which has no dependancy on any recall function.
not all autograder are designed this way, even if there is minor mistake or incorrect code anywhere in the codes, some autograder are designed to fail, so the programmer understand the dependency of code correction being recalled to each other correctly in these assignments as the assignment we are working is more based on if your codes for decoder are correctly recalled your next grade cell code should also be correct and relative to those previously recalled codes.
it is probably related to attention score not correctly recalled? or missing a part of code where masking is done incorrectly!
Were you able to get the desired answer for exercise 1 without hardcoding or using global variables? As @Deepti_Prasad mentioned the autograder is probably designed to detect some hacks, but this may cause conflicts with hardcoded values and global variables that are called inside localized coded blocks. DM me if the problem is not resolved.