Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Ian Pottmeyer
7,240 PointsI think the radio button quiz is broken.
Step 3 is to add a label with no attributes, step 4 is to add labels WITH attributes. When I add the labels with attributes, Step 3 stops passing.
3 Answers

Ian Pottmeyer
7,240 PointsFigured it out. The instructions are incomplete. The given instructions are "Create and associate a label with each of the 3 shirt size radio buttons. Give them the text 'Small', 'Medium', and 'Large'." This does not say that the labels need to be AFTER the radio buttons, not before.
Better instructions would be: Create a label after each of the 3 shirt size radio buttons. Associate them with the buttons and give them the text "Small", "Medium", and "Large".

Darran McCague
3,705 PointsCheers for this, worked for me!

Hazel Kenady
Front End Web Development Techdegree Student 16,744 PointsI got tripped up on this particular challenge as well. I think the instructions are vague on purpose. If they were specific in saying in what specific order each element and attribute should be, I feel it would minimize the purpose of watching the videos and the challenges wouldn't be all that challenging. When challenges were first introduced, they were too easy. I think the vagueness adds to the challenge of these exercises.

Ian Pottmeyer
7,240 PointsI'd agree with you if it wasn't for the fact that putting labels before inputs is an entirely valid methodology that you'd been doing for the entire form section up to that point. It's specifically because they want you to do it differently that it needs to be mentioned.
It makes it harder, sure, but in a way that's frustrating and doesn't require knowledge of html to solve.

RJ H
2,567 PointsWooow...thank you for posting this. I was on this code challenge for almost an hour!
Jason Anello
Courses Plus Student 94,596 PointsJason Anello
Courses Plus Student 94,596 PointsHi Ian,
Post the html code that you have.