Stuck on my survey form project

Hi everyone, Im stuck on the Survey Form project. I cant seem to get story 13 and 16 correct. Could someone please assist me to figure out what ive done wrong.

1 Like

Click on the red-test button. You should see the complaints.

1 Like

I know what they are. Im asking for assistance from someone to explain to me what ive done wrong.

Im stuck.

Hello~!

Your failing tests appear to be caused by syntax errors. CodePen provides syntax highlighting which can help identify the errors.

With correct syntax, the HTML element should be a brown colour, attribute names like id should be yellow, and quote strings like "show_time" should be green.

I see a few areas where your HTML elements are green, meaning they are contained in a quote string (likely due to forgetting to close your ").

1 Like

Awesome, I understand. Thank you @nhcarrigan

2 Likes