Re: FCC:Survey Form-User Story #13:

Tell us what’s happening:
Please, I need some help with this section:“User Story #13: 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.”

I have tried using other online help posts, but I am still stuck on it.

Your code so far
https://codepen.io/SOtoks/pen/poEBbaw

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Hi @Sotokhs17!

I am getting a 404 error message when I click on the link.

I have edited your post to include the correct link.

@Sotokhs17, when a test fails be sure to read more than just the first line. The full text of the failing message says;

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.
There should be at least 2 radio buttons : expected 0 to be at least 2
AssertionError: There should be at least 2 radio buttons : expected 0 to be at least 2

are you meeting that criteria?

1 Like

Oh, I’m sorry about that.

It’s ok I fixed it for you.

After you resolve the radio button issue, I would suggest running your code through the html validator because there are some errors that need your attention.

You don’t want to wait till the end of the project to check for errors because then it will just pile up and become overwhelming.

Hope that helps!

Thank you so much for your help.

I am new to coding, so, I am not very good at all this, yet.

Could you, please, walk me through the problems with my project ?

Thank you, again.

instead, why don’t you ask about the errors you are having trouble solving on your own?

Yea, you are right. Because I am new to this, I get overly enthusiastic to know what and where my problems lie. Thank You, anyway.

Hi again!

I would suggest trying to tackle one failing test at at time.
You are currently passing 13/17.

I would start with the failing radio button test first.

Have you read the full error message and understand why it is failing?

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