Help With Survey Form html

Hello, Everyone! am pretty much done with the survey form, but I cant figure out why Its not showing as a passing test. Its frustrating and i have been stuck on this for nearly two days. Any help will be appreciated, Thank you. Also, here is my link to view my project’s code Link: https://codepen.io/GuzmanProject/pen/YzVWawv

1 Like

Ensure that your classes and id matches the ones in the instructions,i’m pretty sure the test will be passed if you do so.

I just figured out a good chunk of the problem. I didn’t select the test suite to survey form, it was on tribute page the entire time. Now I just have to solve problem 13.

Glad you discovered the problem…HAPPY CODING!.

1 Like

@Uptownx917, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The failing test 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

Do you understand what the test is looking for?

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