HTML5 number validation error

Hi everyone,

I’m so excited to begin my journey here on freecodecamp.
Unfortunately I ran into an issue I cannot figure out something in my Survey Project. I cannot pass Content #8 for some reason.
I tried a lot of things and so far nothing helped.

Can someone have a look at my code and see if something sticks out?

My codepen

Number field should be HTML5 validated : expected undefined to equal ‘number’

your number id is on the wrong element
it must be on the input element

1 Like

WOW, this community is so great! :slight_smile: Thank you so much @ilenia for the fast and helpful response, I really appreciate it!