What have I missed in this survey challenge?

I can’t seem to see what I’ve missed?

Read the whole error:

  1. Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute.

AssertionError: All your radio-buttons must have a value attribute : expected 2 to equal 0AssertionError@https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:11092:14

You need to add values to your radio buttons.

1 Like

Thank you so much! What a silly mistake!