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.
@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
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.