Survey from test problem

Tell us what’s happening:

I cant seem to pass the 14th user story. What did I do wrong?

Your code so far
https://codepen.io/amira1ayah/pen/yLaPrqe

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.110 Mobile Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

try to read the error message below the failed user story and see if you can find the issue

I read it multiple times and it says I have to a value attribute to
the checkboxes which I already did. so what is the issue?

maybe tbe syntax issues, try to pass your code through a validator like https://validator.w3.org/

1 Like

Finally I saw the error. Thank you very much for the suggestion.