Survey questions on test not going through!?

https://codepen.io/jl88s/pen/BOmGyO?editors=1000

I just finished my project, and when I ran the test apparently I’m still missing 8 questions out of the 17… but how? Going back through my codes, nothing seems to be misplaced according to the instructions, but whenever I rerun the test, it stays the same. Am I missing something here or there’s a bug in the system?

did you click on the red button and read the error?

For example id=“description” needs to be on P tag not a div.

I agree with you. Quesone you are missing required on some of the fields. If you are not understanding why you are not passing some of the tests click on the red button that shows 8/17 test passed. It should explain everything that you are missing.