The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
well
question 29 asked me to simply nest a label element and then nest an input element with type radio within it
question 30 asked me to link the label and input element that is the for attribute for loabel should be the same as input.
question 31 asked me to give the label a text and give the input a value attribute to be the same as the text.
question 32 asked me to make the radio buttons to be chosen one at a time i gave the two inputs the same name element and the first input i marked it as checked.
i did all this and even copied and pasted how it was done by Free Code Camp. Response was’nt seen on the Preview page.
So I assumed it was an error and continued .
basically everything from the previous steps appear but the ones just recently coded will not apply. It occured for these numbers but when i reached 33 it started responding again