Project Survey: Need help with failed test

Hi, I’m currently working through the Responsive Web Design course and I’m on my first project, completing the survey.

I’ve worked through the user story and when I run the test I pass 16/17 of the tests, I can’t figure out which one I’m failing on.

I ran the rest through out but I’m new to this and not sure which test corresponds to which user story, there’s only 16 on the list so I’m a little confused.

Can anyone spot where I may have missed something?

Will attach the CodePen link and the User Story:

Thanks in advance :slight_smile:

Hi, there are 17 , the first one is “using HTML” and the next 16 are about the form itself.
the issue you are having is

  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. Each radio button must have a value attribute.

Do you need help? or do you want to try to solve it yourself?

I think I need help, I’ve looked back over it and to me, I’ve completed that step.

Is there something I’m missing?

OK, You have Type, Name and ID. But you are missing a Value attribute for each.

As you might see, i give some tips but not the complete solution so you can figure it out.
if you still need help, i can give you the full answer

Aha! All tests have now passed.

Thank you very much :grinning_face_with_smiling_eyes:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.