Hi all! this is currently where I am at with my Survey Form,
For me to get to this point I used the help of youtube and another individual’s completed Survey Form as reference to learn, but I noticed i’ve literally been copying and not really absorbing much.
What i’ve decided on doing is reaching out to the community to ask for advice and tips on how to get through certain steps. Currently I am on step 13 which says " 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."
If someone can take a minute to look over my incompleted work to maybe guide me and complete that step that’d be great! i’ve been drawing a blank, trying out different things by going back to my HTML and CSS curriculum to pinpoint certain exercises that I felt were somewhat related to certain steps in the project but couldn’t come up with a solution. Any help helps! Thanks
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 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
The user story 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.
On a side note, using youtube and copying another’s form will not help you to learn. Each of the projects gets a little harder.
If you feel you didn’t get enough going through the lessons the first time go through them again. Take your time. Do not rush through them. After successfully completing a lesson make some changes to see in the live preview what happens. It will help you in the long run.