How do I address this error message?

Failed test case: Each dictionary must have a ‘Topic #’ with a string value and ‘to_use’ with a boolean value.
Grader expected: Dictionary with ‘Topic #’ as string and ‘to_use’ as boolean
You got: {‘Topic 1’: [0], ‘to_use’: True}

Failed test case: Each dictionary must have a ‘Topic #’ with a string value and ‘to_use’ with a boolean value.
Grader expected: Dictionary with ‘Topic #’ as string and ‘to_use’ as boolean
You got: {‘Topic 2’: [1], ‘to_use’: True}

Failed test case: Each dictionary must have a ‘Topic #’ with a string value and ‘to_use’ with a boolean value.
Grader expected: Dictionary with ‘Topic #’ as string and ‘to_use’ as boolean
You got: {‘Topic 3’: [2], ‘to_use’: False}

1 Like

Probably, it should looks like the following:

{‘Topic #’: ‘Topic 1’, ‘to_use’: True}
{‘Topic #’: ‘Topic 2’, ‘to_use’: True}

1 Like

Dear @tecwriterchaz,

Welcome to the Community!

Please share your notebook through personal message to me. I’ll look into the issues and let you know the problems and solutions.