Building a cat photo app - ejercicio 63

Hola chicos, llevo dos dias atascado en este ejercicio, parace que hay un bug en la pagina o algo, en la linea 39 hay que agregar el atributo “checked” lo cual he hecho en multiples ocasiones y en diferentes lugares y sigue sin funcionar, ya he reinicado el ejercicio pero nada parece funcionar ¿alguien sabe como solucionarlo?

1 Like

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

only there? read again

no meu só da erro
jatente colocar o “checked” no começo e depois tentei no final e só da erro :frowning:

please create your own topic

no meu só da erro
jatente colocar o “checked” no começo e depois tentei no final e só da erro :frowning:

Is your cat an indoor or outdoor cat? Indoor Outdoor What's your cat's personality? Loving Lazy Energetic

Sorry, your code does not pass. Don’t give up.

The first checkbox is missing the checked attribute.

which are the checkboxes?

I’m sorry
I don’t speak English
I am from Brazil

Sorry but I didn’t understand your explanation

The first checkbox is missing the checkbox attribute.

Those are checkboxes. No checked there. You need checked attribute there.

the question refers to input id=“indoor” type=“radio” name=“indoor-outdoor” value=“indoor” and in this image that you sent me it is related to other inputs

read the hint
it says “checkbox”
I pointed out the checkboxes

I think the checked attribute should be placed like this ( input checkedid=“indoor” type=“radio” name=“indoor-outdoor” value=“indoor”) or like this ( input id=“indoor” type=“radio” name=“indoor-outdoor” value=“indoor” checked)

Yes, that’s one.

Instructions say

Make the first radio button and the first checkbox selected by default.

first radio button is one
first checkbox is two

two checked

Or from https://www.freecodecamp.org/espanol/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-63

Haz que el primer radio button y el primer checkbox estén seleccionados por defecto.

el primero radio button , uno
el primero checkbox, dos

1 Like


ok perfect
tank you very much… :clap: :raised_hands:


You are right, well let’s say that the exercise is not very clear and is a bit ambiguous about it, but it should indeed be placed in both the first button “radio” and the first “check box” thanks bro!

what did you find ambiguous of the sentence “Make the first radio button and the first checkbox selected by default.”?